Late Night Dev

Business and Development Resources for Web Developers and Analysts

Posts Tagged ‘web design’

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



Firefox – Web Development Add-ons

By Patrick Irvin • May 28th, 2008 • Category: Debugging/Testing, Web Graphics

As we all know, it is very important to test web applications in various browsers and operating environments to eliminate surprises after deployment. Firefox web browser by Mozilla is one of the leading browsers in the current internet environment along with Internet Explorer and Safari. Firefox offers some very capable add-ons for web [...]



Digital document conversion service now offered by Echoes Marketing

By Patrick Irvin • May 22nd, 2008 • Category: Hosting/Services, Uncategorized

Echoes Marketing now offers online conversion of PDF magazines, catalogs, brochures etc. into online 3D publications.
Our online digital magazine’s design, simple overview, and smart print function make it an attractive way to display your publications. Readers get the feeling of reading a “real” publication while enjoying the search functions of the web.
All content is searchable [...]



Make sure your navigation elements are available to search engines

By Patrick Irvin • May 12th, 2008 • Category: SEO

Many sites today use navigation built entirely with javascript. These menus are very nice and include effects that enhance the user experience in some cases. However, a high percentage of these sites overlook the fact that menus written entirely in javascript are not indexed at all by the search engines. As a [...]