First you need to download the social icons from website. Make sure icons are free. I created following steps to add the icons to wordpress site for non developers. 1. Upload the icon image(s) to your media library. 2. Add … Continue reading
Monthly Archives: January 2010
Trick or hack for improving the WordPress site's performance.
Please use this tricks carefuly because First trick will cause issue to your wordpress site. First Trick Improve the wordpress Blog’s Loading Speed WordPress, by default, comes uncompressed and sends the uncompressed HTML to the visitor’s browser. Create one file … Continue reading
1000 free social networking vector icons
I found very useful links to find and download the social networking icons. There are indeed free high-quality icon sets. Through icons we can check the web designers and graphic artist’s skill. http://www.thedesigncubicle.com/2009/04/600-free-design-twitter-and-social-media-icons-a-collection-motherload/ http://sherifabdou.com/2009/03/60-free-vectors-icons-for-web-designers/ http://www.blogreign.com/2009/06/16-sets-amazing-social-networking-icons-free-download/ http://webtreats.mysitemyway.com/154-free-glassy-space-social-networking-icons/ http://sherifabdou.com/2009/03/60-free-vectors-icons-for-web-designers/ http://digg.com/design/Free_Social_Network_Icons http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/ http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/ … Continue reading
How to show tweetmeme button and facebook share button with the_excerpt function.
I created custom wordpress theme. In that theme I am using the_excerpt method for showing the post on some pages. I installed the tweetmeme and facebook-share-new plugins and activated on wordpress site. I saw one issue with these plugins. These … Continue reading
457 Free WordPress Themes (amazing, excellent, High quality, Fresh,First class, beautiful, artistic,elegant, fresh-usable,clean)
I searched on smashingmagzine site I found about 457 wordpress themes. which all are choosen and good. URLs for as follows: http://www.smashingmagazine.com/2009/05/18/100-amazing-free-wordpress-themes-for-2009/ http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/ http://www.smashingmagazine.com/2009/11/12/40-free-high-quality-wordpress-themes/ http://www.smashingmagazine.com/2007/03/29/8-fresh-and-clean-wordpress-themes/ http://www.smashingmagazine.com/2008/03/25/15-more-free-first-class-wordpress-themes/ http://www.smashingmagazine.com/2008/08/25/30-free-high-quality-wordpress-themes/ http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/ http://www.smashingmagazine.com/2007/08/28/45-excellent-blog-designs/ http://www.smashingmagazine.com/2007/06/26/21-fresh-usable-and-elegant-wordpress-themes/ http://www.smashingmagazine.com/2007/05/07/10-fresh-elegant-and-clean-wordpress-themes/ Have fun! Incoming search terms:beautiful wordpress themes 2010
How to add twitter follower logo on blog
If you have twitter acctount, just login to that account and go to bottom page twitter page and click on or just click on following link. http://twitter.com/goodies/buttons Choose any botton as per your choise and click on that. Copy the … Continue reading
How to add www to domain name through apache or htaccess
Just use following code in apache configuration file or .htaccess file. If you are using the shared hosting then please go with only .htaccess file. Just copy paste following code in .htaccess file. <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On RewriteBase … Continue reading
How to check iframes are loaded completely in browser
This script is able to check local or cross domain iframe is loaded or not. I tested following script with various browsers and OS. So there is no cross browser issue. Have fun! Incoming search terms:jquery iframe readystatecheck iframesfind iframe … Continue reading
Solved: header function issue with WordPress
If you are faceing issue with redirecting the one page or post to another page. All PHP programmer always first try header() function. But when you use header function in worpdress that will not allow you to redirect the page. … Continue reading
how to create basic layout in dreamweaver
Let’s start dream wear with cool side First click on start button on desktop select program then select adobe folder & select dream wear when you click on dream wear It will look like this ….. In dream wear panel … Continue reading