Web development

Some useful links I try to save here to help me with web development and hopefully other developers out there!

Friday, June 28, 2013

A command line tool to generate css sprites.

Link here.
Posted by Unknown at 5:09 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: sprites

Monday, June 24, 2013

Sencha gives you a free way to resize your big images on smaller screens.

Link here.
Posted by Unknown at 2:18 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: api, image, resize

Sunday, June 23, 2013

Count character, words and paragraphs entered by a user live

A very small plugin that has no dependencies.
Link here.
Posted by Unknown at 8:43 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: character, js, plugin

A plugin if you want to use excel/spreadsheet formulas.

Link here.
Posted by Unknown at 6:45 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: js, plugin

Friday, June 21, 2013

Ready css3 animations

Link here.
Posted by Unknown at 6:24 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: animation, css3, plugin

Know the resolution and ppi of any screen

Link here.
Posted by Unknown at 6:01 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: dpi, screen

Monday, June 17, 2013

Write better html using HTML inspector plugin

Link here.
Posted by Unknown at 9:22 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: js, plugin

Sunday, June 9, 2013

Beautiful analysis and visualization tool

Link here.
Posted by Unknown at 1:02 PM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: graphs, plugin

A javascript library, Cytoscape.js for analysis and visualization

Link here.
Posted by Unknown at 11:49 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: graphs, js, plugin

Monday, June 3, 2013

Simple triangular list bullets using css

Link here.
Posted by Unknown at 1:00 AM No comments:
Email ThisBlogThis!Share to XShare to Facebook
Labels: css, list
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Contributors

Unknown
View my complete profile

Internet Defense League

Member of The Internet Defense League

Quick tips

It's faster to use .length rather than .size() in jquery as .size() function return .length of the element itself.
Selectors
In css, browsers read the selectors from the right to left. And, as a rule, try to not to use selectors that are type selectors like li, p etc.
z-index will only work on an element whose position property has been explicitly set to absolute, fixed, or relative.
In a function declaration in javascript, the function stands on its own and does not need to be assigned to anything.
eg-
function multiple(a, b) { return a * b; } // Note, no semi colan is needed
IE Hack
When creating a good, solid markup, at times when IE does not seem to play nicely, try applying the css property { zoom : 1; } and see if this fixes the issue. 90% of the times it fixes the display problems in IE. This css only works for IE.

Total Pageviews

Site Archive

  • ►  2015 (2)
    • ►  September (1)
    • ►  July (1)
  • ►  2014 (13)
    • ►  December (2)
    • ►  August (2)
    • ►  July (1)
    • ►  March (5)
    • ►  February (2)
    • ►  January (1)
  • ▼  2013 (80)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (7)
    • ▼  June (10)
      • A command line tool to generate css sprites.
      • Sencha gives you a free way to resize your big ima...
      • Count character, words and paragraphs entered by a...
      • A plugin if you want to use excel/spreadsheet form...
      • Ready css3 animations
      • Know the resolution and ppi of any screen
      • Write better html using HTML inspector plugin
      • Beautiful analysis and visualization tool
      • A javascript library, Cytoscape.js for analysis an...
      • Simple triangular list bullets using css
    • ►  May (12)
    • ►  April (8)
    • ►  March (12)
    • ►  February (11)
    • ►  January (14)
  • ►  2012 (119)
    • ►  December (15)
    • ►  November (9)
    • ►  October (17)
    • ►  September (13)
    • ►  August (11)
    • ►  July (8)
    • ►  June (16)
    • ►  May (9)
    • ►  April (21)

Popular Posts

  • Learn how to use flexbox to position elements
    Link here .
  • A fun piano using jquery !
    Link here .
  • A checklist of What all to check before starting user testing
    Link here .
  • A command line tool to generate css sprites.
    Link here .
  • Create tooltip type of toolbars!
    Link here .
  • 50 Javascript libraries for charts and graphs
    Link here .
  • Make lasers using css
    Link here .
  • Write better html using HTML inspector plugin
    Link here .
  • Check if your page is visible currently via javascript
    L ink here .
  • Awesome charting javascript library
    Link here . This javascript library helps to create cool charts like pie charts, bar graphs, data tables etc. The coolest thing is that th...