5 Useful PHP Functions You might need while doing PHP Coding
Posted on Jun 26, 2010 | Leave a Comment
Sending email using PHP mail function:
function phpmail($mailto,$mailsubject,$mailbody,$mailfrom,$mailformat="",$bcc="")
{
if($mailformat=="html")
{
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: $mailfrom\r\n";
}
else { $headers...
Top 10 Most Essential WordPress Plugins
Posted on Jun 20, 2010 | Leave a Comment
All in One SEO Pack
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
This is one of the essential plugin which you will definitely want to install for your blog. This plugin helps out of the box serch engine optimization for your blog with lots of features.
Google XML Sitemaps
http://wordpress.org/extend/plugins/google-sitemap-generator/
This purpose of this plugin is to generate a XML sitemap for search engines...
super stunning free web2 templates with Photoshop PSD source
Posted on Jun 17, 2010 | Leave a Comment
No matter whether you are a webmaster or a web designer you always consider PSD (Photoshop) templates as high value resource for your upcoming website because you can control the layout or color or logo without creating a brand new template from scratch. In this post we have collected some free templates which include the PSD source as well. The PSD source has full layers, effects.
We hope you will enjoy these templates...
How to develop PHP applications in Windows platform
Posted on Jun 15, 2010 | 1 Comment
Most of my developer friends complain that they are unable to develop PHP applications in thier Windows. Most of the time Linux is needed. But this is not true. You can develop PHP application from your favorite Windows platform. Also you don’t need to face any pain while configuring the Apache, PHP engine and MySQL. The software we’ll be talking about simply comes with all the development tools configured...
How to generate drop down of US states with PHP MySQL
Posted on Jun 15, 2010 | 1 Comment
In this article I’ll show you how to create a drop down having US state list quickly. This is a quick solution when you need to generate drop down list having all US states using PHP and MySQL. Just copy the below code in your php file and execute the SQL to populate the state data and you sre done. Since the state list will be coming from database so we can change the database at any point of time if we need any change....
Free premium quality Gaming WordPress themes
Posted on Jun 14, 2010 | 9 Comments
I found these stunning premium looking yet 100% Free wordpress themes for Gaming website, Gaming magazine from newwpthemes. The wordpress themes are amazing looking.
iGames themes-
iGames WordPress theme looks like a premium theme but this is completely free of cost. It supports options page to configure the theme as well as it supports the thumbnails in posts. The front page shows featured posts which are auto changing....
Page 1 of 11
You can subscribe by e-mail to receive news updates and breaking stories.