background preloader

Store data in the HTML5 SQLite database - Waterfox

Store data in the HTML5 SQLite database - Waterfox

SQLite - SQLite, HTML5 and Javascript - Waterfox On 29.10.2012 20:44, Rose, John B wrote: > 1) We are looking for simple examples, with source code, of a UI using HTML5 to query and add data to an SQLite database > 2) We are also looking for examples using Javascript to query an existing SQLite database. And maybe add data to an existing database. We do not care of the database is on a server or local. I am assuming that you are talking about client side SQLite DBs. Unfortunately, the sad reality is that Web SQL Database [1] (i.e. The main reasons (cited in various official and semi-official sources by the Mozilla guys) are: * Internet badly needs browser convergence over HTML5, but Microsoft will never include exactly SQLite in IE for Windows, (the proposed standard [1] roughly says "WebSQL in terms of query language and behavior is ... * SQL is not the perfect language for the average JS developer. Mozilla (Firefox) continues to use (quite inefficiently) SQLite as IndexedDB backend, Chrome switched to LevelDB recently. Sorry, Alek

Labs - Adobe Flex Adobe® Flash®-based technologies are surrounded by an established ecosystem of support programs, business partners, and enthusiastic user communities. Together, they provide everything you need to create and deliver the most compelling applications, content, and video to the widest possible audience. Stay up to speed with the latest updates to the Flash Platform including sneak previews, prerelease products, experimental technologies, developer utilities, and open source projects available on Adobe Labs. Learn more about the Flash Platform. Related Technologies Adobe AIR 4 New features for out-of-browser applications across platforms. Other Resources Flex Apache Flex applications can be deployed to Flash Player in the browser, Adobe AIR on desktop and mobile or to native Android, IOS, QNX, Windows or Mac applications. Formerly on Labs A list of technologies formerly on Adobe Labs may be found on the Technology Archive.

Sharrre - A plugin for sharing buttons - Waterfox OpenZoom: Promoting and Supporting High-Resolution Images & Zoomable User Interfaces (ZUIs) on the Web A Simple TODO list using HTML5 IndexedDB - HTML5 Rocks - Waterfox Introduction IndexedDB is new in HTML5. Web Databases are hosted and persisted inside a user's browser. By allowing developers to create applications with rich query abilities it is envisioned that a new breed of web applications will emerge that have the ability to work online and off-line. The example code in this article demonstrates how to create a very simple todo list manager. This tutorial is a conversion of our A Simple TODO list using HTML5 WebDatabases tutorial and serves to highlight how easy it is to make the transition to IndexedDB. What is IndexedDB? IndexedDB is an Object Store. In a traditional relational data store we would have a table of "todo" items that store a collection of the users todo data in rows. IndexedDB differs in that you create an Object Store for a type of data and simply persist Javascript Objects to that store. Why IndexedDB? On November 18, 2010, the W3C announced that Web SQL database is a deprecated specification. Pre-requisites Step 1. Step 2. Step 3.

Adobe Flex Apache Flex, formerly Adobe Flex, is a software development kit (SDK) for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform. Initially developed by Macromedia and then acquired by Adobe Systems, Flex was donated by Adobe to the Apache Software Foundation in 2011[1] and promoted to a top-level project in December 2012. Overview[edit] Versions[edit] Macromedia Flex 1.0 and 1.5[edit] Macromedia targeted the enterprise application development market with its initial releases of Flex 1.0 and 1.5. Adobe Flex 2[edit] Adobe significantly changed the licensing model for the Flex product line with the release of Flex 2. Enterprise-oriented services remain available through Flex Data Services 2. Coinciding with the release of Flex 2, Adobe introduced a new version of the ActionScript programming language, known as Actionscript 3, reflecting the latest ECMAScript specification. Adobe Flex 3[edit] Adobe Flash Builder and Flex 4[edit]

QUnit - Waterfox XUI | PhoneGap Mobile App Development - Waterfox XUI Intro Posted by nick on September 2, 2010 Why do we need another DOM altering, stylesheet mashing, AJAX calling toolkit. Isn’t jQuery enough? The very important answer is size. Because on mobile devices size matters, a lot! XUI Basics – Class 1 Posted by nick on September 8, 2010 Inserting text & HTML in to the DOM XUI Basics – Class 2 Posted by nick on September 15, 2010 Other options for inserting text & HTML XUI Basics – Class 3 Posted by nick on September 22, 2010 Special options for replacing/removing text & HTML XUI Style Setting Posted by nick on September 29, 2010 Set styles on tag, class or id targets XUI Add/Has/Remove class Posted by nick on October 5, 2010 Add or remove styles for a target plus check if a target has a style. XUI Events

XUI - Waterfox I was recently reviewing mobile web JavaScript frameworks when I came across XUI, by Brian LeRoux and the other PhoneGap authors. XUI is a micro-framework — it’s designed to be small, portable and concise. XUI provides the following features: Element lookup through selectors Events, with support for touch screens DOM manipulation Animation through tweening XmlHttpRequest The API is available through the global x$. Usage looks like this: You might be wondering why XUI is smaller and faster than frameworks like jQuery. It’s smart of the PhoneGap developers to extract this framework, much like Sizzle was a good idea. jQuery mobile listview refresh - Stack Overflow - Waterfox

Wish listview("refresh") would go away - jQuery Forum - Waterfox Actually, jojoedada's problem is more likely related to his use of an ID. It's likely he refreshed some listviews, but just not on the page he expected. It found #case_list and #shelf_list on the wrong page. Notice that in the solution, he doesn't use an ID, but only a CSS class. He inadvertently fixed the problem without realized how he did so, and attributed the solution to the wrong change in his code. You can call a function on any jQuery object, and if the jQuery object (always a list of zero or more elements) has multiple items in the list, then the function will be called on each one. jQuery iterates through the list for you. So, you are right that the listview widget doesn't iterate through the array. You should use Web Inspector, Firebug, etc. to verify you are getting what you think you are getting.

What is RSS: A tutorial introduction to feeds and aggregators - Waterfox What is RSS? RSS stands for "Really Simple Syndication". It is a way to easily distribute a list of headlines, update notices, and sometimes content to a wide number of people. It is used by computer programs that organize those headlines and notices for easy reading. What problem does RSS solve? Most people are interested in many websites whose content changes on an unpredictable schedule. Email notification of changes was an early solution to this problem. RSS is a better way to be notified of new and changed content. How does RSS work? RSS works by having the website author maintain a list of notifications on their website in a standard way. Producing an RSS feed is very simple and hundreds of thousands of websites now provide this feature, including major news organizations like the New York Times, the BBC, and Reuters, as well as many weblogs. What information does RSS provide? RSS provides very basic information to do its notification. RSS aggregator programs Tying it all together

Convertigo | Free Development software downloads at SourceForge.net - Waterfox How to make a Splash Screen in a PhoneGap App - CainCode - Waterfox Posted June 10, 2012 in Android, Java, Mobile, PhoneGap You’re creating an Android app using PhoneGap and you’ve set up your project. You then realise you want a splash screen to show for a few of seconds when your app starts up. Open your app’s Activity class and make your onCreate method look like this: Line 3: This tells PhoneGap that you want a splash screen, and that you want an image called ‘splash’ to be displayed as your splash screen. Make sure you have the image you want to display saved to res/drawable with the file name ‘splash.png’. Line 4: This loads your initial page, but with a 5 second period of showing your splash screen before the page is shown. If you want to get rid of the status bar at the top of the screen to make your splash image full screen, open your res/xml/cordova.xml file and add the following line just before the closing tag at the bottom of the page: If you test your app you’ll now have a splash screen when you start your app.

Related: