Archive | PHP RSS feed for this section
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
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
Creative Button Animations with Sprites and JQuery (Part 2: CSS, XHTML, JQuery)

Creative Button Animations with Sprites and JQuery (Part 2: CSS, XHTML, JQuery)

In Part 1 of this tutorial, you designed a button sprite that will be coded with HTML, CSS, and JQuery in this part of the tutorial. If you do not want to complete part one of this tutorial, you can download the source files created in that lesson here

Read more
Working with RESTful Services in CodeIgniter

Working with RESTful Services in CodeIgniter

CodeIgniter is becoming well known for its power as a PHP based web application framework, but it’s not often that we see examples of it being used for anything else. Today we’ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter. Tutorial Details Program : CodeIgniter, CodeIgniter REST server and CodeIgniter REST client Difficulty: Medium Estimated Completion Time: 30 minutes Introduction If you have been following the CodeIgniter From Scratch series you will know by now that it is relatively quick and easy to put together simple web applications, such as blogs, CMS systems, brochure sites, etc

Read more
Quick Tip: How to Use the New “Post-Thumbnail” Feature in WordPress 2.9

Quick Tip: How to Use the New “Post-Thumbnail” Feature in WordPress 2.9

Up until the release of WordPress 2.9, setting up “post-image” support for your blog was a bit more tedious a task than it really needed to be. Luckily, that’s no longer an issue.

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
Quick Tip: How to Create a Theme-Switcher in 200 Seconds

Quick Tip: How to Create a Theme-Switcher in 200 Seconds

Have you ever seen sites that offer some kind of “color-switcher” within the header section?

Read more
Free WordPress Theme: Zexee

Free WordPress Theme: Zexee

Zexee is a free, two column WordPress theme originally based on The Design Superhero ’s previous design. This theme was designed with the main focus being on typography and a unique look. The theme is released especially for Six Revisions readers .
Read more here:
Free WordPress Theme: Zexee

Read more
ASP.NET for PHP Developers

ASP.NET for PHP Developers

This tutorial, for PHP developers, will provide you with an introduction to ASP.NET using the C# language. If you’ve wondered what ASP.NET is about, this tutorial will strive to answer at least some of your questions

Read more
Twitter Followers As Text

Twitter Followers As Text

After launching the HV-Designs blog i started recieving alot of e-mails asking me how i displayed my twitter count as pure text. In this post il show you how. Quick Note Now before i start i just want to say “I did not write the code” im about to show you.

Read more
7 Free & Powerful File Managers using Ajax/PHP/JS

7 Free & Powerful File Managers using Ajax/PHP/JS

If you are looking for a powerful file manager ready to use in your web projects and simple to customize, take a look at this list with the best and free file manager currently in circulation. Some of these file managers support PHP only or javascript only or Ajax that will give you powerful tool to easily browse directories & files on the server, search, upload and download files, edit, copy, move, delete files and more. If you know other interesting resources about this topic please leave a comment! 1.

Read more