Sunday, September 4, 2011

jQuery Autocomplete Plugin Demo

Source

Plugins/Autocomplete - jQuery JavaScript Library

Source

Patterns: JQuery AutoComplete using XML with Key Value pair

Patterns: JQuery AutoComplete using XML with Key Value pair

ASP.Net Nova: Simple Jquery Ajax : Server side Autocomplete and Server side data fetching

Source

ASP Snippets | Using jQuery AutoComplete Plugin in ASP.Net

Source

Make GSM Phone Calls With HTC Flyer 3G [How To Guide]

Source

[HOW-TO] - Enable GSM phone calls on your S-OFF Flyer :) - xda-developers

source

Best Books For LPI Training | Linux Training - LPI Certified Training and Exams

Source

Javascript Improve Image Quality on resize - JavaScript / DHTML / AJAX

Javascript Improve Image Quality on resize - JavaScript / DHTML / AJAX:

Re: Javascript Improve Image Quality on resize

only if the original image is as large as the largest dragable size.
increasing the size of the image beyond its actual size creates interpolated pixels, 'best fit of color' that may not be correct or creates visual pixels that are multiple screen pixels in size, 'blocky' images.
If the image is initially served at a small size,
a larger image can be background loaded by a script,
page times are not impacted,
the effect can be seamless.
example code only, not checked or correct
where "onresize" is some defined action havent bothered to code
html Syntax (Toggle Plain Text)
  1. <!doctype>
  2. type='text/javascript'>
  3. onload='imageload()'>
  4. src='thumbsize.jpg' onresize='self.src="fullsize.jpg"' alt='drag to resize image'>


كيف تبدأ مشروعك الناشئ بـ 4 خطوات