A Cost Analysis of Windows Vista Content Protection
This link was mentioned in #eglug today:
Lug is running on nanoweb!
Congratulations folks. The LUG is now 80% more php :-).
Finally got rid of apache and now running on the neat PHP webserver, Nanoweb!
Please report any performance issues, though I'm sure it's all going to be positive.
Specifying select root in Prototype's $$
Prototype's latest development code featured the awesome $$() that can select elements by passing it a CSS selector.. Though this is still on the development respository and not released yet, I know many people who uses it, including me.
I've added a tiny functionality to the $$() that makes it even more useful and usable IMO. It allows specifying any node that implements getElementsByTagName (that means any XMLDocument node, and most of other HTML nodes) to be selected as the root of the search. Simply by appending this node object to the list of selectors you pass to $$(). Also, it doesn't force you to do so, if you don't need this functionality, simply don't pass anything and it will work --as it does by default-- on the document object.
Drupal theming
انا بفكر اكتب عن تشكيل دروبال (drupal theming) زي ما هو مقترح هنا
بس قبل ما ابدأ انا عايز اعرف هل يا ترى اللي اعايز يقرأ عن تشكيل دروبال جرب يقرأ النص اللي في موقع drupal.org نفسه ؟ إذا كان النص ده مش كفاية ، فأنا عايز اعرف السبب.
- 2 comments
- Read more
- 811 reads

