Rss subscribe!
It's free.

about

A blog about web development and starting up online.


who

Eran Galperin is the techfounder, an Internet entrepreneur and web technologies expert.

23 June

WARNING: The following contains unsanctioned HACKS to the Zend Framework. Use at your own discretion.

A big advantage to using the front controller in the Zend Framework is the ability to create nicely formatted urls. Instead of an ugly GET string we can pass parameters as slash delimited key -> value pairs. For example:
www.techfounder.com/index.php?post=passing_arrays&comment=3 can be replaced with www.techfounder.com/post/passing_arrays/comment/3
(On techfounder this is actually performed via mod_rewrite rules, but the principle is the same).

The implementation of the default router in the Zend Framework (Zend_Controller_Router_Rewrite) does not allow for passing arrays in this manner though, since previously set keys get overwritten if they are declared more than once. This is somewhere between semi-annoying to very annoying, so lets get straight to hacking it into submission.
Read more …


Posted under PHP, Web development
20 June

Left for dead by many, HTML resurfaced half a year ago when the w3 released a working draft for the next version of this markup language. The draft was recently updated and a document detailing the differences from the previous version was released as well.
Read more …


Posted under CSS, Javascript, The Webs, Web development
14 June

Pingdom has complied a list of the Javascript frameworks used by the top sites on the web (top 100 in Alexa US, Webware’s top 100 web apps). jQuery and Prototype are the top choices, getting 11 and 13 respectively.

It’s interesting to note that Dojo is not even featured on this list, though if you check the comments you’ll see that it is used partially at the apple site (in the apple store). This makes me wonder even more regarding Zend’s latest decision to integrate Dojo into their framework. As I commented in that release statement (comment #6 is mine), I feel that Dojo isn’t appropriate as the default for the framework as it is more complex and much less documented than the other top frameworks.

As a long time jQuery developer I have no intentions of integrating a new Javascript library into my development environment, so I’m obviously biased. I still feel as though Zend missed an opportunity here to better cater to the needs of a broader user base and instead chose to prioritize its partners best interests.


Posted under Javascript, Open Source, PHP, Web development
13 June

Google and Yahoo have just announced a search partnership that integrates Google adsense in Yahoo search and selected Yahoo sites. We went from a possible Microsoft-Yahoo merger presenting a front to Google’s search dominance, to Google increasing its hold on advertised search and starting a direct collaboration with its biggest search competitor. Google was the most dominant search entity before (upwards of 60% of all searches) and now it is reaching the status Microsoft has with operating systems. And we all know how that worked out.
Read more …


Posted under The Webs, techfounder
11 June

My good friend and co-founder at Octabox, Adam Benayoun, has finally launched his personal blog after talking about it for a long time. Adam has a sharp business and marketing mind, so if you have any interest in hearing some edgy advice about Internet business development and guerrilla marketing, subscribe to his feed.


Posted under Business Development, The Webs, techfounder
Page 5 of 10« First...«34567»...Last »
Some rights reserved, Eran Galperin
CC 2008 - The Future