Posts tagged with "general"
Today's blogpost
Wednesday, November 7, 2007 8:51:05 AM
I'm going to write there from now on, so update your RSS feeds. I will be posting links to my posts at codeutopia to this blog too, at least for a while.
What kind of software is needed at a LAN party?
Monday, October 22, 2007 9:50:07 PM
Getting back on the usual topics, let's look at what kind of software is needed at a LAN party.
There were something like 300-340 visitors at the event, and we had various web-based systems running. I'm going to describe them a bit and some other applications that could come in handy at a slightly larger event like the Fireparty.
Going to Helsinki
Wednesday, October 17, 2007 2:25:44 AM
PHP on .NET?
Saturday, September 29, 2007 11:32:28 AM
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 idea few years ago and they made a PHP compiler for .NET, Phalanger, which compiles PHP code into MSIL which is understood by the .NET Framework.
MacGyver and programming
Thursday, September 27, 2007 9:18:52 AM
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 - in both good and bad.
Opera has tab jumpback!
Saturday, September 15, 2007 8:40:04 AM
Well, apparently the folks who develop the Camino browser thought it's an amazing feature enough to market their browser and even created a buzzword for it: Tab jumpback.
This is a direct quote from their features page:
Camino’s legendary tabbed browsing is even better in version 1.5.
[...snip...]
With “tab jumpback”, when a site opens a new tab, you can “jump back” to the page you were viewing simply by closing the new tab.
Kind of funny how they mention something trivial like that on their features page. Makes me think there aren't enough "real" features in their browser. I think it is the only correct way to handle it though - I'm always bothered by the way Firefox does it if I use it.
What kind of a programming language would you design?
Friday, September 7, 2007 1:36:12 PM
I'm sure all of us who program, and maybe even some who don't, have wanted to change some thing in a language.
What kind of a programming language would you design, if you could just decide the awesome features for the language and have a team of top programmers implement it for you? Well, you could of course do it yourself too if you wanted...

Feel free to pitch in even if you're not a programmer
Exceptions or Error codes?
Wednesday, September 5, 2007 11:07:03 AM
Exceptions and error codes.
Exceptions are the OOP way of doing things: You throw a new exception, where the exception is a new instance of some exception class.
Error codes are "oldschool": They are just values returned from the function, but with special meanings.
But which one is a better choice and why?
CodeUtopia blog
-
Zend Framework components as separate zips fro ...
Did you ever want to use just a single component from Zend Framework, but couldn’t figure out which files you needed? Well, here’s a solution: Zend Framework packageizer script! Just pick the class you want, and you’ll get it and all its dependencies in a nice zip file for you ...
-
Making a PDF generator class using Zend_Pdf
There are some expensive libraries that you can use to generate PDF files… but why bother with them, when there are good free alternatives like Zend_Pdf? In three steps, you can generate a fancy report: Create a PDF template Insert data to template with Zend_Pdf Profit $$$ Since this is ...
-
Let’s Rickroll MTV Europe Music Awards 2008!
Okay so this is totally off the usual topics I guess, but this is too awesome to let it fail! Rick Astley has somehow managed to get into MTV Europe’s Music Awards 2008 gala in the category Best Act Ever. I suspect /b/ had something to do with this, but… I urge everyone to vote for R ...
-
Windows Remote Desktop + Live FolderShare = Ul ...
I’m a frequent user of Windows’ remote desktop feature. It’s a stellar remote control solution: It’s incredibly fast, almost like sitting on the remote PC, and has features like bringing over the clipboard and even sounds from the controlled computer. Much better than VNC ...
-
Sharing authentication over multiple sites / S ...
At The Group, we’re developing some web applications that needed to use the same user database. The applications were originally being developed with separate login for each, but I decided it would be better to share the login code across them. I investigated some ways to achieve sharing a ...






