Yousef Jadallah's Blog
If You Rest You're Rust
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AddThis
AJAX
AJAX Control Toolkit
Array
ASP.NET
ASP.NET AJAX
BinarySearch
Books
C#
Community News
Cool Tools
JavaScript
JQuery
JQuery Mobile
MCC
Microsoft Event
Mobile
ModalPopupExtender
Tips and Tricks
visual studio 2010
Web Services
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
December 2012 (1)
September 2012 (1)
July 2012 (1)
March 2012 (1)
January 2012 (1)
August 2011 (3)
July 2011 (1)
June 2011 (3)
April 2011 (1)
December 2010 (1)
October 2010 (1)
June 2010 (1)
May 2010 (2)
April 2010 (4)
March 2010 (2)
February 2010 (2)
Recent Posts
1
Comments
jQuery Mobile Cookbook - Book Review
by
Yousef_Jadallah
It is a pleasure to work on jQuery Mobile Cookbook with Packt Publishing - one of the most prolific and fast-growing tech book publishers in the world. This was my first experience to work as a technical programming books reviewer. Actually, I found it...
Filed under:
Books
,
Community News
,
JQuery
,
JQuery Mobile
,
Mobile
5
Comments
AddThis - contains too many device filters error
by
Yousef_Jadallah
When using AddThis service with asp.net, some exceptions will throw like these: The string 'fb:like:layout' contains too many device filters. There can be only one. The string 'g:plusone:size' contains too many device filters. There can be only one. You...
Filed under:
AddThis
,
ASP.NET
,
Tips and Tricks
0
Comments
jQuery Mobile Download Builder
by
Yousef_Jadallah
Now you can customize your jQuery Mobile download by selecting the specific modules you need by using jQuery Mobile Download Builder that was released yesterday June 30, 2012. You can select a specific form element, transition type, widget and some core...
Filed under:
Community News
,
JQuery
,
JQuery Mobile
,
Mobile
2
Comments
Active button in navbar in Jquery Mobile
by
Yousef_Jadallah
When you add ui-btn-active class to your anchor, it will activate the selected button in your navbar. Moreover, if you'd like to keep it active when you return to it again, you need to add ui-state-persist . jquery mobile framework detects ui-state-persist...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
10
Comments
Calculating GridView Fields Using jquery
by
Yousef_Jadallah
Using jquery library with ASP Controls can be a good practice to handle any client script. Furthermore, using jquery with GridView would be more efficient than using native JavaScript. JavaScript needs a lot of codes, on the other hand, Jquery helps to...
Filed under:
ASP.NET
,
JQuery
15
Comments
Adding jQuery Mobile controls programmatically
by
Yousef_Jadallah
Normal 0 false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
10
Comments
jQuery Mobile : Page pre-fetch
by
Yousef_Jadallah
The latest release of jQuery Mobile beta 2 is characterized by a new added feature. This feature is called Page pre-fetch , which finds the links of the active pages and makes a lazy load for these pages into the DOM beyond the scene before the user clicks...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
3
Comments
JQuery Mobile Code Snippets 2
by
Yousef_Jadallah
This part is a complement of JQuery Mobile Code Snippets 1 , hope these codes help you. Normal 0 false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
10
Comments
Grid Layout In Jquery Mobile
by
Yousef_Jadallah
Today I will explain to you how to use Jquery Mobile Grid layout , which allows to build multiple columns ranges between two to five columns . We need this technique to place small elements side-by-side (like hours, minutes and seconds text box groups...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
24
Comments
JQuery Mobile: Fire Mobileinit Event
by
Yousef_Jadallah
Many people asked that the Mobileinit event didn't work. Simplicity just you need to follow this sequence: < link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" /> < script src = "http://code.jquery...
Filed under:
JQuery
,
JQuery Mobile
,
Mobile
More Posts
Next page »