• Home
  • About
  • All Downloads
  • Contact
RichNetApps
Internet Applications - Flash, Flex, Silverlight, JavaFX
  • Flash
  • News
  • .NET
  • PHP/MySQL
  • CSS/Ajax
  • ColdFusion
  • Reviews
  • Oracle
Browse: Home / tutorial

tutorial

Fancy Javascript slideshow – no framework required

Fancy Javascript slideshow – no framework required

By Armand Niculescu on October 25, 2010

If you thought having broadband makes page size irrelevant, you were wrong. Bandwidth costs money and a few saved kilobytes over a million impressions means real savings, not to mention that Google ranks sites based on their speed too. I’ll show you how you can create a fancy slideshow in under 2KB, rather than about 100KB for JQuery + JQuery Cycle plugin.

Full Story

Posted in CSS/Ajax | Tagged css, javascript, slideshow, tutorial | 15 Responses

A Simple Twitter Search Parser with PHP

A Simple Twitter Search Parser with PHP

By Armand Niculescu on May 18, 2010

I was recently asked to aggregate tweets based on their hashtags using PHP (no Ajax), so I decided to turn this into a small tutorial that will hopefully enable you build all sorts of XML parsers in PHP.

Full Story

Posted in PHP/MySQL | Tagged php, tutorial, twitter | 24 Responses

Using MySQL to generate daily sales reports with filled gaps

Using MySQL to generate daily sales reports with filled gaps

By Armand Niculescu on August 19, 2009

I was surprised to see that there’s not a great deal of info on the web on how to do a proper daily report – one that doesn’t have any gaps when data is missing. In this post I’ll try to quide you through building such a report using MySQL and PHP for a nice chart.

Full Story

Posted in PHP/MySQL | Tagged chart, code, mysql, php, tutorial | 15 Responses

Javascript animated collapsible panels without any frameworks

Javascript animated collapsible panels without any frameworks

By Armand Niculescu on April 13, 2009

If you need to make collapsible panels that remember their state, but don’t want to use any javascript framework, this tutorial will help you do this with no headaches – and you’ll learn some neat javascript tricks too!

Full Story

Posted in CSS/Ajax | Tagged ajax, animation, code, css, download, javascript, tutorial | 36 Responses

Improperly encoded characters

Does your PHP/MySQL app speak Unicode?

By Armand Niculescu on March 30, 2009

I find it very annoying when I come across web apps that still can’t handle non-ASCII characters correctly. In this article, I’ll show you how, with just a few lines of code, you can “globalize” your online app.

Full Story

Posted in PHP/MySQL | Tagged mysql, php, tutorial, utf-8 | 24 Responses

AS3 Performance Optimization

AS3 Performance Optimization

By Armand Niculescu on November 27, 2008

Working on a CPU-intensive app in flash is a challenging experience. It can be wonderful or frustrating, depending on your mindset. Based on my experience with flashCHESS and other intensive applications, I’ll give some tips and ideas on how to get the most out of your flash project.

Full Story

Posted in Flash | Tagged actionscript, chess, flash, performance, tutorial | 8 Responses

AS3 Tutorial: Creating a Slideshow

AS3 Tutorial: Creating a Slideshow

By Armand Niculescu on May 5, 2008

The code is AS3 and the tutorial assumes some general knowledge of flash and actionscript 1 and 2.

Full Story

Posted in Flash | Tagged actionscript, code, download, flash, free, tutorial | 14 Responses

Searching in all tables and columns of a database

Searching in all tables and columns of a database

By Armand Niculescu on October 30, 2007

I was forced recently to do some maintenance and bug fixing on an aging .NET-based CMS. Most of the problems were in the SQL Server database, with lots of corrupted entries. The most frustrating thing however was that at times I didn’t even know where to find the entries. Try finding some specific strings in [...]

Full Story

Posted in .NET | Tagged mssql, tutorial | 2 Responses

Search and Replace tool for MSSQL

Search and Replace tool for MSSQL

By Armand Niculescu on July 7, 2007

Every now and then I come across some bad practices that needs repairing. This time the “no-no” was in a database tables. I had to change hard-coded links in quite a few tables. Replacing 10,000 absolute URLs spread across the database can be a huge headache, so I decided to work smart, not hard. So [...]

Full Story

Posted in .NET | Tagged code, find&replace, mssql, tsql, tutorial | 7 Responses

Forgot or lost SQL Server “sa” password

Forgot or lost SQL Server “sa” password

By Armand Niculescu on October 18, 2006

Here’s a neat thing to remember if you’re using MSSQL: To change the “sa” password, login to your computer using an administrator account. Open your SQL Server and log in using Windows Authentication. Open a new query window and type in the following command:

Full Story

Posted in .NET | Tagged mssql, sql, tutorial | 4 Responses

Next »

Latest Articles

  • Google Play developer’s woes
  • Replacing Union Platform Default Derby Datasource with MySQL Server
  • Correct Name Capitalization in PHP
  • PHP Download Script with Resume option
  • Best tablets for Android development
  • Hacker Events of 2011
  • The free, easy way to backup your (WordPress) site
  • Cloud Consultants Offer Sagely Advice
  • Why I still love AIR
  • A simple server-side dashboard for Union Platform

Facebook

Twitter

Follow us on TwitterFollow us on Twitter
 

Copyright ©2013 Media Division