Go Back   Webforumz.com > Blogs

Notices


Old

3D Chess in your browser!

Posted Mar 14th, 2008 at 20:32 by alexgeek
This is some pretty cool application!
http://www.valil.com/winfx/

3D chess, it's just like a normal desktop application.

Let me know if you win, I've lost about 5 times already!
alexgeek's Avatar
Technical Administrator
Posted in Uncategorized
Comments 2 alexgeek is offline
Old

Asp.net C#

Posted Feb 12th, 2008 at 15:10 by alexgeek
I've been using PHP for ages and then slightly after that I started learning C# for desktop applications.

Recently I've tried ASP.NET (C#) and I happy to say that I quite like it!
With PHP I'd put all my code into objects for easy access etc., but accessing these classes would mean putting an include at the top of every page or specifying the magic __autoload() function... it was okay but it was.. time consuming.

In ASP.NET I just put my classes in the App_Data folder...
alexgeek's Avatar
Technical Administrator
Posted in Uncategorized
Comments 1 alexgeek is offline
Old

Social Networking & Dating sites

Posted Feb 7th, 2008 at 18:52 by alexgeek
<rant>
Is it just me or are there millions of these lately?
Half the advertising I see is "meet a girl in your area". Seriously, how can they make money? There's thousands of dating sites.
I see no point in creating one, even with loads of advertising the already established sites will succeed.
And the worst thing about these social networking sites and dating sites is that they all use the same downloadable system.
To put it in a welsh way "it...
alexgeek's Avatar
Technical Administrator
Posted in Uncategorized
Comments 5 alexgeek is offline
Old

Why shouldn't I use PHP short tags?

Posted Jan 30th, 2008 at 18:37 by alexgeek
A lot of people seem to use them but a lot of experienced PHP developers discourage the use of short tags for two main reasons.

Firstly, the normal php tags are:
Code:
<?php code here ?>
And the following are short tags:
Code:
<? code here ?>
<?=variable here ?>
<% %>

The first are for those too lazy to put php after <?.
The second it to quickly echo a variable. E.G, the following:
...
alexgeek's Avatar
Technical Administrator
Posted in Uncategorized
Comments 6 alexgeek is offline
Old

Ajax

Posted Jan 12th, 2008 at 23:00 by alexgeek
A lot of people seem to think that AJAX is just snazzy javascript like mootools and lightbox.
It's not, it's a special way of retrieving information from a server without reloading the page.
Just wanted to clear that up!
alexgeek's Avatar
Technical Administrator
Posted in Uncategorized
Comments 8 alexgeek is offline

All times are GMT. The time now is 06:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43