How Google Adsense Works

What you add for showing google ads on your website ? It is a javascript , right ? Parameters are: Client Id format, channel,url for the caller webpage, background color, link color, border color, text color, javasupport, flash support etc The width and height of the iframe is calculated from google_ad_width = 468 and google_ad_height [...]

7 Comments , , ,

Youtube Images – What an Idea !!!

Look at the given image carefully … Did anybody see the above image anywhere ? The Answer might be No. But you might see small parts of this picture. The amazing picture’s name is Youtube Master Image. The Youtube Website contains this single image only, and it uses part by part for different occasions with [...]

13 Comments , , , ,

Google Ad-Oriented WordPress Theme > KeyArt

Very nice ad placement Keyword / Meta optimized Google Image-ad Header Web 2.0 Layout Simple Design Option of Auto Bookmarking (Stumble , Delicious, Technorati) Amazing Navigation 75% CTR increment (Tested) Keeping google ad-layout specification All the above features in a single theme named KeyArt. Download the zip file , unzip to wp-content/themes/ so that the [...]

2 Comments , , , , , , , ,

Cross Browser Cookies

A normal html / web developer must be femilered with cookies and sessions. In normal case the cookie set by one browser cannot be access through another browser. Each browsers have its own space to store the cookie value. Thats why when you login your email account from one browser, if you go another browser [...]

2 Comments , , ,

Gmail Architecture

Gmail is the best application website i ever seen. Simple implementation, Super Ajax, Cute Chatting, Status Messages, Fast Mail Checking, Live updating and its features are endless as my wordpress database wont withstand when you type: www.gmail.com, the following action will happen. See it is very interesting. Script1 It first load the javascript file : [...]

33 Comments , , , ,

WordPress Theme – Sythoos

Sythoos wordpress theme is now public . You can download the theme of this site from Sythoos Theme Features >> Simply whitish theme Readable font type and size Comfortable colors SEO based theme Apt place for adding google advertisements Google Map Api showing current visitors locations and count Super commenting structure Fast Loading See the [...]

4 Comments , , , , ,

Todo Reminder (http://remind.olph.in)

Todo Reminder is a Mozilla Plugin, which can be used to set Reminder for Your Friends for a particular event on a particular date. Your Friend will get Email / SMS alert some days before (Called Heat) that event. So you never forgot a particular event / ToDo. For example, when you composing an Email [...]

2 Comments , , , , , , , ,

Mozilla Plugin for Gmail

I personally like gmail than any other webmail service in this world. I was a regular yahoo mail user two years before, and i used yahoo messenger also. I am not blaming yahoo mail service, i don’t know the reason for this switching exactly, but i like gmail. Might be because of its simple chat, [...]

2 Comments , , , , ,

I hate stumble spammers

The idea attracted me some months back is that of stumbleupon. There you can customize your likes and dislikes. You can categories your likes. After this you can view websites as per your interest. What you have to do is just press the stumble button in your browser’s stumble plug-in. This is like taking books [...]

2 Comments , , , , , ,

Orkut/Facebook/Flickr/Hi5 is banned in my Office :( Need a Solution ? Yes Answer is Here !!!

If your organization / office blocked your favorite website, dont worry, we have a solution. If you have your own website / server and ssh access to it, you can browse any website through that. All what you need is putty.exe (in windows). See below the steps for that: You need putty for this purpose. [...]

5 Comments , , , , , , , ,

Upload Files Like Gmail

Now we can see ajax everywhere. Most of the famous websites are now enabled ajax for providing faster navigation and browsing speed. If you are a gmail user, the thing you noticed very attractively should be the file attaching part of the email composing window. If you wait for sometime you can see, your file [...]

23 Comments , ,

Web Developer – Mozilla Plugin

If you are a web developer, You can use mozilla’s Web Developer Plugin . In my previous posts i have mentioned some more plugins for mozilla viz yslow and firebug. This web developer plugin helps you in various manner such as manage form, inputs, images, rulers, javascript etc. You can download this api from http://chrispederick.com/work/web-developer [...]

0 Comments ,

Importance of 301 Permanent Redirection

What is the difference between http://www.myhostname.com and http://myhostname.com ? In most of the case you will get the same website. But if this is the actual scenario , why we redundantly use www, is it only for time consuming ? Class B web development says that , no need to use www, we have to [...]

0 Comments , ,

Onclick Select All and Copy to Clipboard (javascript)

In sometimes, in html , if you want to select the text for a textbox or a textarea , you can use the following script function select_all(obj) { var text_val=eval(obj); text_val.focus(); text_val.select(); if (!document.all) return; // IE only r= text_val.createTextRange(); r.execCommand(\\'copy\\'); } <script type=”text/javascript”> function select_all(obj) { var text_val=eval(obj); text_val.focus(); text_val.select(); if (!document.all) return; // [...]

45 Comments

Yslow

Yslow >>> Why my website is slow ?? Yslow is an addon for mozilla integratted with firebug (Another addon from mozilla). Yslow checks the web page and tells us what are the slow factors in the current webpage and it put grade for a particular web page High speed webpages get grade A. (Google is [...]

2 Comments