Your Web News in One Place

Articles by TutsPlus - Code from June 2012

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
10:32 pm GMT - Fri, June 29, 2012
TutsPlus - Code Recently in Web Development (June 12 Edition)
Web development is an industry that’s in a state of constant flux with technologies and jargon changing and mutating in an endless cycle. Not to mention the sheer deluge of information one has t...
11:13 pm GMT - Thu, June 28, 2012
TutsPlus - Code Automation with Git Hooks
As web developers, we always want to speed up our workflows, right? Of course, automation is the best way to do that. In this quick tip, I’ll teach you one way to use Git hooks to automate part ...
07:24 pm GMT - Wed, June 27, 2012
TutsPlus - Code Build Web Apps from Scratch with Laravel The Eloquent ORM
In this Nettuts+ mini-series, we’ll build a web application from scratch, while diving into a great new PHP framework that’s rapidly picking up steam, called Laravel.In this lesson, w...
04:00 pm GMT - Tue, June 26, 2012
TutsPlus - Code Understanding Hash Functions and Keeping Passwords Safe
From time to time, servers and databases are stolen or compromised. With this in mind, it is important to ensure that some crucial user data, such as passwords, can not be recovered. Today, we are goi...
06:21 pm GMT - Mon, June 25, 2012
TutsPlus - Code Easy Package Management With Composer
Let’s face it: PHP has had a rocky history with package management, and as a result, it is pretty rare to find a developer who actively uses systems like PEAR. Instead, most developers have chos...
04:04 am GMT - Sat, June 23, 2012
TutsPlus - Code New Courses On Tuts+ Premium!
It’s time for your regular update from Tuts+ Premium! Each month, we continue to release more of the most requested courses from the community! If you haven’t been by to say hello in ...
03:22 am GMT - Fri, June 22, 2012
TutsPlus - Code Screen Scraping with Node.js
You may have used NodeJS as a web server, but did you know that you can also use it for web scraping? In this tutorial, we’ll review how to scrape static web pages – and those pesky ones w...
12:41 am GMT - Thu, June 21, 2012
TutsPlus - Code Key Principles of Maintainable JavaScript
JavaScript is a curious language. It’s easy to write, but difficult to master. By the end of this article, hopefully, you’ll transform your spaghetti code into a five-course meal, full of ...
12:25 am GMT - Wed, June 20, 2012
TutsPlus - Code Building Web Applications from Scratch with Laravel
In this Nettuts+ mini-series, we’ll build a web application from scratch, while diving into a great new PHP framework that’s rapidly picking up steam, called Laravel — a simple ...
09:49 pm GMT - Mon, June 18, 2012
TutsPlus - Code Creating a Flat-File Blog Engine Using Slim
In this article, we will learn how to create a flat file blog engine in PHP using the Slim framework. If you don’t understand the jargon, don’t worry. We’re simply going to create a...
07:45 am GMT - Fri, June 15, 2012
TutsPlus - Code Markdown: The Ins and Outs
Markdown is a shockingly simple markup language that allows you to write, using an easy-to-read, easy-to-write, plain text format. This format can then, in seconds, be converted into another markup la...
12:16 pm GMT - Thu, June 14, 2012
TutsPlus - Code Get $50 Cash by Joining Tuts+ Premium with PayPal
It’s been about 6 months since we launched our much improved New Tuts+ Premium complete with courses and eBooks. In that time we’ve added 97 hours of video training, 36 eBooks and of ...
11:47 pm GMT - Wed, June 13, 2012
TutsPlus - Code How To Create a Pinterest Inspired Shuffling Effect With jQuery
Pinterest is a website that lets you organise and share all your favourite things using pinboards. As a developer, what I find even more interesting is how these pinboards are laid out. Im certain you...
05:31 pm GMT - Wed, June 13, 2012
TutsPlus - Code So You Want to Accept Credit Cards Online?
Until recently, accepting credit cards on a website was expensive and complicated. But that was before Stripe: a radically different and insanely awesome credit card processing company. Today, I’...
01:28 am GMT - Wed, June 13, 2012
TutsPlus - Code How to Create a Resumable Video Uploader in Node.js
If you’ve ever uploaded a considerably large video file, then you know this feeling: you’re 90% done, and accidentally refresh the page – having to start all over again.In this tutor...
10:23 pm GMT - Mon, June 11, 2012
TutsPlus - Code Design Patterns in Java
One of the unchanging facts of life is that change is the undying constant in every software lifecycle – one that you cannot run away from. The challenge is to adapt to this change with minimum ...
11:20 pm GMT - Fri, June 8, 2012
TutsPlus - Code Whats This Meteor Thing?
Lately, there has been a considerable amount of buzz around a new web platform, called Meteor. In this article, I will explain what it is, and why you should consider it for your future applications!F...
11:00 pm GMT - Thu, June 7, 2012
TutsPlus - Code Why Arent You Using SVG?
SVG, or Scalable Vector Graphics, is a XML-style markup driven vector graphic rendering engine for the browser. SVG is supported in every browser, except IE < v9 and Android < v3. The same suppo...
11:32 pm GMT - Wed, June 6, 2012
TutsPlus - Code Advanced CodeIgniter Techniques and Tricks
CodeIgniter is a widely used PHP framework that aims to help developers write better structured code and remove boilerplate tasks from the workflow. In this article, I’m going to explain some in...
09:00 pm GMT - Tue, June 5, 2012
TutsPlus - Code How to Process Credit Cards with PayPal Payments Pro Using PHP
PayPal is one of the most popular payment processing platforms available today for many reasons. Its ease of use and its connection to the eBay platform are just the tip of the iceberg. There still te...
10:55 pm GMT - Mon, June 4, 2012
TutsPlus - Code Diving into CanJS: Part 3
This is the final part of a three part tutorial that will teach you how to build a contacts manager application in JavaScript, using CanJS and jQuery. When you’re done with this tutorial, you...
07:02 am GMT - Sat, June 2, 2012
TutsPlus - Code PHP Database Access: Are You Doing It Correctly?
We've covered PHP's PDO API a couple of times here on Nettuts+, but, generally, those articles focused more on the theory, and less on the application. This article will fix that! To put ...
07:02 am GMT - Fri, June 1, 2012
TutsPlus - Code PHP Database Access: Are You Doing It Correctly?
We've covered PHP's PDO API a couple of times here on Nettuts+, but, generally, those articles focused more on the theory, and less on the application. This article will fix that! To put ...
12:34 am GMT - Fri, June 1, 2012
TutsPlus - Code Documenting JavaScript with YUIDoc
Documenting your code is somewhat like testing; we all know we should do it, we’re not really sure how, and most folks, if we’re honest, simply don’t, but those who do are huge prop...