Web designers and developers often take search engine optimization for granted thinking that it is something that can be done later. While that is true, I would still say that things will be a lot easier and better if search engine optimization is already incorporated into the architecture of a website before it is even created.
Read the rest of this entry »
Share this Post through Social Bookmarking
Sending email using PHP is a pretty straightforward task and this short how to will show you exactly how to do that. The key to sending emails in PHP is the mail() function. Here’s how to to use it:
< ?php
// example number 1 – the basic
mail("email@address.com",
"subject of message",
"body of message");
<a href="http://coderscult.com/php/2008/06/14/how-to-send-email-using-php/#more-45" class="more-link">Read the rest of this entry »
Share this Post through Social Bookmarking
I have to be honest with you guys that I don’t really use rapid development frameworks such as CakePHP as I am a hardcore type of programmer who loves to write his code in a text editor but I have to admit that they do make application development a lot faster. I’ve seen many of my friends use CakePHP in developing applications. One of them even managed to come up with a prototype application while in a meeting and was able to present said application to the group before they parted ways.
Read the rest of this entry »
Share this Post through Social Bookmarking