Google Analytics

How do I use Analytics? You can use Analytics to track a variety of web-based content. Tracking multiple websitesGoogle Analytics will track as many websites as you own! We've provided…

WordPress Tutorial Website Links

http://codex.wordpress.org/Function_Reference/wpdb_Class http://wpengineer.com/1746/wordpress-database-functions/ http://www.siteground.com/tutorials/wordpress/ http://codex.wordpress.org/Function_Reference/query_posts http://wordpress.stackexchange.com/questions/4572/how-to-query-custom-db-table http://codex.wordpress.org/Class_Reference/wpdb http://codex.wordpress.org/Function_Reference/wpdb_Class#Class_Variables http://codex.wordpress.org/Function_Reference/WP_Query http://codex.wordpress.org/Function_Reference/wp_enqueue_script http://codex.wordpress.org/Class_Reference/WP_List_Table http://www.xpertdeveloper.com/2011/08/execute-custom-query-in-wordpress/ http://wp.tutsplus.com/tutorials/advanced-wordpress-queries-part-1/ http://wp.tutsplus.com/tutorials/advanced-wordpress-queries-part-2/

Css Tutorial Website Links

www.csstutorial.net www.w3schools.com www.echoecho.com www.tizag.com www.1keydata.com www.freewebs.com www.learnlayout.com www.css.maxdesign.com.au/listutorial Animation Site: www.mrdoob.com

how to redirect index.php to root using htaccess

# Switch rewrite engine on RewriteEngine on # Redirect non-www to www RewriteCond %{HTTP_HOST} ^samprasanna.com$ [NC] RewriteRule ^(.*)$ http://www.samprasanna.com/$1 [R=301,L] # Do index.php to root redirect RewriteCond %{THE_REQUEST} ^[A-Z]+ /([^/]+/)*index(.[a-z0-9]+)?[^…

FREE WEB HOSTING (PHP, MySQL)

>000Webhost www.000webhost.com/‎ 000webhost.com ($0.00 webhost), is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs >European FREE web hosting, No Ads…

AngularJS (IT learning Tips)

AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to…