Tag Archives: php
How to Find and Remove Broken Links in Your Website

How to Find and Remove Broken Links in Your Website

Broken links are links that lead to pages that do not exist. When clicking on a broken link, the page you land on is called a 404 error page , a standard HTTP response that indicates that the requested URL doesn’t exist. What do you do when you happily surf the web and suddenly come across a 404 error?

Read more
Getting Started with CodeIgniter and How to Create All Those Great Apps

Getting Started with CodeIgniter and How to Create All Those Great Apps

Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of time reusing code snippets that are already available. There are a lot of interesting PHP frameworks you can choose for your next web project. Today we will focus on one of my favorite PHP Frameworks: CodeIgniter

Read more
Free Dark and Clean WordPress Theme: Designpile

Free Dark and Clean WordPress Theme: Designpile

In this post we are glad to release DesignPile WordPress Theme , a theme designed by Site 5 and released for Smashing Magazine and its readers. The theme comes with 3 color styles and a couple of jQuery-based goodies.

Read more
CodeIgniter from Scratch: File Uploading and Image Manipulation

CodeIgniter from Scratch: File Uploading and Image Manipulation

In lesson nine of our CodeIgniter series, we’ll build a small image gallery that allows you to upload files, and automatically create thumbnails. Catch Up Day 1: Getting Started With the Framework Day 2: Database Selecting Methods Day 3: Sending Emails Day 4: Newsletter Signup Day 5: CRUD Day 6: Login Day 7: Pagination Day 7: AJAX Day 9: File Uploading and Image Manipulation Day 9: File Uploading and Image Manipulation Other Viewing Options

Read more
Integrating PHP and jQuery: New Plus Tutorial

Integrating PHP and jQuery: New Plus Tutorial

So you can work with PHP, and have a basic understanding of jQuery, but you haven’t yet figured out how to combine the two into your projects? If so, we’ve got you covered today! In this Plus tutorial, you’ll learn how to take advantage of PHP’s MySQL improved and prepared statements to query a database, how to request that returned data with jQuery, and then how to filter through the returned items and display them on the page, adding a touch of animations.

Read more
30 Brilliant Websites So Smart in Organizing Design Elements

30 Brilliant Websites So Smart in Organizing Design Elements

We are always looking for inspiration, specially when it comes to web design. And If you’re looking for a way to break out of the box with a design, creating a unique layout is one way to accomplish this. Designers play around with different elements to create a memorized design, some of them use layouts, colors and typography to style a well organized design.

Read more
Email Newsletter Design: Guidelines And Examples

Email Newsletter Design: Guidelines And Examples

The email newsletter is a powerful marketing and communication tool that has various useful functions. It reminds your users about you; it informs users about your products; it tells them what you have been up to; and it helps you build a unique relationship with them.

Read more
How to Create a Better WordPress Options Panel

How to Create a Better WordPress Options Panel

Today, we’ll go through the entire process of creating an admin options panel for a WordPress theme. Then, we’ll take things a step further, as we implement jQuery to improve some of the functionality.

Read more
The Art And Science Of The Email Signature

The Art And Science Of The Email Signature

Email signatures are so easy to do well, that it’s really a shame how often they’re done poorly. Many people want their signature to reflect their personality, provide pertinent information and more, but they can easily go overboard. Why are email signatures important?

Read more
An In-Depth Overview of File Operations in PHP: New Plus Tutorial

An In-Depth Overview of File Operations in PHP: New Plus Tutorial

In this week’s Plus tutorial, we will learn how to work with file operations using PHP. This is one of the most fundamental subjects of server side programming in general. Files are used in web applications of all sizes.

Read more
Rich-Text Editors for 2010 and Beyond

Rich-Text Editors for 2010 and Beyond

Rich-Text Editors, inline content editors, WYSIWYG editors – or whatever you want to call them – are web applications that enable users to enter, edit and manipulate alphanumeric characters while visiting your website.

Read more
The Easiest Way to Build your First iPhone App

The Easiest Way to Build your First iPhone App

Mobile websites have come a long way, but if you want to take full advantage of a smartphone’s hardware, or get listed in the iTunes App Store, you need to compile your code. In this tutorial, we’ll show you how to create a mobile web app with an iPhone look and feel using jQTouch, then turn it into a native iPhone app using Phonegap. No Objective-C necessary.

Read more
Unleashing the Power of Website Analytics

Unleashing the Power of Website Analytics

Most people use web analytics—you’d have to be crazy not to—especially with such powerful free solutions out there.

Read more
The Case Against Vertical Navigation

The Case Against Vertical Navigation

In a recent article about unusable and superficial beer and alcohol websites , I made the claim that using left-hand vertical navigation is an out-of-date method in modern web design. In the comments, a few people wondered why I said this.
Read more here:
The Case Against Vertical Navigation

Read more
Creatively Handling the Admin Side of Freelancing

Creatively Handling the Admin Side of Freelancing

There are very few who would argue against the notion that most freelance professionals, especially those operating in the design/development and writing arenas, tend to operate from a creative base.
Read more here:
Creatively Handling the Admin Side of Freelancing

Read more
45 Powerful CSS/JavaScript-Techniques

45 Powerful CSS/JavaScript-Techniques

CSS and JavaScript are extremely powerful tools for designers and developers. However, sometimes it’s difficult to come up with the one excellent idea that would solve a problem that you are facing right now
Read more here:
45 Powerful CSS/JavaScript-Techniques

Read more
Design and Build Email Newsletters Without Losing Your Mind (and Soul)

Design and Build Email Newsletters Without Losing Your Mind (and Soul)

“We really love this new website you’ve built! Now we’d like to send out an email to all of our customers, friends and anyone, and it should look exactly like the website except with a spinning mailbox at the bottom, and have my photo, and my cat’s photo…” Ever had that conversation with a client? [...]

Read more
How to Make All Browsers Render HTML5 Mark-up Correctly – Even IE6

How to Make All Browsers Render HTML5 Mark-up Correctly – Even IE6

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

Read more
Sexy Animated Tabs Using MooTools

Sexy Animated Tabs Using MooTools

One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping. Assumptions There are a few assumptions and notes that we’re going into this system with: We’ll be using the most recent version of MooTools: 1.2.4.

Read more
20 Fresh JavaScript Data Visualization Libraries

20 Fresh JavaScript Data Visualization Libraries

There are plenty of JavaScript libraries out there for rendering your otherwise plain and boring numerical data into beautiful, interactive, and informative visualizations.

Read more