Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- extension
- finance
- fx2
- fx2lib
- gentoo
- git
- gmail
- image upload
- internet
- javascript
- linux
- money
- OS X
- performance
- plugins
- python
- rich text editor
- rte
- scalability
- scm
- source code
- source control
- sysadmin
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
- My Tweets
Author Archives: Dennis
ASP.net backend implementation of YUI Image Uploader
Tom from mostynwebsolutions.com has created an ASP YUI Image Uploader backend. Direct Download: YuiExample.zip. The YUI Image Upload posts on this site contain details on implementing the front end and editor if you’re just getting into this. Thanks Tom.
Posted in Programming
Tagged ajax, image upload, javascript, rich text editor, rte, yui
Comments Off on ASP.net backend implementation of YUI Image Uploader
Handbrake can convert MTS files for Mac
So a while back we purchased a JVC Everio HD camcorder. I’ll skip the commentary on whether or not that is a good idea. For me, the relevant issue is: how am I supposed to copy the MTS (AVCHD H.264) … Continue reading
git logk
Do you like gitk? I find it almost invaluable in merging, branching, looking at old revisions, diffs, etc. I find it annoying that git log is hard to glean the same information. I searched a round a bit and found … Continue reading
Dual Master Git Repositories
One of the nice things about git, is the ability to work in a distributed manor. Instead of having to have a central repository for your source code, you can create a copy of your repository and do work, while … Continue reading
Upgrading Gentoo 2007.0 to 10.0
So I left all these servers running gentoo a couple years ago. Now, after all this time (and uptime!), I want to install something. Error: emerge -av portage These are the packages that would be merged, in order: Calculating dependencies … Continue reading
Cleaning up extracted package contents
I hate it when I download a source archive, uncompress it, and find that instead of creating a package directory, with the contents of the archive, the archive was created with a bunch of files at the root directory. Suppose … Continue reading