Enabling Short Tags in PHP
In this tutorial we look at how you enable short tags in PHP. Short Tags or short_open_tag as it is know in PHP.ini allows you … Read More
In this tutorial we look at how you enable short tags in PHP. Short Tags or short_open_tag as it is know in PHP.ini allows you … Read More
The Quick answer is: SELECT * FROM myTable WHERE DATE(myDate) = DATE(NOW()) I was tearing my hair out trying to figure this the other morning … Read More
This is one of those situation i think most developers find themselves running into somewhere down the line. You’ve created you CSS template using margin:0 … Read More
This evening Google released a BETA version of they’re open source browser ‘Chrome‘. The browser has speed, security and a stable browsing experience as core features. … Read More
This tutorial provides a step by step guide on how set-up CuteFTP to display your .htaccess file. By default CuteFTP’s filtering system can hide the … Read More
This tutroial is a guide to CSS basics. What are Stylesheets? What are they used for? How do i use them? What is CSS? Basic … Read More
In this tutorial I want to look at some of the reasons why you should use External Stylesheets and not inline or style tag based … Read More