background preloader

CSS

Facebook Twitter

Most Common Passwords. Roleplay. Learn to play songs by ear! Free Ear Training. [Video Tutorial] How to build google chrome extensions Update: See my analysis of the most common passwords from singles.org and other hacked databases. Most people are clueless as to how accounts are hacked and their passwords reflect that. If you find anything in common with the most common passwords below you have a weak password. Most Common Passwords 123456, 123, 123123, 01234, 2468, 987654, etc123abc, abc123, 246abcFirst NameFavorite BandFavorite Songfirst letter of given name then surnameqwerty, asdf, and other keyboard rollsFavorite cartoon or movie characterFavorite sport, or sports starCountry of originCity of originAll numbersSome word in the dictionaryCombining 2 dictionary wordsany of the above spelled backwardsaaa, eee, llll, 999999, and other repeat combinations Common Extensions Some sites force you to have passwords with both numbers and letters.

My opinion on an Ideal password Words in the Dictionary Numbers Share: ExactTarget/fuelux. Wall Script. The following list is the table of contents of all tutorials you can find on 9lessons. Tutorials are about Java, Programming, PHP, Database, Hacking, Technology and Design. Last Update - 08th April 2010 Most Popular Articles Click Here Web Design - jQuery / Ajax /javascript / CSS Jquery Validation with Regular Expressions. Facebook Style Wall Post Script with Expanding URLs. Live Availability Checking with jQuery. Twitter like Login with Jquery and CSS. Jquery Basics Series - 1 Jquery Basics Series - 2 Jquery Basics Series - 3 Facebook Style Wall Post Application with jQuery and Ajax. Live Update and Delete Records with Animation Effect using Jquery and Ajax Live Preview with jQuery Real Time Search Engine Display Cross Domain Data with Jquery JSON Callback. Display Collapsed Comments like Facebook with Jquery and Ajax Twitter Style Load More Results with jQuery and Ajax.

Loading Banner Advertisements with Jquery Loading Javascript Files with Jquery. Facebook like Expanding Textbox with Jquery. Www.webexp.info. Sass - Syntactically Awesome Stylesheets. Before you can use Sass, you need to set it up on your project. If you want to just browse here, go ahead, but we recommend you go install Sass first. Go here if you want to learn how to get everything set up. Preprocessing CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. Sass has features that don't exist in CSS yet like nesting, mixins, inheritance, and other nifty goodies that help you write robust, maintainable CSS. Once you start tinkering with Sass, it will take your preprocessed Sass file and save it as a normal CSS file that you can use in your website. The most direct way to make this happen is in your terminal.

You can also watch individual files or directories with the --watch flag. Sass --watch input.scss output.css You can watch and output to directories by using folder paths as your input and output, and separating them with a colon. Sass --watch app/sass:public/stylesheets 💡 Fun fact: LESS « The Dynamic Stylesheet language.