- Desktop Programming
(14)
- Flowchart Diagrams : Detailed Tutorial

A complete tutorial about flowchart diagrams which can help beginner programmers learn programming languages such as javascript , php or C++ .
- How to generate assembly from C++ code in MS Visual Studio

Sometimes being able to see the assembly code generated by our C++ code can be of great help. The assembly can help us understand how the compiler optimizes our code, understand some pitfalls of the programming language that we use (so we can avoid them), debug some nasty defect and find out how we can optimize our code.
- Using namespaces in C++

Namespaces can be considered as abstract containers that hold different entities - functions, variables, classes and objects.
- Creating a type-safe list by using a generic collection in C#

Safe types are the key to creating code which is easy to maintain. The language and the framework find most of the bugs during compilation (and not run-time after the product has been delivered).
- Linux C++ Forking Server and Client Socket Example

The goal of this example is to create simple Linux C++ server that accepts socket connections and forks-off to handle the connection.
- more >>
-
- Scripting
(5)
- How to create an executable file (.exe) from Python script

Python is a general-purpose high-level programming language, which combines clear syntax and extreme power.
- Perl Socket Example - HTTP

The aim of this tutorial is to show how to read and write a socket in Perl. We will open a socket to a website, write the request headers, read the response and write the response to the console.
- Exclude columns from text files using awk scanning and processing language

Today I have faced a problem that in its root is very basic but i have never ever thought of it. It was kind of hard to find the solution on the Internet on the first page of Google so I hope this article will be useful for some of you.
- Create a test file

This tutorial will show you how to create a test file under RedHat-like Linux operating systems. It will be useful when you need to test FTP, Mail, Samba or any protocol and you do not have big file handy to send.
- Mass rename

This tutorial will show you how, with one raw command to rename multiple files using bash scripting.
It is written for Linux/Unix bash shell and will be useful when you want to rename files with same extension.
- more >>
-
- WEB Design
(57)
- Adding A Flexi CSS Layout To A Dreamweaver Template

In this tutorial we will go through the steps of adding some CSS columns and rows to an existing Dreamweaver Template using the Flexi CSS Layouts extension.
- Creating A CSS Layout In Dreamweaver from PSD

In this tutorial we will go through the steps of creating a CSS website starting from a layout received from the designer.
- Creating A 3 Columns Fixed CSS Layout

In this tutorial we will use the Flexi CSS Layouts Dreamweaver extension to create a simple 3 columns CSS layout with a fixed width.
- Why CSS is better than tables

Is CSS a viable option for a web designer that only does small sites, or using tables just fits the bill?I remember back in circa 2003 I’ve did my first site using Dreamweaver.
- Creating a round corner css website layout

We all want to build clean CSS web pages, right? But what we could do more than just that and make it have rounded corners, flashy unlimited levels menu and a flash dynamic news feed on the right panel? Something like this web 2.
- more >>
-
- WEB Programing
(52)
- Editable Datagrid for Ruby on Rails Built with dhtmlxGrid

This tutorial shows how to display tabular data in Ruby on Rails environment within editable datagrid, using dhtmlxGrid.
- PHP Form Tutorial - Validates Data

Tutorial on create a simple form that will validate the user input using PHP. This tutorial assumes the audience knows how to create a working form and discusses more of the PHP code required.
- How to build a dynamic news nugget

In this tutorial we will create a dynamic news nugget that reads the text from an xml file. It`s very useful when you want to read some rss feeds into a flash file.
- How to create a Flash text scroller with no coding

In this tutorial we will create a basic Flash text scroller using vertical and horizontal scrollbars without coding.
- Error while connect to network services in PHP

Error when you connect to network service is another runtime error in PHP.
When you connect other machines using a network we can imagine how the other hardware fails.
- more >>
-