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 …
Tag Archive: text javascript
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
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 …
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
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 …
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 …
Permanent link to this article: http://www.bayduvinsolutions.com/extreme-asp-net-makeover-script-refactoring-screwturn-wikijavascript/

