Late Night Dev

Business and Development Resources for Web Developers and Analysts

Posts Tagged ‘javascript’

View Your Cookies

By Patrick Irvin • May 29th, 2008 • Category: Debugging/Testing

Thanks to my friend Bruce (always willing to share his knowledge) for this quick way to view the cookies on a web page:
javascript:’<xmp>’+document.cookie+’</xmp>’;
Add it as a bookmark and use it anytime you need to quickly check the cookie from a page.
Tweet This Post



Start using AJAX today!

By Patrick Irvin • May 8th, 2008 • Category: AJAX, ASP.Net Programming

Want to write more efficient next generation web apps? Spending some time learning AJAX (Asynchronous JavaScript And XML) will allow you to:

Write faster web apps
Write more efficient web apps
Write more user friendly web apps

AJAX does this by using the JavaScript XMLHttpRequest object to to retrieve data from the server without causing changes or [...]