- Official Statement
- As it's rather obvious, I haven't updated this weblog in a very long time - 1 year and 6 months - that's an eternity in "blogging time".
- Pack your Javascript
With all these Javascript frameworks coming out recently and the move to a more dynamic web, your page size will increase due to the Javascript files. Now you can compress them on-the-fly with PHP.
- JPSpan 2.0
One of my favorite AJAX frameworks has been and still is, JPSpan. But as it is, it does have a few minuses, which I've managed to eliminate.
- Bookmarks Manager Launched
The unveiling of my latest creation: a Web 2.0 application wannabe.
- Ajax & DOM handling gives Bucharest map
Introducing a new online map application build by the use of DOM handling toghether with the Ajax technology.
- Recent development
Lately I have been busy implementing several backend stuff for my weblog and not only.
- Rewriting dynamic URLs into friendly URLs
Let's suppose you are building a small database driven website or web-based application which you need search engine covery for. And this isn't the only reason why you would choose to create a web application with search engine friendly URLs. Another important aspect is the usability of this feature. To achieve this, you could use Apache's mod-rewrite module. This would be one way. Another way would be to implement a sort of URL rewrite engine into your web application's engine.