iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Getting affected rows information from DML commands - SQL Server
SQL server has a nice OUTPUT clause which can be used for retrieving the deleted/updated/inserted information from Data Manipulation Language (DML)... more »
0 commentsSave Tags: database, how-to, microsoft
Using temporary tables in SQL Server 2005
This is an article on how to use temporary table variable and structures in SQL server.
0 commentsSave Tags: database, how-to, microsoft
Finding average duration of time using SQL query -SQL Server
Good example about how to find average of seconds using SQL query
0 commentsSave Tags: how-to, microsoft
Resizing an image in asp.net
Example function for resizing an image in asp.net
0 commentsSave Tags: .net
Parameter sniffing in SQL server 2005
Query execution plan caching is good feature in SQL server 2005 but sometimes it may cause few issues. This article talks about the parameter... more »
0 commentsSave Tags: database, microsoft
Creating a dynamic form with prototype Ajax library
Ajax tutorial for beginners with prototype Ajax examples.
0 commentsSave Tags: ajax, how-to
Looping a comma seperated list in SQL Server
Looping comma separated values in SQL server
0 commentsSave Tags: how-to, microsoft
Encryption of strings in Cold Fusion
Simple tutorian on CFM encryption
0 commentsSave Tags: coldfusion, how-to
Binding XML data to Gridview Control
XML data to Gridview control in Asp.net example for beginners.
0 commentsSave Tags: .net, xml
XAJAX with PHP - The Future of Web Development
XAJAX is a class library or framework written purely on PHP that allows you to easily create powerful, Web-based, Ajax applications or plugins. Read... more »
1 commentsSave Tags: ajax, how-to, php
SAJAX And PHP
SAJAX (Simple Asynchronous JavaScript and XML) is an Ajax framework that lets you code Ajax JavaScript on the server by using various server-side... more »
0 commentsSave Tags: ajax, frameworks, how-to, php
File download dialog box using Coldfusion
This is an article explaining about generating a file download dialog box in CFM. Have a look at this!
0 commentsSave Tags: how-to
Reading Microsoft Excel data in ASP.Net
Reading Microsoft Excel sheet is quite simple in ASP.net. There are many ways to do CSV file reading in .Net. This article shows an example which will... more »
0 commentsSave Tags: .net, how-to
Using REPLACE function in SQL Server
This small article explains about how to use Replace function in SQL query.
0 commentsSave Tags: how-to
Creating Multilingual Websites Using Google Translate
This artile explains about how to translate the contents of websites using Google translate service to different international languages like French,... more »
1 commentsSave Tags: how-to, web services
Google style Next/Prev navigation links in ColdFusion
Create Next Previous pagination links in your CFM application. The example code provided in the thread is easily customizable.
0 commentsSave Tags: how-to, other languages
Removing old files and folders as schedule task using .vbs
This thread explains about how to remove the old folders and files from your windows directories using a schedule task VBScript file.
0 commentsSave Tags: how-to, other languages, windows
Pagination code in ASP.Net
Creating pagination code in ASP.net is easy but if you need to do the coding for this then you can take a look at this article.
0 commentsSave Tags: .net, how-to
Protect MySQL database against SQL Injection in PHP applications
SQL injection hacking protection tutorial for PHP - MySQL applications. This article discuss about the protection methods which can be used when... more »
0 commentsSave Tags: database, how-to, php, security
Database connection pooling in ADO.Net
Database performance may be getting affected if many users try to connect to it at same time. This article explains about how to improve database... more »
1 commentsSave Tags: .net, database, how-to
Using LIKE statement in SQL Server
LIKE statement can be used in query if an application needs to match certain values in a database field.This article explains about using wildcards in... more »
0 commentsSave Tags: database, how-to
Using DATE functions in Coldfusion
There are some useful date functions in Cold Fusion which makes life easy for developers when working date and time date. In this article, you can... more »
0 commentsSave Tags: how-to, other languages