Website template links

Posted on Thursday, 18 October 2012 by contact-nizam


Read more to get the full list of free template sites.
http://www.freecsstemplates.org/
http://www.webpagedesign.com.au/Free_Templates/
http://www.templatesbox.com/templates.htm
http://www.templatemonster.com/free-templates.php
http://templatenavigator.com/
http://www.coffeecup.com/freestuff/templates/
http://www.dotcomwebdesign.com/?Free-Website-Templates-Section-1
http://effex-media.com/templates/
http://www.entheosweb.com/website_templates/free-dreamweaver-templates.asp
http://www.dezinehub.com/
http://www.free-flash-template.com/
http://www.freelayouts.com/templates/website
http://www.webdesignerstoolkit.com/index.php
http://www.freetemplatesonline.com/
http://www.freewebtemplates.com/template.php?id=3
http://www.freewebtemplates.de/
http://www.freewebsitetemplates.com/
http://www.ginger-ninja.net/
http://www.groovylizard.com/site/linkware.htm
http://hotfreetemplates.com/WebsiteTemplates/
http://www.interspire.com/templates/
http://www.ajoyfulheart.com/floral_linkware_sets.htm
http://layouts4free.com/
http://www.mastertemplates.com/
http://www.oswd.org/
http://www.openwebdesign.org/
http://www.paintedpixels.com/graphics/index.php
http://www.rickyswebtemplates.com/
http://www.snakeyewebtemplates.com/free_dreamweaver_web_site_templates.asp
http://www.steves-templates.com/templates.html
http://www.templateperfection.com/?parent=1&sm=1
http://www.templateworkz.com/website_templates.php
http://www.themesbase.com/
http://www.webdesignhelper.co.uk/page_templates/page_templates/page_template_homepage/page_template_homepage.shtml
http://capmex.biz/resources/free-web-templates
http://www.webtemplates.la/
http://zymic.com/show_templates.php?id=1
Weblog Templates
http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/
http://www.blogfashions.com/
http://www.glish.com/css/blogger/
http://blogger-templates.blogspot.com/
http://blogspottemplates.blogspot.com/
http://freetemplates.blogspot.com/
http://www.bloggingthemes.com/
http://blogplates.net/
http://erraticwisdom.com/templates
http://finalsense.com/services/blogs_templates.html
http://www.francey.org/linkware
http://blog-templates.ravasthi.name/
http://www.kaushalsheth.com/themes
http://pinkfreak.niftykeen.net/design/archives/templates/index.html
http://www.pointoffocus.com/Graphics/focusblogger.html
http://scribez.wordpress.com/2006/09/16/new-ten-best-free-wordpress-templates/
http://textgarden.org/
http://textplates.com/
http://v4ny.net/themes-and-templates/
http://www.weblogdesign.com/website.php
http://wpthemes.info/

PHP code to get Facebook Like Count

Posted on by contact-nizam

The PHP script to get Facebook like count is pretty simple and straightforward:


$fpageID = '133529600097002';
$finfo = json_decode(file_get_contents('http://graph.facebook.com/' . $fpageID));
$fbcount = $finfo->likes;




$fpageID is the variable to hold your fanpage ID. You can get it from your Facebook fanpage:

After you get Facebook like count, you can display it as simple text using the following PHP code:



echo $fbcount.' like LinuXplained.com';

This will output 32 like BoredBees.com.










Remove cached pages in Google

Posted on by contact-nizam


Remove the cached version of a page from Google's search results:

  1. Go to the Google public URL removal tool.
  2. Click New removal request.
  3. Type the URL of the webpage that's been changed (not the Google search results URL or cached page URL). The URL is case-sensitive—use exactly the same characters and capitalization that the site uses. How to find the right URL.
  4. Click Continue.
  5. Type a word that appears on the out-of-date cached version of the page, but not anywhere on the live version. This is to help Google understand that the page has changed.It’s often more effective to type a single word rather than a phrase. Don’t describe the removed content or the changes made; instead, explicitly provide a word that was in the old version but is missing from the new. For example, the cached page might contain your name, which has since been removed from the live version. In this case, don’t tell us that "my name has been removed'; instead, type your actual name ("Sylvia") as it appears in the cached version.
  6. Click Remove cache.