Saturday, July 14, 2007

This is Spartan King Leonidas speed painting and animation



Awesome speed painting and animation of Spartan King Leonidas yelling ‘This is Sparta!!’ from the movie 300. This was painted in Adobe Photoshop step by step and then later the animation was done in Adobe After Effects. This artist sure does have some mad Photoshop skills and took a lot of time in creating this masterpiece. 1 videoclip after the jump.

The Incredible Hulk Dog


Wendy the Whippet has a genetic disorder resulting her being the Incredible Hulk of dogs. She is one rare breed and people refer her to as Arnold Schwarzenegger says owner Ingrid Hansen. Twice the weight of an average whippet at 27 kilograms, she probably won’t live as long as normal whippets.

7 Wonders of the World



The New7Wonders organization is happy to announce the following 7 candidates have been elected to represent global heritage throughout history. The listing is in random order, as announced at the Declaration Ceremony on 07.07.07. All the New 7 Wonders are equal and are presented as a group without any ranking.

Mammoth Found in Siberia


Researchers at Japan Jikei University will soon be receiving a body of a frozen baby mammoth which is said to be one of the best preserved specimens of mammoth ever to be discovered. The researchers at the Jikei University School Medicine will use advanced computer tomography scanners to obtain three dimensional images of its internal organs.

World of Creative Advertisements


An advertisement by Jung von Matt/Alster for watchmaker IWC. Bus straps have been fashioned from images of IWC’s Big Pilot’s Watch to allow bus travellers near the airport to try before they buy at Berlin, Germany. 16 more advertisements after the jump.






A print of a cup of Folgers coffee was placed on top of manhole covers in New York City, USA. Holes on the print allows the steam to come out. Wordings around the cup reads ‘Hey, City That Never Sleeps. Wake up.” from Folgers.











This is a great advertisment campaign at Unicenter Shopping Mall in Buenos Aires, Argentina for Valentine’s Day. It magnifies the romantic ambience with a simple idea.







An innovative idea on a large billboard in Amsterdam, Netherlands. It really makes you want that ‘Heineken’.

Friday, April 20, 2007

SEO and Google Rule Over The world

SEO Companies all over the world are popping up daily and people are more than eager to get their sites optimized for great performance in Search Engines. Search Engine Optimization has got a nice image in countries like UK, USA and in the whole of Europe.

In east asia, with common man realizing the importance of Internet, countries have taken a huge leap towards technological developments. People are purchasing computers and getting their Internet connections plugged in to experience the joys of being online.

Satisfying a search engine’s appetite for keywords and content challenges the SEO writer who wants to also write effectively for a human. Using keyword-heavy content to entice search engines is a great idea until an actual person gets to the web page and starts reading the repetitive mess.

Do you think the corporate theme song of Google (GOOG) is “Everybody Wants to Rule the World” by Tears for Fears? Or that co-founders Larry Page and Sergey Brin do their best “Pinky and the Brain” impersonations each morning in the Googleplex?

“Google Try to take over the world!”

Previously people would use reference books or established indexes to find material. But now everyone can find information to his/her desired topic within a few clicks on internet.

You can easily find people saying that "Google is God".

Google’s wonderful services (gmail, google calendar, google groups, google base, picasa 2, google docs, etc. are free of cost. Google makes all these excellent products that make our life easier at no cost to us!!!

They are trying to do too much, too fast. Google is very aggressive about trying to diversify its business. Google want to move into video and branded advertising and they are taking it seriously. Plus, they can afford to do it.

Monday, March 12, 2007

Most Funniest Things Found On Google

Wanna Do some fun with Google, Here is the key to fun, just take a look for this pdf and you find a lot of tricks to fun with Google. Feeling Bore!! Wanna need some time for funniest things!
Read This

Google Adsense Free Ebook

If you are interested for Google Adsense, Then this is the right place for you. In addition of many free stuff and ebooks you can find Google Adsense Free Ebook. You can read it online on my blog. For more information Please scroll down.

Monday, March 5, 2007

Google Gadgets Services




























Introduction To robots.txt

A robot is a program that automatically traverses the Web's hypertext structure by retrieving a document, and recursively retrieving all documents that are referenced.
Robots can be used for a number of purposes:

* Indexing
* HTML validation
* Link validation
* "What's New" monitoring
* Mirroring

Search engine robots will check a special file in the root of each server called robots.txt, which is a plain text file. Robots.txt implements the Robots Exclusion Protocol, which allows the web site administrator to define what parts of the site are off-limits to specific robot user agent names. Web administrators can disallow access to temporary directories, private and cgi, for example, because they do not want pages in those areas indexed.

If you want to exclude the whole website then you can do this by robots.txt file
User-agent: *
Disallow:/

The asterisk (*) in the User-agent field is shorthand for "all robots". Because nothing is disallowed, everything is allowed.

Remove an image from Google Image Search

User-agent: Googlebot-Image
Disallow: /images/pigs.jpg
This will remove image named pigs.
To remove all the images on your site from our index, place the following robots.txt file in your server root:
User-agent: Googlebot-Image<
Disallow: /
some patterns may end in "$" to indicate the end of a name. To remove all files of a specific file type (for example, to include .jpg but not .gif images), you'd use the following robots.txt entry:
User-agent: Googlebot-Image
Disallow: /*.gif$


# disallow all files in these directories
User-agent: *
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /comments/
Disallow: /z/j/
Disallow: /z/c/
Disallow: /about/legal-notice/
Disallow: /about/copyright-policy/
Disallow: /about/terms-and-conditions/
Disallow: /about/feed/
Disallow: /about/trackback/
Disallow: /contact/
Disallow: /stats*
Disallow: /tag
Disallow: /category/uncategorized*


# disallow all files ending with these extensions
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.txt$

# disallow all files in /wp- directorys
Disallow: /wp-*/

# disallow all files with? in url
Disallow: /*?

Robots.txt Checker Tool
http://tool.motoricerca.info/robots-checker.phtml