Archive for the ‘Linux’ Category
Its rare that anyone uses Gedit for ColdFusion, but hey, I know one that does! First off I use Gedit because its quick, simple, and super extensible. I work in ColdFusion equally as much as PHP as far as the serverside goes, so I like a pretty consistent environment for both, which this editor also [...]
I was doing my morning reads as usual when I came across an article on creating virtual hosts for apache on OSX. Well after reading the article I decided I’d mention that this pretty much works on Ubuntu as well. Only difference being the location of your config files for the virtual host in apache. [...]
Since all the functionality was already in place it felt only right to add a batch option to the Gedit Clientside Plugin. This new “batch” option allows you to choose several javascript or css files to minify, and place into one file. Its pretty straight forward. From the Tools menu under Clientside there are two [...]
For all of the gedit nuts out there (like myself) who develop css and javascript, I have created a gedit plugin just for you. The Gedit Clientside Plugin. This plugin can minify and beautify javascript and css. Also for javascript you jsLint is included. Finally for good measure, I threw in a gzip method as [...]
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 [...]
