• home
  • forum
  • my
  • kt
  • download
  • this:2/110 25records  total:2740    start  Previous  Next  Last    goto:
    Learn about the nice fonts
    ON: 2009-04-20 08:25:28
    What is nice fonts and where to find them? Find the answer here and get examples of nice fonts inclusive download links. This is gold!
    18 times | category: [Basics]
    There are some software differences that may make your site appear fine in one brow
    ON: 2009-04-20 08:11:26
    here are lots of ways to create the website design for your own web page. One way is to use website design tools and programs that are available to you in exchange for your hosting a link or ad on your site. Another is to hire a professional to create your web page for you.
    6 times | category: [Accessibility]
    How to get ahead in your niche with RSS!
    ON: 2009-04-19 17:32:35
    use rss to your advantage to find out what is happening in your niche area of optimisation. highlight other posts/ videos or bookmarks.
    5 times | category: [Website Marketing]
    Submit your wordpress.com sitemap.xml to google and verify it
    ON: 2009-04-19 17:30:49
    Naturally you want to get indexed by Google and direct some of that traffic to your blog but your using WordPress.com? This post explains how.
    19 times | category: [Website Marketing]
    Python 3 changes breaks backwards compatibility
    ON: 2009-04-19 16:34:04
    The breaking of backwards compatibility will mean supporting two different versions in parallel. This article covers changes to input/output (I/O), the new bytes data type, changes to strings and string formatting, and finally, changes to the built-in dict type.
    26 times | category: [Introduction to Python]
    Intro to Django - Building a To-Do ListIntro to Django - Building a To-Do List
    ON: 2009-04-19 16:01:40
    Intro to Django - Building a To-Do List
    19 times | category: [Development]
    Create GPS-aware Nokia N810 apps with Eclipse and Python
    ON: 2009-04-19 15:58:46
    This article shows you how choosing Python and Eclipse as the core technologies for Nokia N810 application development makes it easy to create unit tests to add built-in testing to the end product. See how easy it is to configure a development environment targeted at the Nokia N810 Internet Tablet, including setting up Eclipse on a target development machine for the Python language.
    66 times | category: [Development]
    SQL injection attack prevention: protect your script from hackers
    ON: 2009-04-19 14:48:51
    Anybody that codes a script that accepts user input and inserts data into a sql database must make sure the database's integrity is protected. Is your database safe from SQL injection attacks?
    20 times | category: [Security]
    PHP: Ping with Pear
    ON: 2009-04-19 14:37:37
    Using the PEAR Ping package learn how to create a script that will ping a server. Upon failure the script will email the results to any person you prefer.
    39 times | category: [PEAR]
    Learning OOP in PHP ASAP
    ON: 2009-04-19 14:18:12
    Learning OOP in PHP ASAP
    30 times | category: [OOP]
    Sanitize and Validate Data with PHP Filters
    ON: 2009-04-17 17:13:44
    Sanitize and Validate Data with PHP Filters
    37 times | category: [Miscellaneous]
    PHP: Starting Trigonometry
    ON: 2009-04-17 16:08:54
    The purpose of this tutorial is to get a user to enter a value and a script will determine the cosine, sine and tangent.
    9 times | category: [Miscellaneous]
    Creating a short url service with php and mysql
    ON: 2009-04-17 15:39:23
    the tutorial use php, mysql and mod rewrite to create a website that allows you to store and shorten links allowing users to shotern the urls!
    62 times | category: [Link Indexing]
    PHP Basics
    ON: 2009-04-17 11:26:01
    A very basic intro to php. We'll go over if statements, loops, and php mixed with html.
    14 times | category: [Introduction to PHP]
    Create PDF with PHP
    ON: 2009-04-17 11:25:12
    Want to learn how to create pdf with php? Check this quick tutorial.
    53 times | category: [Introduction to PHP]
    Basic PHP/MySQL One-Page Guestbook Tutorial
    ON: 2009-04-17 11:17:58
    In this tutorial, I'll show you how to create simple PHP guestbook using only one PHP file. We will create the PHP/MySQL Guestbook in four phases 1) Setting up the database 2) Creating the Guestbook form 3) Coding the PHP script that will process the guestbook submissions 4) Coding the PHP script that will display the guestbook entries
    30 times | category: [Guestbooks]
    Introduction to Form Submission PART II
    ON: 2009-04-17 11:13:12
    Basic form submissions in PHP part II. This tutorial is more advanced than Part I but still basic
    11 times | category: [Form Processing]
    Introduction to Form Submission PART I
    ON: 2009-04-17 11:11:49
    Here's a basic tutorial to explain form submission. I say "basic", although this sort of thing is invaluable to a newbie wanting to get the gist of how it works. Here we go!
    14 times | category: [Form Processing]
    Creating login/registration forms with php
    ON: 2009-04-17 11:10:56
    This tutorial will help you as a beginner to create a simple login page for your php projects, in this tutorial you will learn about sessions in php, inserting and retrieving records from mysql server.
    101 times | category: [Form Processing]
    Creating and using Phar archives in PHP V5.3
    ON: 2009-04-17 11:05:37
    This article takes a close look at the new PHP5.3 feature called Phar, which is an archive format that can be used within PHP. Phar can be used to not only archive files but also to deliver and run an entire PHP application from a single file. Unlike JAR archives, Phar archives can be processed by PHP itself and don't require an external tool to create or use them.
    7 times | category: [File Manipulation]
    Uploading unknown number of files using php & JS
    ON: 2009-04-17 11:03:08
    You can use a static html to upload files but what if the user needs to upload more than one file and in the same time another user needs to upload just one file, that’s why we will use javascript to add content to the html page.
    70 times | category: [File Manipulation]
    PHP E-mail with attatchment
    ON: 2009-04-17 10:54:10
    This is a simple code for attaching files in E Mail using PHP.
    13 times | category: [Email Systems]
    Building a basic PHP E-Commerce Application using CodeIgniter Framework
    ON: 2009-04-17 10:49:17
    Building a basic PHP E-Commerce Application using CodeIgniter Framework
    96 times | category: [E Commerce]
    Create a poker-hand evaluator, a slot-machine PHP generator
    ON: 2009-04-17 10:45:51
    PHP is an easy to learn, widely accessible programming language. This article will build on Parts 1 and 2 of this "30 game scripts you can write in PHP" series, exploring 10 cool scripts that can be used in various types of games. You will create a poker-hand evaluator, a slot-machine generator, and a casino bank, allowing you to practice some trickier PHP logic.
    61 times | category: [Development]
    Five good programming habits in PHP
    ON: 2009-04-17 10:44:58
    Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. In this article, learn good programming habits that can help you bridge the productivity gap. Building code that is easy to read, understand, and maintain will enable you to debug, fix, and extend your code with lower risk.
    9 times | category: [Development]
    this:2/110 25records  total:2740    start  Previous  Next  Last    goto:

    Category

      Adobe Flex (4)
      ASP (405)
      ASP.NET (175)
      ColdFusion (47)
      CSS (270)
      Dreamweaver (175)
      HTML (145)
      Java (216)
      Javascript (276)
      MM Fusion (3)
      MS FrontPage (25)
      Perl and CGI (50)
      PHP (658)
      Python (33)
      Ruby on Rails (29)
      SEO (56)
      Web Design (107)
      XML (66)