[video]
I develop my own php language engine as a result of getting frustrating of compiling gettext files. I love gettext and its tools. But I hate to compile it everything I made changes. It also bothering and confusing many clients.
ddlang still using gettext .po file, but rather than compile to .mo file, ddlang with read .po file directly. As an advantage we can see immediate result of changes we have made.
Also in the future perhaps I will add storing handler, allowing to store language dictionary into database instead of plain text file. Perhaps more tools to make changes online. It will be cool if the user can change the language inside control panel ;)
https://github.com/dodyrw/ddlang

My first repository of Git (version control) on GitHub.com. Everything look good, compared with svn, git is so much easier. But I miss a good TortoiseSVN tool. I wish in future, git has similar tool like TortoiseSVN.
Now I use both. Git for open source project and svn for paid project.
Here is my codes that usually I use to scrape the web. It offer normal fetching (GET), form POST-ing, and login (maintain cookie and session). It doesn’t offer parsing method like DOM selection, regular expression or text splitting. That’s your problemĀ .. hehe. Ah no .. it because each of websites has its own pattern, so it is impossible to generalize them.
Enjoy.

i just realized that tumblr doesn’t have zip file uploader … too bad
another post for fb
testing tamblerr .. look nice so far