Your Web News in One Place

Articles by TutsPlus - Code from July 2012

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to TutsPlus - Code details.
12:53 am GMT - Sat, July 28, 2012
TutsPlus - Code From FTP to Git: A Deployment Story
Once upon a time, there was a file. It was on your computer, and you wanted to get it on a server.Ever wondered why there are so many ways to do that? We’ll explain some of the basics of deploym...
09:13 pm GMT - Wed, July 25, 2012
TutsPlus - Code Using OpenLayers with GeoNames WebServices
In this tutorial, I’ll show you how to use OpenLayers, a simple to use open source JavaScript library to load, display, and render maps, with the GeoNames.org WFS to display markers on your map,...
08:56 pm GMT - Wed, July 25, 2012
TutsPlus - Code 3 New Relic Power Features You Should Be Using Today
You already know that New Relic provides deep performance metrics for your Java, .NET, PHP, Python or Ruby application. But are you familiar with the power features that can bring your knowledge about...
08:24 pm GMT - Tue, July 24, 2012
TutsPlus - Code Getting Good with PHP: New Rockable eBook
PHP is a big language. I mean, really big. Big in more than one way. This makes it somewhat challenging to learn, especially if your skills lie on the front end of the web. But it doesn’t have t...
06:13 pm GMT - Mon, July 23, 2012
TutsPlus - Code Understanding Design Patterns in JavaScript
Today, we’re going to put on our computer science hats as we learn about some common design patterns. Design patterns offer developers ways to solve technical problems in a reusable and elegant ...
03:32 am GMT - Mon, July 23, 2012
TutsPlus - Code Digging into WordPress: Now On Premium
We’re pleased to announce that the definitive book on WordPress development, Digging into WordPress, is now available as part of your Tuts+ Premium membership! More information after the ju...
01:58 am GMT - Sat, July 21, 2012
TutsPlus - Code Quick Tip: 7 Super-Handy PHP Functions for Beginners
Have you ever taken a look at the list of functions available in PHP? I just counted 5025 on the PHP quick reference page. Granted, it depends on what extensions you have enabled, but still: that̵...
10:50 pm GMT - Thu, July 19, 2012
TutsPlus - Code WebGL Essentials: Part I
WebGL is an in-browser 3D renderer based on OpenGL, which lets you display your 3D content directly into an HTML5 page. In this tutorial I will cover all the essentials you need to get started using t...
07:51 am GMT - Wed, July 18, 2012
TutsPlus - Code Git on Windows for Newbs
Git has come a long way since its introduction, and has become significantly easier to work with in a Windows environment. In this tutorial, we are going to get setup with Git on Windows.This article ...
05:00 pm GMT - Tue, July 17, 2012
TutsPlus - Code Optimize Magento in the Cloud
In this follow-up tutorial, we’ll optimize Magento, add a Redis cache, SSL and DNS alias, then scale the application for benchmarking and production. The following assumes you’ve already u...
07:07 pm GMT - Mon, July 16, 2012
TutsPlus - Code The Essentials of Creating Laravel Bundles
The Laravel PHP framework offers its bundles system to allow developers to redistribute useful packages of code, or to organize applications into several “bundles” of smaller applications....
12:55 am GMT - Sat, July 14, 2012
TutsPlus - Code Test-Driven Development in PHP: First Steps
Let’s admit it: the PHP community has lagged a bit, when it comes to advocating test-driven development. We know we should, but, even to this day, a sizable portion of the community does not. In...
03:24 am GMT - Fri, July 13, 2012
TutsPlus - Code An Introduction to Apache
If Apache has always seemed like a black box to you, it’s time to learn just what’s going on behind the scenes! Apache is the most popular web server available.A web server’s job is ...
08:01 am GMT - Wed, July 11, 2012
TutsPlus - Code Domain-Driven Design
In my country, you won’t make it through school without reading how Goethe’s Faust complains, I’ve studied now Philosophy – And Jurisprudence, Medicine, – And even, alas!...
06:29 am GMT - Tue, July 10, 2012
TutsPlus - Code Get Test-Infected With Selenium
Testing is often neglected in programming, and web development is no different. Many developers have not yet realized that automated tests can make you more productive, less stressed, and more confide...
11:57 pm GMT - Mon, July 9, 2012
TutsPlus - Code The Principles of Agile Development
Agile or Agile Development we hear these words more often these days. But do we really know what it is all about? How can it help us become more effective while having lots of fun developing software...
08:13 pm GMT - Mon, July 9, 2012
TutsPlus - Code Announcing Mactuts+ Mac & OS X Tutorials, Guides & How Tos!
We’re excited to let you know about the latest addition to the Tuts+ family Mactuts+!Mactuts+ is focused on teaching you how to use your Mac more effectively, efficiently, and po...
07:00 pm GMT - Fri, July 6, 2012
TutsPlus - Code An Introduction to Views & Templating in CodeIgniter
Views are a key ingredient in any MVC application, and CodeIgniter applications aren’t any different. Today, we’re going to learn what a view is, and discover how they can be used to creat...
07:00 pm GMT - Thu, July 5, 2012
TutsPlus - Code 5 Awesome AngularJS Features
AngularJS is a great JavaScript framework that has some very compelling features for not only developers, but designers as well! In this tutorial, we will cover what I consider to be the most e...
06:35 pm GMT - Wed, July 4, 2012
TutsPlus - Code Best of Tuts+ in June 2012
Each month, we bring together a selection of the best tutorials and articles from across the whole Tuts+ network. Whether you’d like to read the top posts from your favourite site, or would...
05:00 pm GMT - Tue, July 3, 2012
TutsPlus - Code An Introduction to the CSS Flexbox Module
CSS, despite its relatively low perceived skill ceiling, always seems to have a killer feature up its sleeve. Remember how media queries made responsive layouts possible and revolutionized front-end d...
03:37 pm GMT - Tue, July 3, 2012
TutsPlus - Code Tuts+ Community Meetup in New York!
We’re excited to announce that we will be holding a Tuts+ community meetup on the 19th of July in New York City! Are you interested in meeting your fellow Tuts+ fans as well as some of...
07:00 pm GMT - Mon, July 2, 2012
TutsPlus - Code Authentication in Rails From Scratch
Today, we’re going to learn how to implement a simple user authentication system in a Rails application from scratch. Along the way, we’ll examine best practices to help avoid common ̵...