Blog

Free Visual Studio 2010 for Students

Submitted by admin on
[inline:dreamspark.jpg=DreamSpark] If you are a student and would like to use Visual Studio 2008 or 2010, you do not need to buy the software. The software is free of charge if you are a college student. Just logon to DreamSpark and verify your account and download the software that you’d like including Virtual PC. You can even download Windows Server 2003 and a lot more.

How to Integrate SMS into Your Website

Submitted by textmagic on
Mobile phone marketing can be particularly effective in reaching your customers, keeping them informed and building strong relationships. To make the most of it though, you need to integrate it seamlessly into the fabric of your website. This tutorial takes a look at how to do this, and how you can benefit from features such as email to text message, and email to mobile forwarding.

Can't Find Crystal Report Viewer in VB.NET 2010?

Submitted by admin on
In my previous post - Download Crystal Reports 2010 for Visual Studio Now - I announced the release of Crystal Reports for VB.NET 2010. If you have installed it but cannot find the Crystal Report Viewer under the toolbox, it is most likely that you have not selected the correct framework version. In order to use Crystal Reports 2010 for VB.NET you need to use Framework version 4.0. Follow the

The definition of the report 'Main Report' is invalid

Submitted by admin on
When you try to convert RDLC Report from VB.NET 2005/2008 to VB.NET 2010, you will encounter an error “The definition of the report 'Main Report' is invalid”. This error is caused by a wrong version on the Project Reference. The work around on this is to remove the two references: Microsoft.ReportViewer.Common Microsoft.ReportViewer.WinForms

LulzSec Hacked Three Websites So Far: PBS.org, Sony Pictures and Infragard.net

Submitted by admin on
Just this May 2011, LulzSec hacked pbs.org followed by Sony Pictures. LulzSec or known as Lulz Security, a computer hacker group, hacked another website this month and stole 180 passwords from Infragard.net. Infragard.net is a program run by FBI to gain support through Information Technology. The aim of this program is to exchange information to FBI to crack down cyber terrorist. Infragard exist

Alternative database for MS Access

Submitted by itachi_philip on
I post this topic "Alternative database for MS Access" for the reason,that it would be better if I ask some ideas here in this site. But first this topic only focuses on a stand alone databases that is easy, reliable, and a hassle free databases. MySQL, MSSQL Server and any other databases that depending on a Server base are excluded only those database that can run stand alone and has the

Your Mobile Phone Requires No Switching Off On a Plane

Submitted by petter9090 on
Freshwater pearls come from freshwater mussels is a stone. They are produced in Japan, China and the United States. They are often used in jewelry, is crushed to make cosmetic pigments. Value of pearls and precious stones and jewelry for the planting or harvesting. Unique luster of pearls depends on reflection and refraction of light from the translucent layers.

I am having a problem with getting the value of an auto incremented column=reservation_no on table reserves

Submitted by van2x on
function add_new_reservation($reservation_no,$user_id,$date_from,$date_to,$location,$comments,$items = array()) { $user_id=$this->session->userdata('user_id'); $data=array( 'user_id'=> $user_id, 'date_from'=>$date_from, 'date_to'=> $date_to, 'location'=> $location, 'comments'=>$comments );