Theme Graphic
Theme Graphic

Blogs Home

Welcome to the Programmer's Heaven blogs area! Here you can read blog
posts made by our users, as well as creating and writing your own blog.
Posted on Thursday, March 15, 2012 at 3:55 AM
When conducting online business every computer person, business and particular, is in jeopardy to be infested with spyware and adware. By clicking on insecure sites or maybe pop ups as well as downloading freeware programs you will be letting in spyware and adware applications. Once with your computer system spyware and adware collects, sends out or maybe sells then uses information about your computer utilization and internet routines. Some types connected with spyware are even efficient at logging your credit-based card, social security and bank account numbers.

The many ways spyware is able to download itself on your computer means end users are more vulnerable to being infected. With some downloads computer users accept to allow spyware running on their laptop or computer by complying with the user agreement. To rid your pc of spyware infections and steer clear of highly possible foreseeable future invasions all computer users really should have a secure firewall, which will usually alert you every time a file is trying to download so you might allow or fall the download...
Comments: 1 Tags: Email, Computer, SPAM, spyware, Solutions

Posted on Thursday, May 05, 2011 at 11:33 AM
Can modern mobile and Web technologies amaze us ever more? The new HTML5 and CSS3 standards imply the answer ‘Yes’ and promise to make our web and mobile experience much more stunning.



HTML5 is called to take into account vital needs of the modern Web and solve a number of issues not covered in the previous versions of HTML. But presence of such companies as Apple and Google amid the key supporters of the HTML5 development also suggests that one of the central ideas behind HTML5 is as much as possible integration of web technologies and mobile platforms.

The presumable aim is to support web-based and web-oriented mobile devices and systems to provide an effective environment for full-fledged web applications and cloud services. This reflects an increasing tendency of switching from ‘old-fashioned’ desktop PCs to more lightweight and convenient but already high-performance handhelds, netbooks, and tablets that much better satisfy the requirements of a contemporary person and globalized business...
Comments: 0 Tags: Mobile, CSS3, HTML5, psdtohtml

Posted on Wednesday, February 23, 2011 at 10:27 AM
Hi,

After playing a lot with multiple Linux distributions, I had hard time make my wireless card working. This was back to the release of Ubuntu 6.06. My wireless card was a Dell TrueMobile based on the Broadcom chip. Broadcom is known to not release chip specifications, so at that time, I had to use the just released open source driver built using clean-room reverse engineering, or rely on NdisWrapper to run the native Windows driver. I managed to make the open source driver work but it was painful: Needed to reconnect repetitively to get a “B” (11 mb/s) connection while my card could go “G” (54 mb/s).

Finally I got tired of all this… Since the Inspiron is using a mini-PCI card for the wireless card, I looked for a replacement card that was working well with Linux and found the Intel PRO/Wireless 2915ABG for less than 50$ CDN. After installation, it worked flawlessly!

If you are tired of you TrueMobile (or Broadcom based) wireless card and you want to replace it, here are the steps:...
Comments: 0 Tags: Wireless, dell

Posted on Thursday, June 10, 2010 at 3:06 PM
Programming Tutorial Java Tutorial 5 – Arrays In non-trivial computing problems you often need to store lists of items. Often these items can be specified sequentially and referred to by their position in the list. Sometimes this ordering is natural as in a list of the first ten people to arrive at a sale. The first person would be item one in the list, the second person to arrive would be item two, and so on. Other times the ordering doesn’t really mean anything such as in the ram configuration problem of the previous chapter where having a 4 MB SIMM in slot A and an 8 MB SIMM in slot B was effectively the same as an 8 MB SIMM in slot A and a 4 MB SIMM in slot B. However it’s still convenient to be able to assign each item a unique number and enumerate all the items in a list by counting out the numbers.

Java Tutorial 5 – Arrays

Posted on Sunday, June 06, 2010 at 1:19 PM
Programming Tutorial Java Tutorial 4 – Methods All the programs we’ve written to date have been quite simple, well under fifty lines of code each. As programs grow in size it begins to make sense to break them into parts. Each part can perform a particular calculation and possibly return a value. This is especially useful when the calculation needs to be repeated at several different places in the program. It also helps to define a clearer picture of the flow of the program, much like an outline shows the flow of a book.

Java Tutorial 4 – Methods

Posted on Sunday, June 06, 2010 at 1:16 PM
Programming Tutorial Java Tutorial 3 – The For Statement and Operators Java isn’t as redundant as perl, but there’s still almost always more than one way to write any given program. The following program produces identical output to the Fahrenheit to Celsius program in the preceding section. The main difference is the for loop instead of a while loop. Java Tutorial 3 – The For Statement and Operators

Posted on Wednesday, June 02, 2010 at 3:09 PM
Programming Tutorial Java Tutorial 2 – Classes and Objects: A First Look Classes are the single most important feature of Java. Everything in Java is either a class, a part of a class, or describes how a class behaves. Although classes will be covered in great detail in section four, they are so fundamental to an understanding of Java programs that a brief introduction is going to be given here.

Java Tutorial 2 – Classes and Objects: A First Look

Posted on Wednesday, June 02, 2010 at 2:55 PM
Programming Tutorial Java Tutorial 1 – Hello World: The Application At least since the first edition of Kernighan and Ritchie’s The C Programming Language it’s been customary to begin programming tutorials and classes with the “Hello World” program, a program that prints the string “Hello World” to the display. Being heavily influenced by Kernighan and Ritchie and not ones to defy tradition we begin similarly.

Java Tutorial 1 – Hello World: The Application

Posted on Sunday, May 30, 2010 at 12:48 AM
Programming Tutorial C tutorial index C Tutorial 1 – The basics of C C Tutorial 2 – If statements C Tutorial 3 – Loops C Tutorial 4 – Functions C tutorial 5 – Switch case C Tutorial 6 – An introduction to pointers C tutorial 7 – Structures C Tutorial 8 – Arrays C Tutorial 9 – C Strings C Tutorial 10 – C File I/O and Binary File I/O C Tutorial 11 – Typecasting C Tutorial 12 – Accepting command line arguments

C tutorial index

Posted on Sunday, May 30, 2010 at 12:47 AM
Programming Tutorial C Tutorial 12 – Accepting command line arguments Typecasting is a way to make a variable of one type, such as an int, act like another type, such as a char, for one single operation. To typecast something, simply put the type of variable you want the actual variable to act as inside parentheses in front of the actual variable. (char)a will make ‘a’ function as a char. For example:

C Tutorial 12 – Accepting command line arguments

Posted on Sunday, May 30, 2010 at 12:43 AM
Programming Tutorial C Tutorial 11 – Typecasting Typecasting is a way to make a variable of one type, such as an int, act like another type, such as a char, for one single operation. To typecast something, simply put the type of variable you want the actual variable to act as inside parentheses in front of the actual variable. (char)a will make ‘a’ function as a char. For example:

C Tutorial 11 – Typecasting

 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.