saquery.com
a web developer' s kung fu…

Looking for Jquery Mobile or Examples?

We have the following articles on these keywords for you...

jQuery goes mobile

[Translate] It is nice to know that jquery will come on different mobile devices such as iPad, iPhone, Palm and Android. source: http://jquerymobile.com/ Take a look at http://jquerymobile.com/

Relevance: 100.00%


SQL Anywhere For Android

[Translate] Since march 2011 SQL Anywhere 12.0.1 supports Google’ s Android OS for smartphones. This means that the UltraLite database, previously available on Windows mobile, Windows, BlackBerry and iPhone, is now also available on Android. mobile enterprise applications on Android can now take advantage of the same on-device database and data synchronization technology as apps on [...]

Relevance: 92.47%


Samsung Galaxy S II (i9100) not waterproof!

[Translate] This is the forthcoming Google Android driven Samsung Galaxy S II. Looks great on but not waterproof?

Relevance: 80.73%


Debug Javascript on mobile Devices

[Translate] TIFFANY B. BROWN published on alistapart.com a realy good post about how to debug Javascript on mobile devices. The following links are a must-read for both aspiring web developer and also for advanced programmers. Modern Debugging Tips and Tricks - Advanced Debugging With JavaScript by H. R.M. STEEN , C. MILLS

Relevance: 65.75%


Using .Net and jQuery

[Translate] It is easy to dive into the world of jquery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jquery. http://weblogs.asp.net/scottgu/ explains in detail how to integrate jquery in Visual Studio.

Relevance: 48.93%


typeof(obj)==’jquery’ ?

[Translate] Try this to determine if an object is type of jquery. [javascript] if (parameterValue instanceof jquery) alert('true'); [/javascript]

Relevance: 47.37%


jQuery 1.5rc

[Translate] It seems that jquery 1.5 is near. http://blog.jquery.com reported that a release candidate of version is available for download. So far the jquery 1.5 BETA 1 CHANGE LOG This is a concise change log – full release notes will be coming with the final 1.5 release. Rewrite of the Ajax module by Julian Aubourg. This is the most significant change in this release and [...]

Relevance: 47.36%


jQuery Intellisense and Visual Studio

[Translate] It is easy to dive into the world of jquery. It requires only little knowledge in javascript in order to achieve great results with this JavaScript library. Beginners using Visual Studio will benefit from the so-called Intellisense support for jquery. http://weblogs.asp.net/scottgu explains in detail how to integrate jquery in Visual Studio.

Relevance: 47.21%


jQuery toggleText function

[Translate] This is a simple function to toggle text contents of an HTML element with jquery. It should be easy to equip the toggleText methode with an array of strings. [javascript] /* * jquery.toggleText Plugin. * Copyright (c) saquery.com * Licensed under MIT - http://www.opensource.org/licenses/MIT */ $.fn.toggleText = function(txt){ return this.each(function(){ var _=$(this),_current=_.text(),_txt=txt; if ( [...]

Relevance: 40.52%


Web Dev Intro

[Translate] Introduction of a Web Developer' s Kung-Fu: A good way to quit thinking... Start doing it. Is the main idea of the following articles. With each new challenge it is (unfortunately) also necessary to learn a few new things. Here are things to try and learn by errors. It is difficult to learn something [...]

Relevance: 39.64%


jQuery kickStart

[Translate] [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" language="javascript" src="http://code.jquery.com/jquery-1.4.2.min.js" ></script> <script type="text/javascript" language="javascript"> var _yourCode = 0 </script> </head> <body> <form id="form1"></form> </body> </html> [/html] jquery kickStart Download | jquery UI and CSS improved version!

Relevance: 38.12%


CSS Rules for a Cross Browser Layout

[Translate] Cross-browser layouts are time consuming? Yes! Coding cross-browser layouts can be very time consuming. Especially the ever-popular Internet Explorer plays an important role in this context. All Web browsers have custom CSS settings for the individual HTML elements such as a table. Firebug shows us that the standard rules for the current browser are listed in the file system.css. As already mentioned, these settings can be different in different browsers. The plan is to define identical layout rules for all these browsers.

Relevance: 37.31%


Test Swarm- Distributed Continuous Integration for JavaScript

[Translate] TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code

Relevance: 37.01%


Full charged JQuery website with 3 lines of code

[Translate] The big players on the Internet offer a good possibility to include well known JavaScript libraries  in your own websites. There is no need for a own webspace. This is an example to load jquery and jquery UI with the basic theme from Google CDN. [html] Full charged jquery website with 3 lines of code I was [...]

Relevance: 36.09%


Handling Javascript Objects

[Translate] Javascript Console-Log: Objects can be used in many ways in JavaScript. The following examples illustrate aspects of class architecture in Javascript. First of all: The execution context As described here it is allways a good idea to declare your own execution context.

Relevance: 35.13%


Take control over jQuery’ s cache behavior

[Translate] There is a global switch. If this is set to false jquery will prevent browser cache usage for Ajax-Requests. The following jquery.ajaxSetup methode call will disable cache for all Ajax requests. [javascript] $.ajaxSetup ({ cache: false }); [/javascript]

Relevance: 33.98%


Write your own JQuery Plugin

[Translate] [javascript] /*! * jquery Sample Plugin * * http://saquery.com * */ (function(){ $.fn.setBorderStyle = function( settings ) { var _defaults = { 'border':'solid 1px black', 'color':'red' }, _config = $.extend(_defaults, settings), _ = $(this); return _.each(function(i,n) { $(this).css(_config); }); }; })(jquery); $(function(){ $('div').setBorderStyle(); }) [/javascript] Test 1 : Invoke setBorderStyle with default settings. [javascript] [...]

Relevance: 32.71%


jQuery JSON Parse Error

[Translate] Sometimes I got an error message for Ajax request "JSON Parse Error" (I think) throwed by the jquery library. Upon closer examination I found that the structure of the PHP JSON result set was correct. In the end it was the character set of the underlying PHP files. To fix the parse error you [...]

Relevance: 31.43%


jQuery.tmp – A jQuery Template Plugin

[Translate] jquery.tmp Level 1 - Static Html Load a Template from static Html Javascript String. Html Source [html] [/html] Javascript Source [javascript] $('.s1').tmp('Template from static Html...'); [/javascript] Load a Template from static Html Javascript String with context data.

Relevance: 29.77%


Javascript isArray – Crossbrowser

Identify an object as type of array in Javascript.

Relevance: 29.44%


jQuery.simpleEdit

[Translate] This jquery Plugin extends a Html TextArea Element so that it can handle Tab and Alt+Tab keypress events. It can be usefull to edit and format HTML Code.

Relevance: 25.94%


Rise of the machines

[Translate] An Interview with Eric Farrar Product Manager on Sybase’s SQL Anywhere Stephan: Hi Eric, First of all thank you very much for taking time to answer a few questions. Articles on your Blog indicate that you are not only a Product Manager but also an experienced developer. Maybe you can introduce yourself a little? [...]

Relevance: 24.31%


Other relevant searches:

Powered by WP SEO Tags