Archive for September, 2007
Sunday, September 30th, 2007
Originally posted in my old blog at My Opera
Here's a chance for Opera to shine again:
Make a better interface for file uploading.
Posted in Web, general | No Comments »
Saturday, September 29th, 2007
Originally posted in my old blog at My Opera
Microsoft's ASP.NET has a lot of useful features, things you might want to have in PHP too.
But you can't run PHP as a .NET language because Microsoft already has ASP.NET... or can you?
It appears that some Czech programmers came up with this ...
Posted in Programming, general | No Comments »
Thursday, September 27th, 2007
Originally posted in my old blog at My Opera
The other day I thought about using MacGyver as an example when talking about programming.
Why MacGyver?
In the TV series, he builds clever tools from common everyday things. I think this is why MacGyver is a very good programming analogy - ...
Posted in Programming, general | No Comments »
Tuesday, September 25th, 2007
Originally posted in my old blog at My Opera
Cross-site scripting attacks, also known as XSS attacks, are a type of vulnerability found in some web sites.
For example, if your blog comment box allows users to write JavaScript snippets that aren't escaped in any way by the server and are ran, ...
Posted in Programming, Web | No Comments »
Sunday, September 23rd, 2007
I've been working with Flash lately, or more precisely, Flex 2. Flex is like Flash for programmers (more on that later in this post)
Not so long ago, I also tried Flash Lite, which is a lightweight version of Flash for mobile devices.
What started as a tool to create annoying animations ...
Posted in Uncategorized | No Comments »