Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged nettuts

Rss Feed Group items tagged

Arch Aznable

Aurelius - Free Website Template | Blogfreakz - Web Design and Web Development resources - 0 views

  •  
    I love freebies, todays freebie comes from nettuts. Nettuts has a free static website template to give away, built by Matt Corner.
Jochen Burkhard

CodeIgniter From Scratch: Day 1 | Nettuts+ - 0 views

  •  
    After numerous requests, today we are launching a new screencast series on Nettuts+ that will focus exclusively on the CodeIgniter PHP framework. Over the course of about 10 videos, I'll teach you exactly how to use this framework. Ultimately, we'll work our way up to building a custom CMS. Without further ado, here's day one!
Jochen Burkhard

How to Create a Drop-down Nav Menu with HTML5, CSS3 and jQuery | Nettuts+ - 0 views

  •  
    In this tutorial, we'll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We'll also use jQuery to handle the effects and add the finishing touches for us.
Jochen Burkhard

Build Awesome Practical CSS3 Buttons | Nettuts+ - 0 views

  •  
    "What once required background images and icons can now be created with plain-old CSS. Because modern browsers have access to things like box shadow, gradients, rounded corners, text-shadows, and font-face, we can finally take advantage of this and remove any need for images, when creating visual elements, such as buttons! I'll show you how in today's video tutorial. "
  •  
    A nice video-tutorial in CSS3 Buttons, yum yum...
jdr santos

Web Development & Design Tutorials - NETTUTS - 0 views

  •  
    NETTUTS is a site aimed at web developers and designers offering tutorials and articles on technologies, skills and techniques to improve how you design and build websites. We cover HTML, CSS, Javascript, CMS's, PHP and Ruby on Rails.
awqi zar

Getting Started with XSL(T) | Nettuts+ - 3 views

  •  
    XSL(T) can be used for organizing large trees of XML so that anyone can read it. For instance a Google Search Appliance serves up queries as XML. For that XML to be read by a general user some transformation has to occur. This is where XSL(T) plays a vital role. It could also be used to style an RSS feed page since the source is all in XML. It is also used as the main templating language for Autonomy's Teamsite (EMS) and such open source CMSs as Symphony.
Jochen Burkhard

Easy Graphs with Google Chart Tools | Nettuts+ - 0 views

  •  
    Google Chart Tools provide several ways to easily add charts to any web page. Charts may be static or interactive, and in this tutorial, we'll learn how to use both of them.
Jochen Burkhard

How to Send Text Messages with PHP | Nettuts+ - 0 views

  •  
    Text messaging has become extremely widespread throughout the world - to the point where an increasing number of web applications have integrated SMS to notify users of events, sales or coupons directly through their mobile devices. In this tutorial, we will cover the fundamentals of sending text messages with PHP.
Jochen Burkhard

HTML5 Microdata: Welcome to the Machine | Nettuts+ - 0 views

  •  
    I don't think it is hyperbole to say that HTML5 will change the way that you think about web development. I welcome many of the changes as they make development easier, and the user experience richer. With any change, though, there is certain to be a bit of trepidation and controversy. One addition that certainly is not without its controversy is the Microdata specification, but I believe the benefits of this very simple specification are going to change how you look at your mark-up in the very near future.
Jochen Burkhard

Object-Oriented PHP for Beginners | Nettuts+ - 0 views

  •  
    For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you'll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in creating more-compact, effective code.
awqi zar

Really Useful Tutorials You Should Have Read in June 2010 | W3Avenue - 8 views

  •  
    This update covers really useful tutorials, tips and techniques that you should have read in June 2010. Featured publications include: Justin Tadlock, Nettuts+, David Walsh Blog, Smashing Magazine, Tutorialzine, A List Apart, Perishable  Press, Carsonified, Marcofolio, Nicolas Gallagher, Codrops, Onextrapixel, Digging into WordPress, Six Revisions, Line25, 1stWebDesigner, Alex Marandon, and Voosh Themes.
Jochen Burkhard

CodeIgniter from Scratch: Security | Nettuts+ - 0 views

  •  
    In this fourteenth episode of the series, our subject is 'Security.' We will go over topics such as: password encryption, message encoding/decoding, XSS filtering, output filtering, sql injection, session security, private controller methods and more.
Jochen Burkhard

Quick Tip: Pure CSS Text Gradients | Nettuts+ - 0 views

  •  
    With the latest advancements in CSS, we now have access to powerful styling techniques, including box shadows, rounded corners, background gradients, etc. However, we don't currently have the ability to apply gradients to the text itself. Luckily, with a bit of trickery, we can force this effect - at least in webkit browsers! I'll show you how in today's video quick tip.
Jochen Burkhard

25 HTML5 Features, Tips, and Techniques you Must Know | Nettuts+ - 0 views

  •  
    This industry moves fast - really fast! If you're not careful, you'll be left in its dust. So, if you're feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must know.
Jochen Burkhard

How to Create a Web Service in a Matter of Minutes | Nettuts+ - 0 views

  •  
    Offering your content or logic as a service on the web is a great idea. For starters it allows you to build numerous front-ends for your own information without having to access the databases all the time (and thus making scaling your system much easier).
Jochen Burkhard

The Easiest Way to Create Vertical Text with CSS | Nettuts+ - 0 views

  •  
    "Earlier this morning, I needed to create vertical text for a project I'm working on. After trying out a couple ideas, I took to Twitter to find what sorts of thoughts our followers had on the subject. There were plenty of great responses and ideas that we'll go over today! "
  •  
    Sooo short the tip, so useful.
Jochen Burkhard

10 CSS3 Properties you Need to be Familiar with | Nettuts+ - 0 views

  •  
    "We've already covered the thirty CSS selectors that we should all memorize; but what about the new CSS3 properties? Though most of them still require a vendor-specific prefix, you can still use them in your projects today. In fact, it's encouraged! The key is to first determine whether or not you're okay with a slightly different presentation from browser to browser. Are you okay with, say, IE displaying 90 degree corners, rather than slick rounded ones? That's up to you to decide. However, always remember that websites needn't look identical in every browser. At the conclusion of this article, we'll work on a fun final project."
  •  
    Very useful and fun to read.
Jochen Burkhard

How to Make All Browsers Render HTML5 Mark-up Correctly - Even IE6 | Nettuts+ - 0 views

  •  
    HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we'll create a common layout using some of HTML 5's new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6.
1 - 20 of 35 Next ›
Showing 20 items per page