Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #18.7K
Ranked #4K
~3K People Reached

6 Posted Topics

Member Avatar for khess

Instead of Virtual PC why not use [URL="http://www.virtualbox.org/"]VirtualBox[/URL]. Works better IMHO and is OSS (Open Source Software). @geoinfo Try this link for some [URL="http://www.ebookpdf.net/linux__ubuntu-tutorials-for-beginners-pdf_ebook_0.html"]begginer tutorials/ebooks[/URL] The [URL="http://ubuntuforums.org/"]ubuntu forums[/URL] are a great place to go and find info. Just start using ubuntu and when you get stuck on a task you …

Member Avatar for ThisOldMan
0
1K
Member Avatar for RonnyProgrammer
Re: Ajax

Ajax is a way of using existing technologies. Asynchronous JavaScript and XML. It is based of HTTP request and javascript as the name suggests. The tutorial at [url]http://www.w3schools.com/ajax/default.asp[/url] should get you on your way. Headfirst: Ajax book is excellent to start of with as well.

Member Avatar for samaru
0
123
Member Avatar for myqro

I used to use Delphi too back when it was in version 5 / 6. Refresh my memory but with Delphi you could create a datasource element (or how many you'd need) in your project and assign specific datasource fields (table columns) to specific text boxes (GUI element). Once linked …

Member Avatar for myqro
0
138
Member Avatar for melancholic

Depending on the language / framework is how errors are handled / thrown, but seeing that your question is about programming in general....yes there are languages that use error types and these are usually extensions of general error classes. Some call them errors others call them exceptions etc. Hope this …

Member Avatar for skfroi
-1
76
Member Avatar for TheStig01

Form what I understood I would put the data entered in an object and once there add that object to the arraylist. This way you can simulate what a sql table would do, evey index in the arraylist would be a "row and every object property woulld be a "column" …

Member Avatar for TheStig01
0
952
Member Avatar for vAshunk

It is simple but you also have to think of user mistakes. Ex. user inputs 1 2 3456 asdf 234 as the input string. The letters and spaces are unwanted characters. You will have to parse the input correctly, never assume that the user will enter what you need. For …

Member Avatar for vAshunk
0
170

The End.