Who's to blame, Microsoft and/or the .Net Community
I’m interested in why most of Microsoft and some other developer’s demons about writing apps mostly begin with the creation of a database? The design... more »
0 commentsSave Tags: opinion, reviews
.aspx extension instead of .php? WHY???
For some reason, there are some people who write web sites with PHP, but put the ".aspx" extension at the end of their files. WHY???
7 commentsSave Tags: .net, microsoft, opinion, php
Connecting to an XMPP / Jabber Server with the XIFF AS3 Library
As I mentioned earlier, I am starting to build an XMPP chat client for the XMPP / Jabber community server I set up today. I am using the XIFF... more »
0 commentsSave Tags: flash-flex
ASP.NET gets no Respect
Poor ASP.NET! Is it really that bad? I say No!
3 commentsSave Tags: .net, microsoft, opinion, windows
9 Web Developers That MUST Be Followed On Twitter
This web roundup will list nine developers that absolutely must be tracked on Twitter. They represent the best of the best and are extremely active in... more »
4 commentsSave Tags: news, research, web design
First preview of Mono 2.0 is out
Our first preview for Mono 2.0 is out; It has been almost six months since we branched version 1.9 so this is a gigantic update to Mono.
0 commentsSave Tags: .net, announcement, frameworks
Adobe Flash running on iPhone emulator; too slow for real devices?
Flash performance and usage is abysmal on current mobile devices that support playback. Mobile device processors — including the iPhone’s — simply... more »
0 commentsSave Tags: apple, flash-flex, reviews
Ruby on Rails - a paper dragon?
When Ruby on Rails started to gain some momentum a year or so ago, I decided to take another look at the Ruby language itself along with the Rails web... more »
3 commentsSave Tags: opinion, php, ruby
I want enums in PHP
I'm currently working about equally in PHP and Java. I can't say I've fallen in love with Java. But Java does have a feature or two that would be... more »
0 commentsSave Tags: opinion, php
Adobe Flex Coding Convention Document Triggered Discussions
On April 18, 2008, Adobe released its Flex SDK coding conventions and best practices. Adobe's Flex Team explained that the new conventions, “. . . lay... more »
0 commentsSave Tags: flash-flex
A new free socket server for Flash and Flex
GFS Server is a "Socket Server" that communications to and from Flash CS3 and Flex 3 applications/games. Primarily the GFS Server is for making... more »
3 commentsSave Tags: flash-flex, games, java
Why Silverlight is nailing Flex
An article on why Silverlight has a bigger buzz than Flex.
11 commentsSave Tags: .net, flash-flex, microsoft, opinion
PHP and MVC
Been reading this page: http://en.wikipedia.org/wiki/Model-view-controller and it seems the techniques that I employ are somewhat similar, well,... more »
2 commentsSave Tags: php
Rails for PHP Developers - Calculating Hashes of Strings and Files
The MD5 and SHA1 cryptographic hashes are commonly used to verify the integrity of files or create a fixed length digital representation of a string... more »
0 commentsSave Tags: php, ruby
Prototype XUL JavaScript Framework 1.6.0.2
Drum roll please… After three attempts/failures, I present to you the newest version of the Prototype XUL library! The previous released version... more »
0 commentsSave Tags: announcement, frameworks, javascript
ASP.NET to Follow Ruby on Rails` Lead
The software giant released an initial version of ASP.NET with MVC (model-view-controller) support in December and is working on delivering a more... more »
1 commentsSave Tags: .net, frameworks, ruby
You Used Python to Write WHAT?
Python is a powerful, easy-to-use scripting language suitable for use in the enterprise, although it is not right for absolutely every use. Python... more »
1 commentsSave Tags: opinion, python
The smallest PHP framework you shouldn’t code without
This step by step guide will help you get set up with EpiCode in under 15 minutes. EpiCode is a framework that maps URLs to static methods. It also... more »
10 commentsSave Tags: frameworks, open source, php, web 2.0
Building Desktop Applications in PHP
So, you’re a hotshot PHP developer. You’ve written a lot of code powering some pretty cool websites; maybe you’ve even written some public / open... more »
2 commentsSave Tags: php
Flow3: PHP's Answer to Java's Spring?
During the concept design to fight for better usability the Typo3 core team decided to reimplement the Typo3 core. Modern concepts popular within the... more »
1 commentsSave Tags: frameworks, java, opinion, php
Why PHP as a templating language sucks
I frequently read articles about why any template system made with PHP is per definition redundant because PHP is itself such a good templating... more »
3 commentsSave Tags: opinion, php
Beat Your Website into Submission with .htaccess
When you spend most of your day to designing and coding, you don't have a lot of extra time to mess with server configuration. But neglecting this... more »
2 commentsSave Tags: how-to, php, unix-linux, web design
Java Does Not Pass-By-Reference
Pass-by-value and pass-by-reference, as it is implemented in Java, can produce results that you may not expect if you are not aware of what is going... more »
25 commentsSave Tags: java
PHP Security - Block Access to Include Files Using .htaccess
Even if my scripts are secure (meaning I use proper validation to make sure they've been called correctly), a user/hacker has no business calling an... more »
2 commentsSave Tags: how-to, php, security, server
Do not trust the PHP reflection API
At least if it comes to internal classes. If you try to get informations about parameters from methods of internal classes - forget that. Examining... more »
0 commentsSave Tags: php
via