Wednesday, 6 March 2013

40 Useful Cheat Sheets For Designers and Developers

A cheat sheet or cheatsheet or a crib sheet is a brief collection of notes that designers and developers can use to quickly get help from.  ... thumbnail 1 summary
  • A cheat sheet or cheatsheet or a crib sheet is a brief collection of notes that designers and developers can use to quickly get help from.  ...

    12 Useful Free Online CSS and HTML Code Editors

    HTML and CSS are two amazing web development languages that have totally revolutionized the web development industry. There was a time websi... thumbnail 1 summary
  • HTML and CSS are two amazing web development languages that have totally revolutionized the web development industry. There was a time websi...

    Sunday, 3 March 2013

    Detect Hacked Files via CRON/PHP

    As a Certified Ethical Hacker, I searched for a script which would help me to detect unauthorized file changes. I found a script (probably i... thumbnail 1 summary
  • As a Certified Ethical Hacker, I searched for a script which would help me to detect unauthorized file changes. I found a script (probably i...

    Friday, 1 March 2013

    checkbox is not checked – jQuery

    How do you know when a form checkbox is not checked? is(:checked) We’ll use the  jQuery  selectors like this: < script > function  my_... thumbnail 1 summary
  • How do you know when a form checkbox is not checked? is(:checked) We’ll use the  jQuery  selectors like this: < script > function  my_...

    Smooth Scroll Effect to anchor – jQuery

    Add a smooth scroll effect to an anchor with this simple  jQuery  snippet. You need to define a link and then an item with the anchor ID. In... thumbnail 1 summary
  • Add a smooth scroll effect to an anchor with this simple  jQuery  snippet. You need to define a link and then an item with the anchor ID. In...