Link here.
Some useful links I try to save here to help me with web development and hopefully other developers out there!
Friday, September 6, 2013
Saturday, August 31, 2013
Sunday, July 14, 2013
Monday, July 8, 2013
Tuesday, July 2, 2013
Monday, July 1, 2013
Get placeholder images according to your need when designing a new web app
I could find not one but three of them. Besides choosing sizes, we can also choose type of images we want from categories provided, all for free.
Lorem Pixel
Fakeimg
Placeimg
Lorem Pixel
Fakeimg
Placeimg
Labels:
image,
placeholder
Friday, June 28, 2013
Monday, June 24, 2013
Sunday, June 23, 2013
Count character, words and paragraphs entered by a user live
A very small plugin that has no dependencies.
Link here.
Link here.
Friday, June 21, 2013
Monday, June 17, 2013
Sunday, June 9, 2013
Monday, June 3, 2013
Friday, May 31, 2013
Check user's input without js using regular expressions and HTML5 !
HTML5 now allows you to check input attributes of the user using regular expressions without the use of any javascript using "pattern" attribute -
A simple example for email check -
<input type="email" pattern="[^ @]*@[^ @]*" value="">
Subscribe to:
Posts (Atom)