Tag Archive: text javascript

Feb
08

jquery – Save Values to HTML5 localStorage -> populate on page load – Stack Overflow

1328676007-70.png

I am following the example in the O’Reilly “Building iPhone Apps with HTML, CSS and Javascript,” I want the values entered from a form to populate after the app closes and reloads, similar to a php ‘sticky form.’ The only aspects I changed from the example is that saveSettings is called on submit, and here …

Continue reading »

Permanent link to this article: http://www.bayduvinsolutions.com/jquery-save-values-to-html5-localstorage-populate-on-page-load-stack-overflow/

Jan
28

Science And technologies: [Google Maps API v2] Google maps not correct wiht universal selector

1327711224-43.JPG

Hi,I have a problem when I use a universal selector and show google mapson my site.Then google maps ist not shown correctly.the Buttons for Map, Hybrid, Satellite are at the wrong place and alsothe copyright notice …All are shown topleft in the edge. I know, that if I skip the universal selector, then google maps …

Continue reading »

Permanent link to this article: http://www.bayduvinsolutions.com/science-and-technologies-google-maps-api-v2-google-maps-not-correct-wiht-universal-selector/

Jan
24

How to loop through javascript object’s properties using the (for in) loop

1327381208-91.jpg

Hi there, today I am going to show you how to use the (for in) loop to loop through the javascript object and then alert out each name-value pair of the object property on your browser. The (for in) loop is very useful when we have no idea what is inside an object and need …

Continue reading »

Permanent link to this article: http://www.bayduvinsolutions.com/how-to-loop-through-javascript-objects-properties-using-the-for-in-loop/

Nov
12

Extreme ASP.NET Makeover: Script – Refactoring ScrewTurn Wiki JavaScript

The first step in refactoring ScrewTurn Wiki’s JavaScript is to extract it into separate JavaScript files. Not only will this allow us to test the JavaScript, but it also will improve page performance. This is due to decreased page size, as the browser can cache the JavaScript files rather than downloading them with every dynamic …

Continue reading »

Permanent link to this article: http://www.bayduvinsolutions.com/extreme-asp-net-makeover-script-refactoring-screwturn-wikijavascript/