Feeds:
Posts
Comments

Archive for the ‘Softwares’ Category

To quote abigor on slashdot In all fairness, no platform is perfect, let’s face it. You seem to be commenting on OS X (hard drives, 3d performance, etc.), so let’s see: If you want non-working cut and paste (the general case is it only works for text), no 3d performance at all, barely any wireless [...]

Read Full Post »

I am not with Adobe

It seems everybody has weighed it in with this controversy about the new Section 3.3.1 of iPhone SDK agreement. This change effectively bans the use of “applications that link to Documented APIs through an intermediary translation or compatibility layer”, which nullifies Adobe’s upcoming Flash-to-iPhone conversion tool.First, Adobe was angry, really angry. In its official Flash [...]

Read Full Post »

My job involves creating web pages, and though that does not mean I need to make them beautiful, I sure like to make things look nice. Ever time I come across some magazines and especially those well-designed advertisements in them, I wonder to myself, “man, I wish I could use those fonts for my websites.” Unfortunately, [...]

Read Full Post »

People have been worrying about cross-site scripting, and have been careful in dealing with user input data, typically by filtering out undesired HTML elements. There are now certain applications that cannot afford to filter out user-generated scripts, such as gadgets in iGoogle and OpenSocial, and facebook applications. These applications must run user-submitted JavaScript, often inside [...]

Read Full Post »

What’s new in Python 2.6

Full release notes are here. Here are something that catch my eyes. with statement with is a statement that simplifies the task of elegantly acquiring and releasing resources, and moves the task of handling exception to the resource manager author. For example, the file object now supports with statement, and when using this statement, the [...]

Read Full Post »

In developer-friendly versus customer-friendly, the author made a really good point about Apple’s controversial stance in many of its recent decisions. A follow-up made it even clearer using OS X application development as an example. Though I still prefer to code in an environment that is developer friendly, which I think both Linux and OS [...]

Read Full Post »

I use the apache server hosted by my department in the university. Unfortunately, the apache server was set to use ascii as the default encoding. So even if you use charset in the meta tag, it is not gonna be respected by the browser. But I have to use Chinese characters now and then. Previously, [...]

Read Full Post »

I have been having a great time with Bon Echo. I was having problem running it on my laptop, and later I found it conficted with my input method (SCIM). So I simply put it undermodified environment variables (using env) and the problem got solved. And now I had this new problem: it does not [...]

Read Full Post »

I found it could really handy to have my own SVN server, since I have been working on project from many different computers. Although I have been using CVS to manage projects on my own computer, when it comes to working on multiple computers and version control over the internet, SVN has its advantages. I [...]

Read Full Post »

All major players in the software industries seem to be interested in the next-generation client/server application. Microsoft used to bet on .NET and wanted everything, from server side to client to be on .NET, except that the most important OS's of the interNET does not have support for .NET; it then focused on the XAML, [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.