This may sound very simple to most of the bloggers who already have a Wordpress blog and running ads on their blog. One who of my friend who just new to Wordpress and having difficulty in adding advertisement codes to Wordpress Sidebar. … [Read more...]
Gmail: Inserting Images
Gmail provides no way to embed images, Youtube videos, sophisticated table layouts, Flash animation movies, inline podcast players like odeo, and etc. There is a copy and paste tricks that allow you to embed images into your rich text email in Gmail. You are actually copying a rendered HTML from either an existing web page or WYSIWYG HTML editor. … [Read more...]
How Do You Know When Your Site Get Indexed in Google Search Engine?
How do you know when your site get indexed in Google search engine. You can actually use Google search engine to find out how your site is indexed. For example: to know the indexed pages in www.snipetit.com, simply query site:www.snippetit.com at Google search engine. to know the pages that link to your www.snipetit.com's front page, simply query link:www.snippetit.com at … [Read more...]
Java: Randomly sort values in a array (the generic way) in single pass
Few years back (yes, about 4 years back), I wrote an article about randomly sort query results in MySQL. The main problem in randomly sort query results is that when you have a very large data in your database and the statement to sort the result may change the data execution plan causing DMBS does not choose the right plan. Therefore, sometime it is more wise to sort it in … [Read more...]
Get the URL of a photo in different sizes in flickr.com
When writing a blog post, you may want to put some photo in the post but host it on flickr.com. How will you get an photo URL in flickr.com? Browse to the photo page, view the HTML source code and look for the photo URL? … [Read more...]