1 2 3 4 5 6 7 8 9
On August 7 , 2009
At 12hr 34 minutes and 56 seconds on the 7th of August
this year, the time and date will be
12:34:56 07/08/09
This will never happen in your life again??!!!!
On September 9 , 2009
at 09 hr 09 minutes and 09 seconds
the time and date will be
09:09:09 09/09/09
This will never happen in your life again??!!!!
only 10-20% of the end user response time is spent downloading the HTML document. The other 80-90% is spent downloading all the components in the page.
The Google Code Blog: How we improved performance on Google Code
Nice article…read it..
Suresh Behera
Here is few nice help full toll for javscript injection
Testing different resolutions for web pages
javascript:window.resizeTo(1095,895); window.moveTo(55,55);
Rendered source of the currently displayed page
javascript:var myWin=window.open("","myWin","width=800,height=600,scrollbars,resizable,menubar");var myStr=document.documentElement.outerHTML;myStr=myStr.replace(/\</g,"<").replace(/\>/g,">").replace(/\r\n/g,"<br>");myWin.document.open();myWin.document.write(myStr);myWin.document.close();
Rendered source for all frames in a frameset:
javascript:var myWin,myStr,fms=window.top.frames;var i,len=fms.length;for(i=0;i<len;i++){myWin=window.open("","frame"+i,"width=800,height=600,scrollbars,resizable,menubar");myStr=fms[i].document.documentElement.outerHTML;myStr=myStr.replace(/\</g,"<").replace(/\>/g,">").replace(/\r\n/g,"<br>");myWin.document.open();myWin.document.write(myStr);myWin.document.close();}
All tag
javascript:alert(document.body.innerHTML)
http://www.patricktalmadge.com/2006/11/28/javascript-injection/
For more information please google
http://www.google.com/search?hl=en&q=javascript+injection&btnG=Search
NOTE: If you have more please post it on comment
Thanks,
Suresh Behera
This is some nice information most of develor miss during windows mobile development.
- IE Mobile for Windows Mobile 5 does not support document.getElementById(), though IE Mobile for Windows Mobile 6 does. The following code snippet provides a workaround using the document.all DOM property.
-IE Mobile for Windows Mobile 5 does not support createElement, though IE Mobile for Windows Mobile 6 does. For Windows Mobile 5 devices, create elements using the innerHTML property.
- Use the innerHTML and innerText properties to modify an element on IE Mobile for both Windows Mobile 5 and 6.
More reading
http://code.google.com/apis/gears/mobile.html#create_doc_elements_win_mo
Cheers,
Suresh Behera
This is one of very good article found on IEMobile development.It is worth to look it.
http://msdn.microsoft.com/en-us/library/ms838316.aspx
Cheers…
Suresh Behera
Well i have been using tfs since few months surprisingly got question like “What is Workspace in tsf ?” asked few of colleague to get their view who all are in tfs zone since long period got different answer like and checked on Google see what it say…
ANS : A workspace is your client-side copy of the files and folders on the source control server
http://msdn.microsoft.com/en-us/library/ms181383(VS.80).aspx
saw a nice post on workspace…check it out…
http://www.woodwardweb.com/teamprise/workspace_101_a.html
How to: Create a Workspace
http://msdn.microsoft.com/en-us/library/ms181384(VS.80).aspx
Cheers…
Suresh Behera