public marks

PUBLIC MARKS from smartestbiz with tags "web design" & html

02 January 2007

What FFMPEG-PHP can do and how to use the most out of it

by 1 other
You’ve probably heard of ffmpeg-php and it’s wide usability mostly in sites that involve with videos such as YouTube or any other similar site. Here’s a bit of an introduction to it and how to use it.

Dedicated Hosting is the Only Way to Go

Why use dedicated hosting? Is it better than virtual hosting? Find out what will suit your needs in this article.

How The Structure And Design Of Your Website Determines What Web Host You Should Use

Business websites tend to be more demanding than personal websites. So if you are going to set up a business site, consider what you need.

Why The Availabilty Of Multiple SQL Databases Can Influence Your Choice Of Web Hosts

A database is ideal when it is reliable, affordable and steady in customer support. The use of SQL allows the user to opt for a host who has the technical expertise to match your needs. A normal ISP vendor may not be able to tackle large database or storage requirement.

Speeding up your webpages load time

It’s surprising how much people use tabs and spaces to make their code cleaner but what it does is add more pointless data to download which requires more data transfer which means longer download times. Try to not use a lot of HTML comments too. This alone can make your website faster from 7%-10%

31 December 2006

Secure programming habits in PHP

The goal of this article is to show common threats and challenges of programming secure PHP applications. The wonderful thing about PHP is that people with little or even no programming experience are able to achieve simple goals very quickly. The problem, on the other hand, is that many programmers are not really conscious about what is going behind the curtains. Security and convenience do not often go hand in hand — but they can.