Skip to main content

Posts

Showing posts from May, 2008

How to get indexed by Google & Yahoo

I have seen a lot of ads and services online that provide the facility to get higher page ranks on search engines. But when I asked about those services on Google their respond was not much positive because they said it can decrease you page rank (because those services cannot be trusted always). It is happening because the page rank is depending on page visitors (as Google say). So the better way is to let the Google to index your site by sending them the address of your website. http://www.google.com/webmasters/ : here you can improve the traffic with the webmaster tools and you can send your website contents also. It is a legal, simple and direct hit. You can send your web site address (even the blog) to Yahoo: https://siteexplorer.search.yahoo.com also. It helps them to index your pages on their search engines. It is better to come up with the content and services which are really useful for the visitors and the traffic will be increased regularly. I have gone through a lot of e

Online photo editing tool

There are plenty of tools for editing photos and a lot more which we can do the same online. I think among the desktop tools "Adobe Photoshop" is a good on image editing. I have found a site that I felt it is similar to Photoshop but online (seems it is using flash). And it allows us to get the images from websites and local machine to edit and to save on local machine or on image sharing services (like flickr). I have shown a screen shot of that web site and here is the URL of it. http://www.splashup.com I think this is a good tool for using when we do not have installed Photoshop on our machine. If you have known any better tools online please do share it.

FlashGet – a free Download Manager

I have used so many download accelerators and download managers but this is the first time I have found a good download manager for free (so no need to find the cracks) . Currently I am using it for downloads and so far it seems good and here I have listed the features of the FlashGet. Optimized - will run with low system resources. Call anti-virus - It will execute the antivirus software after downloading a file. 100% clean - there are no ads were displayed on FlashGet so full strength will be used for download. Speed - They say it is speed but it depends on your connection Multi-protocol – supports HTTP and FTP File management – it does the categorization Add-ons and Themes are also available You can download FlashGet by just click here . If you are already using FlashGet and have better experience or if there are any drawbacks please share it with us. Or if there are a better Download Manager please share it also.

Working with forms inside iframes

I was requested to do some work with forms using the iframes on a web page and it was needed to do a lot of Googling and thought to share those things. 1. Display a form on the main page and when the form is submitted the results should be shown on an iframe on the same page. a. This task was pretty simple and what I had to do is give the same page as the action page of the form. b. If the form data is defined on the page I had to show the iframe.When showing the iframe I had to give all the form data as query parameters on the URL of the iframe. c. Then the resulting page was displayed correctly inside the iframe. 2. Then the resulting page which was inside the iframe was also a web form and it has to be submitted on the event of a button click which was on the main page. a. For the button click event we have to fire a JavaScript function. b. On that JavaScript function we can do the submission as follows. c. This will be doing the submission and we have to redire