by Mr Me
on June 4, 2008
in html, webworld
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 [...]
by Mr Me
on May 3, 2008
in general, html, webworld
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 [...]
by Mr Me
on April 10, 2008
in Downloads, html, webworld
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 [...]
by Mr Me
on April 4, 2008
in html, webworld
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 [...]
by Mr Me
on March 26, 2008
in html, webworld
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 : [...]
by Mr Me
on March 17, 2008
in Downloads, html, webworld
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 [...]
by Mr Me
on March 16, 2008
in general, html, webworld
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 [...]
by Mr Me
on March 14, 2008
in html, webworld
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, [...]
by Mr Me
on March 4, 2008
in general, html, webworld
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 [...]
by Mr Me
on December 11, 2007
in html, webworld
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. [...]
by Mr Me
on November 1, 2007
in Downloads, html, php, php source code, webworld
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 [...]
by Mr Me
on October 20, 2007
in html, webworld
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 [...]
by Mr Me
on October 19, 2007
in general, html
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 [...]
by Mr Me
on October 5, 2007
in html
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; // [...]
by Mr Me
on September 1, 2007
in html, webworld
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 [...]