Quantcast
Channel: Weebtutorials » Web Development
Browsing all 21 articles
Browse latest View live

Simple slideshow using JQuery,HTML and CSS

This tutorial is hosted on our old site, to view it visit the following link: http://weebtutorials.com/theBlog/?p=128 The post Simple slideshow using JQuery,HTML and CSS appeared first on Weebtutorials.

View Article



Use javascript to clear input field on click

This tutorial is hosted on our old site, to view it visit the following link: http://weebtutorials.com/theBlog/?p=67 The post Use javascript to clear input field on click appeared first on Weebtutorials.

View Article

Use jquery to fade between 2 colors – Nice navigation effect.

This post will show you how to use JQuery to create a nice animated fade between two colors. It’s a really nice effect which can be utilised on any website – i find it adds a nice polished effect to a...

View Article

Image may be NSFW.
Clik here to view.

Simple JQuery slideshow with fading caption

This post will show you how to create a simple JQuery slideshow using the cycle plugin. Also, with some simple CSS / CSS3 and a couple of downloadable icons you will learn how to make the slideshow...

View Article

How to debug scripts in IE7

So, i just finished up a project on which i had quite a few problems. The majority of which were IE7 script errors, total nightmare! I have never really had to debug in IE7 before so was unsure how to...

View Article


Beginner javascript: How to use arrays and functions. Includes task.

This tutorial is aimed at beginners who are just starting to learn Javascript or any other programming language. The tutorial will consist of a couple of paragraphs explaining what a function is, what...

View Article

PDO Connection Class using singleton pattern.

This post will show you how to create a PDO connection class using the singleton pattern. Before jumping into the code, take a look at the following paragraphs if you are new to PDO or the singleton...

View Article

PHP: How to retrieve data from database & format as XML

This tutorial will show you how to connect to a MySQL database, retrieve some data and finally how to format and display that data in XML format. The code will be written in OOP format, which in this...

View Article


Make a simple form validation class using PHP.

This tutorial will show you how to create a very simple form validation class using PHP. It is by no means meant to be exhaustive but it should give you a good grounding to build upon. End result: Full...

View Article


How to sort a multidimensional array by a specific value using PHP

Sorting a multidimentional array by a specific value using PHP is quite simple once you get your head around the functions required to do so.  The two functions involved are ‘usort’ & ‘strcasecmp’,...

View Article

Learn how Register/Login functionality works in PHP

  If you are just starting out in PHP and would like to learn how Register/Login functionality works in PHP then read on. Scope: The goal of this tutorial is to explain how login/registration works in...

View Article

Create a HTML5 form and submit it using AJAX. Part 2/2.

  Welcome to part 2/2 of the “Create a HTML5 form and submit it using AJAX” tutorial series. In this, the second part of the tutorial, we will be looking at submitting the form using jQuery & AJAX....

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Object Data Sources

  What is an Object Data Source? In ASP.NET the Object Data Source is a web control that is designed to act as an interface between an object and a data bound control on a web page. This tutorial will...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET EntityDataSource and EntityFramework: A Beginners Guide

What is an EntityDataSource? An entity data source is a web control designed to interact with the data contained in an EntityFramework (EF). Firstly we will examine EFs, then move on to how...

View Article

Image may be NSFW.
Clik here to view.

Develop a related posts plugin for WordPress.

As the title suggests, this post will show you how to develop a related posts plugin for WordPress. Some fairly complex topics are covered, so if you are a beginner you may want to start with my ‘Hello...

View Article


Using custom model casts to keep MVC/WebAPI Controllers free of “plumbing” code.

What do I mean by plumbing in MVC? When you’re getting back your objects from the data access layers in your MVC controllers, there can be a lot of code that just ends up “plumbing” the data in your...

View Article

PHP: Interfaces, what are they and when should you use them?

As a PHP developer, you can probably be forgiven if you have not yet stumbled across or made use of interfaces. It’s a technique that is often overlooked in the PHP world, although it is becoming more...

View Article


PHP – function length

Today I’m going to be focusing on function length and scope. I came to writing this post after scouting around Google for a little while and finding a number of people asking the question: ‘how long...

View Article

Image may be NSFW.
Clik here to view.

PDO Connection Class using singleton pattern.

This post will show you how to create a PDO connection class using the singleton pattern. Before jumping into the code, take a look at the following paragraphs if you are new to PDO or the singleton...

View Article

Image may be NSFW.
Clik here to view.

PHP: How to retrieve data from database & format as XML

Retrieving Data This tutorial will show you how to connect to a MySQL database, retrieve some data and finally how to format and display that data in XML format. The code will be written in OOP format,...

View Article
Browsing all 21 articles
Browse latest View live




Latest Images