Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- 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
- themes
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
-
Category Archives: Programming
How to fix that mistake commit you just pushed to your git repository
I’ve already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit … Continue reading
Pulling libraries off Android phones
Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: > adb pull /system/lib/*.so Sorry. A no go. What about this then: > for … Continue reading
YUI Image Uploader works with YUI 2.8.1
I thought I’d better double check that the image upload still works fine with YUI 2.8.1 If you haven’t read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the … Continue reading
Debugging Linux Kernel Modules with VirtualBox and KGDB
I found a few different pages with information on debugging a Linux kernel with kgdb. There wasn’t a single source with all the information I needed to get set up and working though. So here is how I set things … Continue reading
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
Leave a comment
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