Posts tagged with "programming"

Using JavaScript Correctly 3

There are too many mainstream sites that don't understand the most important rule of the internet: If you're going to make something, it should work in all scenarios. Table of Contents The abridged history of webdev pain

Creating Extracts with REGEX 0

If you make your own content management system like I have for ThePCSpy, chances are, somewhere along the line, you will want to create extracts so that you can show introductory paragraphs of things outside its original scope. One example is an RSS feed where you want to give your users

AJAX search with MS Live and mootools 1

If you currently own a web site with a search box, chances are you push it off on Google or you search your own database. There are problems with both these systems though. Outsourcing degrades the look and feel of your website because you're forcing the user to leave your site for their results.

CSS Should Be Better 2

CSS, albeit old, is an amazing breakthrough in the way we can separate markup from how things are displayed. For most newcomers to the web-design arena, this means very little but when you look at things closer, you see it's doing a lot of things in your favour Your bandwidth

The Net Makes For Lazy Game Dev 1

This stems from a rant I had the other day about a brand new PC game, Neverwinter Nights 2, needing (well wanting, at any rate) an 82.7megabyte patch within 24 hours of release. In the last 10 years there have been two increasing trends that pose

Paging In SQL 8

Paging is the term to describe getting a sub selection of data from a record set. Imagine you have a list of 1000 records but you don't want your user to have to deal with 1000 all at the same time so you break it up into pages. You set a system limit and say they can only have 50 or 100 at a time

Getting the ISP from the IP 1

Following on from my last article on getting the correct IP address from your user, its time to take it a little further with some whois lookups. Click here for a demo of IPLookup A whois lookup *can* tell you lots of information about the users IP address.

Getting The Real IP Of Your Users 21

Learn the ins an outs of getting a users IP, even if they're using a proxy.

Control Flow Introduction (Part2) 0

The while statement The while statement is one way of allowing us to execute program statements a certain number of times. This is useful for cutting down on the amount of code u need to write. Its use is to control the execution of code given a test. Unlike the if statement the while statement

Control Flow Introduction (Part1) 0

The while statement The while statement is one way of allowing us to execute program statements a certain number of times. This is useful for cutting down on the amount of code u need to write. Its use is to control the execution of code given a test. Unlike the if statement the while statement

Pointers in C 1

C, on the whole, is a pretty easy language to understand and write but there is one topic that people get stuck on and often get scared away from a very powerful language. Pointers. Pointers are a method of pointing to a memory address. or series of memory addresses. Lets take a time to look

Finding your IP for 2000/XP Users 0

If you read podgeys tutorial on how to find your IP for Win 9x, and have tried it on your pc and found that it doent work, the likely hood is that you are running an NT based system, XP professional as an e.g. So do the following, go Start > Run > and type in 'cmd.exe' (without appostrophies.)

SQL 0

SQL The Language of Databases. Today I'll teach you how to read from a database using SQL.To read from a database using sql you need to first open a connection to a database. a connection string looks something like thisSet Connection = Server.CreateObject(""ADODB.Connection"")

Cookies 0

In this tutorial you learn how to use cookies. Say you wanted to remember your logni information Kinda like on this web page you login it remembers your login information with the use of cookies so everytime you come back you don't have to re-login. If you logout it deletes the cookie.Cookies

Simple login page with ASP engine 2

<!--.style1 {color: #FF0000}.style2 {color: #00FF00}.style3 {color: #0000FF}.style4 {color: #FFFF00}.style5 {color: #00FFFF}.style6 {color: #FF00FF}.style8 {color: #FF9900}.style9 {color: #696969}--> This Tutorial deals with the basics of html.

HTML Basics 3

<!--.style1 {color: #FF0000}.style2 {color: #00FF00}.style3 {color: #0000FF}.style4 {color: #FFFF00}.style5 {color: #00FFFF}.style6 {color: #FF00FF}.style8 {color: #FF9900}.style9 {color: #696969}--> This Tutorial deals with the basics of html.

Home | Advertise | About | Contact | Legal © Oli Warner 2001—2007 Proud 9rules member