Archive for the ‘Web Developing’ Category

Posted by suhrthu.com On January - 15 - 2012 Comments Off
wordpress-backup

Before some days i am changed my hosting account to another one, so i need to backup my wordpress blog, im searched several tips,but none of them are easy,after all im fined a nice way to backup and restore wordpress blog Step One : Install this Wp Database Back Up plugin http://wordpress.org/extend/plugins/wp-db-backup/ Step Two : After Install Go to wordpress dashboard > Plugins > Installed Plugins and activate ( /wp-admin/plugins.php) Step Three : Go to Tools > Backup ( /wp-admin/tools.php?page=wp-db-backup) and Download backup to your computer Step Five : Open your root folder with FTP client and download “wp-content” folder completly to your computer  [ Read More ]

Posted by suhrthu.com On August - 25 - 2011 Comments Off
20523-bcss

This article was written to provide a step-by-step guide on how to correctly apply a new xml Blogger template to your blog. This process can be tricky depending on several factors (quality of the code in the new template, your existing widgets, etc) so you need to be careful when changing your template. Don’t worry though, just follow our step-by-step instructions below and we’ll hopefully get you through it without much pain.  Many people make the same mistake when installing a new blogger template. Most problems when installing a new template are caused by the blogger widgets (Page Elements) that  [ Read More ]

Posted by suhrthu.com On August - 25 - 2011 Comments Off
CSS-Down

When validating the CSS of a website, you may get some unknown CSS errors that are most easy to fix if you’re a web designer or developer. But, if you’re a learner or novice css designer and developer, then seeking help online on fixing CSS bugs or errors will help you code better. CSS Lint is a one stop solution to all CSS problems. It can tell you whether your CSS code is non problematic. CSS Lint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set  [ Read More ]

Posted by suhrthu.com On July - 16 - 2011 Comments Off
Disable Bottom Bar and YouTube Logo

Want to remove the player bar and the logo from you tube video ?   Here we have a normal YouTube embed code: <iframe width=”560″ height=”349″ src=”http://www.youtube.com/embed/H3cdx9r_aWk” frameborder=”0″ allowfullscreen></iframe>   Here is Logo and Player bar removed embed code: <iframe width=”560″ height=”349″ src=”http://www.youtube.com/embed/H3cdx9r_aWk?modestbranding=1&controls=0″ frameborder=”0″ allowfullscreen></iframe> This trick also works just for straight URLs also. So if you want to send somebody a link and disable the bar or logo you can send them: http://www.youtube.com/embed/H3cdx9r_aWk?modestbranding=1&controls=0   Real Video Logo and Player bar removed video  

Posted by suhrthu.com On June - 20 - 2011 Comments Off
Blogger Tip : Publish your new posts automatically to facebook and twitter

Facebook and Twitter gives more traffic for websites,if you post your blog’s/websites new post’s link and a small description to your facebook or twitter account that will gives more traffic,that is 100% sure Here i am describes how to post your blog links automatically to your twitter,facebook,hellotext,statusnet accounts instantly … Step 1 ) Sign in to www.twitterfeed.com with any account ( Eg: google,open id etc..),after login you will re directed to dash board Step 2) Click create New feed button Step 3 )Give a feed name and paste your website’s/blog’s feed url (rss feed), click on test  rss feed button  [ Read More ]

Posted by suhrthu.com On June - 14 - 2011 Comments Off

What is 301 Redirect ? suppose if you have a domain with good trafic and you want to change your domain name,if you change your search engine traffic will lose,so 301 Redirect is the best way to retain the search engine traffic,301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301″ is interpreted as “moved permanently”. Below are a Couple  [ Read More ]

Posted by suhrthu.com On June - 8 - 2011 Comments Off
facebook video

Facebook videos have links to share the Facebook video on your wall / friends wall, but does not provide an embed code. Here is how to do it. 1. Go to Facebook Video Page When you are viewing a Facebook video in your news feed / profile and reach the end, these are the options offered. Click on the “Go to Video” link and you are directed to the Facebook video page. 2. Find Facebook Video Url Now look at the long url address in the browser location bar. It will look something like this http://www.facebook.com/video/video.php?v=123456789012345 This is the url  [ Read More ]