• home
  • forum
  • my
  • kt
  • download
  • this:3/110 25records  total:2740    start  Previous  Next  Last    goto:
    Build semantic Web CRUD operations using PHP
    ON: 2009-04-17 10:43:10
    Create, Read, Update, and Delete (CRUD) operations are the most basic database operations, but they are also the most crucial. CRUD operations are usually done using the Structured Query Language (SQL) on relational database systems. As the Web is becoming more data-oriented, there is a need to shift from SQL-based CRUD operations to semantic Web-based CRUD operations. In this article, learn how to use PHP to perform CRUD operations over the semantic Web.
    7 times | category: [Development]
    30 game scripts you can write in PHP
    ON: 2009-04-17 10:41:56
    PHP is an easy-to-learn programming language. It's well suited for developing simple scripts you can use to help you in all kinds of games. Each article in this series will cover 10 scripts simple enough for even a beginning developer, but useful enough for a seasoned game player. The goal is to give you something you can modify to suit your needs, so you can impress players by busting out your laptop at your next gaming session.
    35 times | category: [Development]
    How to Paginate Data with PHP
    ON: 2009-04-17 10:35:34
    How to Paginate Data with PHP on NETTUTS.com for beginners
    24 times | category: [Database Related]
    PHP 5: MySQLi Prepared Statements
    ON: 2009-04-17 10:34:42
    This tutorial will guide you through creating MySQLi prepared statements. MySQLi is an extension/API for PHP that is also know as MySQL Improved. MySQLi is included with versions 5 of PHP and later that allows PHP developers to take advantage of all the features in MySQL 4.1.3. According to the manual:
    144 times | category: [Database Related]
    PHP Count Online Users tutorial
    ON: 2009-04-17 09:44:28
    In this tutorial we will make a Online user count script in PHP with easy steps, this online user count technique used in all advance site to track online users, u can also make it more advance according to your needs by simply modifying these code.
    46 times | category: [Counters]
    Everything You Need to Get Started with CodeIgniter
    ON: 2009-04-17 09:34:33
    Everything You Need to Get Started with CodeIgniter on NETTUTS
    6 times | category: [Content Management]
    Building faster Web apps using PHP and in-memory solidDB
    ON: 2009-04-17 09:32:22
    solidDB is an in-memory database that can perform at speeds up to 10 times faster than conventional databases. Learn how to use PHP with solidDB to build faster dynamic Web page applications. This article shows you how to use PHP to connect to a solidDB database and perform basic operations such as retrieve, update, and delete. You can use these steps as a foundation for building rich Web applications that harness the power of solidDB.
    2 times | category: [Content Management]
    Creating a Custom Wordpress Plugin from Scratch
    ON: 2009-04-17 09:28:21
    Creating a Custom Wordpress Plugin from Scratch on NETTUTS
    2 times | category: [Content Management]
    Working with a Content Management Framework: MODx
    ON: 2009-04-17 09:21:47
    Working with a Content Management Framework: MODx on NETTUTS
    5 times | category: [Content Management]
    Installing Concrete5 locally on Mac OS X
    ON: 2009-04-17 09:19:45
    A thorough guide on installing the amazing CMS Concrete5 locally on Mac OS X.
    1 times | category: [Content Management]
    PNG 24 Fix IE
    ON: 2009-04-17 09:07:05
    I have been developing web sites and internet applications for many years now and there are many things that have bug me about design approaches but the one that always and still sticks out is the lack of PNG 24 alpha transparency in IE’s rendering engine.
    8 times | category: [Image Display]
    Creating tabs with simple javascript and CSS
    ON: 2009-04-17 08:51:26
    Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to create such tabs. I will teach you how to create them with ease with just simeple javascript and css. There are only three parts of the code. The CSS part, JavaScript part and Html Part
    24 times | category: [Content Management]
    Google Maps mashups in Grails
    ON: 2009-04-17 08:46:38
    JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. This article demonstrates the native JSON and Ajax capabilities baked into the Web framework.
    5 times | category: [Content Management]
    Shockwaves in Wordpress with jQuery Flash
    ON: 2009-04-17 08:45:54
    How to use jQuery Flash to insert shockwave files in your Wordpress articles. Probably works for any CMS that doesn't filter out HTML.
    4 times | category: [Content Management]
    Creating a Filterable Portfolio with jQuery
    ON: 2009-04-17 08:29:04
    Creating a Filterable Portfolio with jQuery
    16 times | category: [AJAX]
    Building a jQuery Powered Tag Cloud
    ON: 2009-04-17 08:26:20
    Building a jQuery Powered Tag Cloud
    13 times | category: [AJAX]
    Everything You Need to Know about jQuery 1.3
    ON: 2009-04-17 08:21:48
    Everything You Need to Know about jQuery 1.3 on NETTUTS
    16 times | category: [AJAX]
    The five best practices for using SOA with Web 2.0 technologies
    ON: 2009-04-17 08:11:59
    In this article, two experienced SOA architects look at the new world of Web 2.0 technologies with a critical eye and present five best practices that can help you be more successful in adopting Ajax, REST, and other Web 2.0 technologies as part of your SOA. There are several major areas in which they have learned some very painful lessons. They share these with you to spare you similar distress, and to help you get a jump on your SOA Web 2.0 success.
    6 times | category: [AJAX]
    How to Create a Custom jQuery Accordion
    ON: 2009-04-17 08:09:05
    How to Create a Custom jQuery Accordion on NETTUTS
    6 times | category: [AJAX]
    Ajax Localized client-side validation messaging
    ON: 2009-04-17 08:06:50
    This article discusses using Ajax and resource bundles together to make the process of internationalized/localized client-side validation messaging a little easier.
    7 times | category: [AJAX]
    The Definitive Guide to Creating a Practical jQuery Plugin
    ON: 2009-04-17 08:05:25
    The Definitive Guide to Creating a Practical jQuery Plugin
    4 times | category: [AJAX]
    The easiest Ajax and DOM scripting with jQuery
    ON: 2009-04-17 08:04:25
    jQuery has honestly and truly changed the way I look at JavaScript programing forever. Learn about the jQuery philosophy, discover its features and functions, perform some common Ajax tasks, and find out how to extend jQuery with plug-ins.
    5 times | category: [AJAX]
    Struts Export JSP to Excel Tutorial
    ON: 2009-04-16 15:08:07
    In this tutorial you will learn how to export JSP page to Excel in Struts. An example along with the required jar files can be downloaded for free.
    92 times | category: [JSP and Servlets]
    Avoid Java transactions pitfalls with Spring
    ON: 2009-04-16 14:59:58
    Transaction processing should achieve a high degree of data integrity and consistency. This article, the first in a series on developing an effective transaction strategy for the Java platform, introduces common transaction pitfalls that can prevent you from reaching this goal. Using code examples from the Spring Framework and the Enterprise JavaBeans (EJB) 3.0 specification, series author Mark Richards explains these all-too-common mistakes.
    130 times | category: [Security]
    Eclipse DLTK IDE for Perl, Python, and PHP scripting
    ON: 2009-04-16 14:58:44

    Eclipse presents a wealth of capabilities for building tools for compiled languages like C and the Java programming language, but provides little support for scripting languages like Perl, Python, and PHP. For these and similar languages, the Eclipse Dynamic Languages Toolkit (DLTK) comes to the rescue. This tutorial Walks you through the process of building a DLTK-based IDE and provides sample code for each step.
    18 times | category: [General Java]
    this:3/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)