Archive for Main
Why I Love – Adobe Creative Suite 4 Design Premium Subscription Edition
Lets face it you need Creative Suite if you are doing any sort of serious design work. While there is a lot of good open-source stand-alone products none live up to the complete package of CS. However CS4 is damn expensive! Probably why a lot of people pirate the software for private use. When you [...]
Read moreInjection Prevention – looping mysql_real_escape_string()
Most of my sites I build use MySQL and PHP. Most of the sites are interactive and need input from users. This opens up a big security hole where hackers can use a simple ploy called a SQL Injection and insert some nasty code. In the blog post MySQL Tutorial – SQL Injection covers the [...]
Read moreBuild a website using XHTML and not HTML
XHTML is the engine which drives the content which is displayed on the screen in it’s rawest form. Basically XHTML describes the sections of a screen. For instance <p>some text</p> tells the browser that some text is a new paragraph. XHTML is very simple and follows strict rules which help you update your website in [...]
Read more