background preloader

Stuff

Facebook Twitter

TREND HUNTER - #1 in Trends, 2014 Trend Reports, Fashion Trends, Tech, Style, Design & Pop Culture. Business + design. How to Crack a Wi-Fi Network's WEP Password with BackTrack. How to Crack a Wi-Fi Network's WPA Password with Reaver. Zmut is an adult pinboard. Share porn you love and find the best free pics and videos online. Storing Hierarchical Data in a Database, Part 2. Now, let’s have a look at another method for storing trees.

Storing Hierarchical Data in a Database, Part 2

Recursion can be slow, so we would rather not use a recursive function. We’d also like to minimize the number of database queries. Preferably, we’d have just one query for each activity. We’ll start by laying out our tree in a horizontal way. Start at the root node (‘Food’), and write a 1 to its left. We’ll call these numbers left and right (e.g. the left value of ‘Food’ is 1, the right value is 18). Before we continue, let’s see how these values look in our table: Note that the words ‘left’ and ‘right’ have a special meaning in SQL. Retrieve the Tree. Why is it better to develop in PHP with classes (OOP)? - PHP Classes blog. Introduction What are Object Oriented Programming Classes?

Why it is better to develop your PHP projects using OOP classes? When OOP Classes are not really necessary? How do I migrate my global code to use OOP classes? Conclusion Until recently I thought that articles like this were not necessary because I assumed that the basic concepts about Object Oriented Programming are well known and understood by most PHP programmers. Manually Build a Login Flow. Whether someone is not logged into your app or not logged into Facebook, you can use the Login dialog to prompt them to do both.

Manually Build a Login Flow

If they aren't logged into Facebook, they'll be prompted to login and then move onto logging into your app. This is automatically detected, so you don't need to do anything extra to enable this behavior. Web development, design, and other nerdy topics! Code Bright for Laravel PHP is for sale on Leanpub.com.

Web development, design, and other nerdy topics!

TL DR; This title is the successor to Laravel Code Happy, which sold almost 3000 copies last year, and was considered one of the top learning resources for the Laravel framework. At $29 and cheaper than a good pizza, you will get the book in its current partial form, along with all future chapters, updates, and fixes for free. As of the day I last updated this description, Code Bright had 260 pages and was just getting started. Ajax Facebook Connect with jQuery & PHP. PHP Email Verification Script. I received lots tutorial requests from my readers in that most of them asked to me, how to implement email verification system using PHP.

PHP Email Verification Script.

This is very basic tutorial explained how to create database and proper activation code. Implemented with mysqli_() fuctions, because mysql_() functions are depreciated. Download Script Live Demo Database Sample database users table contains four columns uid, email, password, activation and status. CREATE TABLE IF NOT EXISTS `users` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(300) NOT NULL UNIQUE, `password` varchar(300) NOT NULL, `activation` varchar(300) NOT NULL UNIQUE, `status` enum('0','1') NOT NULL DEFAULT '0',PRIMARY KEY (`uid`) ) HTML Code Contains simple HTMl code. db.php Database configuration file, modify username, password, database and base url values. index.php Contains PHP code, storing user registration values into users table.

jQuery ContentHover Plugin - Web development - Backslash. ContentHover is a small jQuery plugin that helps you show some hidden content on top of an element when the mouse hovers over it.

jQuery ContentHover Plugin - Web development - Backslash

There are options to chose how your hover effect would appear, like fade in or slide in from any direction, you can change the opacity of the overlay etc. (Check out the options below) Usage Lets assume you have an image and want to show some text on top of it when the mouse hover over it. Add a div with class="contenthover" after the image: Then fire the plugin like this: (using the default options) It doesn't always have to be an image and a div. For demos check Examples & Usage. Options reference Here's the default options object with an explanation on every available option. Compatibility It has been tested on the latest versions of Firefox, Chrome, IE and Opera and seems to work well. 50+ Best jQuery Plugins of August 2013. jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML, make event handling, animation, and Ajax much simpler with an easy-to-use API across various browsers.

50+ Best jQuery Plugins of August 2013

Over the years jQuery has been blending versatility with extensibility making people witness oodles of changes in the ways it can be written. jQuery plugins as you all know are the javascript frameworks that are best used for designing and development. These days more and more creative minds are opting for writing jQuery plugins as the genre to help people in web development and designing. Each day we keep coming across many useful jQuery plugins that promise to be if great help. My Porn Bookmarks - All The Best Porn Sites, One Bookmark! TEAM IDEAS. Mind Hacks. Home · Prinzhorn/skrollr Wiki. Resources · Prinzhorn/skrollr Wiki.

Videos

A flat menu with flip effect with CSS3's transform property. How.