You are here: Home
LastNext1110987654321Page 1 of 11Record 1 to 10 of 235

Latest Entries

Favourite
VOTE +1

Print HTML: Sample Code for How to Print the Web Page

Article » By Blue Cloud On Dec 25, 2011 2:40:45 AM ,

When designing the web page, we need to consider providing print functionality within our page. Because some of the users still prefer to save the hardcopy even though they can get softcopy of exact information. So, How to print the web page? That can be done by sending print request through JavaScript. There is javascript built-in function to print the whole webpage. Just simply use window.print(); function. Let's see the some example.

Categories : Web Development, CSS | Tags : css, print, html
Favourite
VOTE 0

Scheduled Tasks Problem (run whether user is logged on or not)

Tip & Trick » By Blue Cloud On Dec 27, 2011 7:07:15 AM ,

One of the amazing tool that comes together with Windows is Task Scheduler. By using Task Scheduler, you can schedule the tasks to run daily, weekly, monthly, or at certain times. Although It's easy to configure and create a task, sometime it make you get headache.

Favourite
VOTE 0

SQL Tutorial Lesson 4: SQL Advanced Joins

Tutorial » By SQL Tutor On May 10, 2012 8:12:08 AM ,

This tutorial will explain the advanced SQL Joins.

Favourite
VOTE +1

Pastel Colors Chart

Reference » By Blue Cloud On Nov 13, 2011 8:29:47 AM ,

Pastel is the kind of soft color. Here is soft pastel colour chart for your reference.

Favourite
VOTE 0

CMS Review: MODX Content Management System

Review » By Susan Haynes On Mar 29, 2012 1:13:13 AM ,

Web Content Management Systems, which are also commonly referred to as CMS programs, have grown to be very popular tools for the administrator and web master. If you have very little knowledge of programming languages and other markup languages that are needed to create or manage a website, you need to look for a powerful CMS system that will make designed and administering the website all the easier. With so many different CMS systems available to choose from, picking the right program can be an overwhelming and daunting task. MODX has been dedicated to revolutionizing the world of CMS with their long awaited CMS program. Read through this honest MODX CMS review and decide if you have finally found the right program that matches your needs and your budget.

Categories : Web Development, CMS | Tags : cms, MODX

A comma-separated values (CSV) file is a simple text format for tabula data. It is a simple and widely used to transfer information from a database to others program such as spreadsheet. I know that you can use BCP (Bulk Copy Program) command to create CSV files. You can also use DTS or SSIS to do that. But Now, I would like to show the alternative way to generate csv by using Stored Procedure.

Favourite
VOTE 0

Sample Code for Ajax Enabled PHP Paging Control

Article » By Blue Cloud On Dec 23, 2011 10:56:12 PM ,

Paging is one of the essential feature for data driven website to implement. Whenever user search in the site, there may be thousands of results for the keyword what he/she search. Of course, you could show all results on one page. But it will slow down the loading of your page and user may leave your page. So it is better to split the records into pages with a certain number of records per page.

Categories : Web Development, JavaScript, Programming | Tags : paging, php, ajax
Favourite
VOTE 0

5 Tips for Improved IE Browsing Experience

Tip & Trick » By Burty Elton On Apr 22, 2012 5:14:25 AM ,

Internet Explorer Tips or IE Tips are abundant in the web. This is because the Internet Explorer is one of the earliest internet browsers in the world introduced by the Microsoft Corporation. It has already been modified and improved a number of times. Currently, IE is on version 9. This article will serve as a compilation of the most useful functions, shortcuts and tricks that a user needs to know regarding Internet Explorer.

Categories : Software | Tags : Browser, Internet Explorer, Microsoft

You may think why we did this kind of guide as wordpress installation is so easy and can be done less than five minutes to complete. Moreover, some hosting provider offer one click installation tools. Although the wordpress installation is very easy and simple for most people, it still need to take time to prepare. Especially for the one who used windows as hosting server.

Categories : Web Development, WordPress | Tags : cms, wordpress, blog, install
Favourite
VOTE 0

Dynamic Event Handling in Javascript

Article » By Blue Cloud On Nov 30, 2011 7:36:46 AM ,

JavaScript is the most popular scripting language on the web, and run smoothly in all major browsers. In millions of web pages, it has being used to improve the design, validate forms, capture user activity and many other reasons. The main reason we add JavaScript to our pages is to have a richer interaction with our visitors. That's why, our pages definitely need event handler to interact with visitors.

LastNext1110987654321Page 1 of 11Record 1 to 10 of 235