Category: Programming

How to make CURL work with XAMPP in Windows

Ok so this is a short one, but in the past if you were running Apache/PHP/MySQL on your windows computer there were a lot of steps to get CURL working with PHP in Windows.

Java Tutorial: Hello World

The “hello world” app is always the first thing most students do in any language. Java is no different, and I’ll show you how easy it is here.

How to use OR operator with Strings in C#

I just had this problem tonight, so I thought I’d share the solution. In many languages you can do a string comparison in the following way: if ($city == "Portland" || $city == "Seattle") { // stuff goes here } And this works just fine. But in C#, strings are treated as objects, so you [...]

How to start learning computer programming for free.

Here is how you can learn computer programming for free. Learn C, C++, C#, Visual Basic, Java or PHP using these FREE tools to get started