How to Count all elements in an array
PHP Count function can count all elements in an array, or properties in an object. Counting an array gives us array kength which is umber of elements it contains.
Creating a Sun Effect
In this quick tutorial I will demonstrate how to create a sun effect with rotating sunrays. We will achieve this with some basic ActionScript and a some flash creativity.
ASP.NET MVC 2.0 and AJAX Part 1
ASP.NET MVC makes working with AJAX really easy; it�s quite impressive how powerful the framework can be. JQuery adds extra features and makes AJAX calls really easy; we�ll see that all here soon.
Editable Datagrid for Ruby on Rails Built with dhtmlxGrid
This tutorial will guide you how to display tabular data in Ruby on Rails with dhtmlxGrid Standard Edition, which is available under GNU GPL. We will end up with a datagrid with in-line editing, sorting, and filtering, which loads its data from server and saves it back to the database using Ruby on Rails.
As an example, we will create a table of users. This is a quite common task nearly for any web application. Working with RoR, we could use scaffolds but they are not so good for navigation on large sets of data. Besides, dhtmlxGrid has client-side editing and filtering functionality, which can simplify things a lot. This is how our final grid will look like:
Uploading Image File Through JSP Code To Server
This Java API parses InputStream of HTTP POST request with multipart/form-data encode. By this Java API, only the single method call is enough for your file upload Servlets or JSP.
The uploaded file can be saved on the file system. Your Servlets/JSP has the full control over where to save the uploaded files. Or if you don't want to save the uploaded files, your Servlets/JSP can get the binary contents, the file name and the Content-Type of the uploaded files.
Making A Cool Login System With PHP, MySQL & jQuery
We are developing a cool and simple login/registration system in a few easy to follow steps. You can download the complete source code and modify it to fit your own needs.
Developing a Facebook Connect Application Using ASP.NET
Step by step approach for developing a Facebook Connect application with ASP.NET.
Creating Master-Detail GridView Using jQuery
In the year 2005 we published an article about creating master-detail GridView control. jQuery was not a first class citizen during that time and most of the work was performed by either plain old vanilla JavaScript or the server side code. With the advent of jQuery we can now create cool master-detail effects easily in less time and less code. This article explains how to spice up master-detail using jQuery.
Asynchronous Form in ASP.NET MVC 2
This article describes how to create an asynchronous form in ASP.NET MVC 2 with DataAnnotations and jQuery Validation plugin (custom validation attributes included).
How to write a simple scraper in PHP without Regex
Web scrappers are simple programs that are used to extract certain data from the web. Usually the structure of the the pages is known so scrappers have reduced complexity compared to parsers and crawlers.
In this tutorial we are going to create a simple parser that extract the title and favicon from any html page.
