practical web design & development

Archive for the ‘Programming’ Category

Updated Gedit Minify Plugin

It didn’t take long to notice a couple changes which needed to be made to the minify plugin. With the amount of javascript development I’ve been doing I use it regularly. One change is the shortcut keys conflicted with other plugins which I use, so I changed them to the following: Minify JS: Ctrl+U Minify [...]

Gedit Minifier Plugin

I often find myself having to do a lot of jumping around to develop. I write the code, test, then minify, then copy files, etc.. I also have a strange interest in gedit, so I decided I’d create a quick little plugin to minify files for me. The plugin is dirt simple. While your file [...]

Just wanted to update on the timepicker addon. I’ve had trouble keeping up with all the submitted code for features and bug fixes I saw it as a good idea to add timepicker to Github. I’m still a bit new to Github, so please bear with me as I’m just getting my feet under me. [...]

Its very seldom, but now and then you have to go back to those old math equations from college and compute some nice graphs, or solve a few complex formulas. Linear Regressions aren’t completely foreign territory, they are used more often than you realize. I’ve put together a nice function which computes slope, intercept, and [...]

Update on Everything

The past week or so I haven’t been as active on the blog, but that’s not bad. I’ve been working on some great stuff I will be talking about in the upcoming weeks. A few of the topics I plan to be posting on include: FetchIdeas, Postgres tips, UberUploadCropper, some CakePHP goodness, and a couple [...]