Browsing archives for 'Development'

Synching folder with Amazon S3

Development,open source 21 June 2010 | 268 Comments

The other day I set out to finally start synching one of my backup folders on one of our Ubuntu Servers with Amazon S3. The reasons for this, are obvious. Amazon S3 is very cheap and reliable and is a good fit for keeping “smaller” chunks of files as a backup storage. So, apart from [...]

Tagged in , , , , , , ,

The future of UI is here

Development,Internet Zeitgeist,efficiency 1 June 2010 | 311 Comments

Most of you probably remember the UI of the movie “Minority Report”. We all thought that this would be way cool to interact with our machines like that. Well, good news. The future of the UI is here. The makers of the movie did not only show us what could be done, but also allowed [...]

Tagged in , , , , ,

Jquery form submit and too much recursion

Development 24 May 2010 | 1,857 Comments

I just run into an issue where the form was submitted with Firefox (despite an error), but the page stopped loading under Google Chrome. With the help of FireBug I saw that there was a Javascript error with the message “too many recursions”. This is the code that I had which caused too much recursion: [...]

Tagged in , , , , ,

Nginx error with Tomcat – upstream sent too big header while reading response header from upstream

Development,linux,open source 2 February 2010 | 12 Comments

Nginx is our favorite web server currently as it is fast, lean and easy to configure. Performance is just outstanding and if you haven’t take a look at it. One thing that I noticed while we deployed Nginx with Tomcat is that their default size for the buffers are very low. Don’t know why a [...]

Tagged in , , , , , , , , , , ,

Setting up Apache2, PHP and MySQL on MacOS X – the easy way

Apple,Development,open source 23 January 2010 | 162 Comments

Today I set out to get MySQL and PHP setup on my MacBook Pro. Since Apache2 already comes with MacOS X (mine is Snow Leopard and yours should be too!). Now, the funny thing is that I first searched on the web how to best install PHP and MySQL. Surely, I came across MAMP (a [...]

Tagged in , , , , , , ,

Subversion: Switch to a new location

Development,open source 11 January 2010 | 4 Comments

We just moved some of our subversion repositories to a new server and with it changed the URL’s. Now, in order to change any existing checkout version to grab updates from the new subversion server we issued the simple “switch” command from subversion as in: svn sw svn://svn.domain.com/trunk . The problem with this was that [...]

Tagged in ,

WordPress, PHP error and updating PHP on CentOS 5.x

Development,open source 21 December 2009 | 499 Comments

Mind you, I’m no PHP guru and I only have PHP installed on our server because of our WordPress blogs. that said, I was facing an ugly PHP error today and somehow we could not load the WordPress admin pages anymore of it. The error was: PHP Warning: Module ‘fileinfo’ already loaded in Unknown on [...]

Tagged in , , , ,

Solutions for Oracle ORA-28002 and ORA-27101

Development,linux,open source 11 December 2009 | 18 Comments

Running an Oracle database is great, because it is stable and just runs, but sometimes you are hit with unexpected errors when you restart your machine. Thought, I know Oracle quite well, I’m always surprised at some things. Here are two errors (and solution) I was just confronted with: ORA-27101: shared memory realm does not [...]

Tagged in , , , , , , , , , ,

ImageMagick and Ghostscript playing nice with web applications

Development,linux,open source 20 November 2009 | 24 Comments

I had to spent way too much time the last time to set up ImageMagick and Ghostscript together that I simply jump right in so you don’t have to waste time on this, like I did. Creating thumbnails and images from a PDF is one of the most used features within Razuna. But the other [...]

Tagged in , , , , , , , , , , , , ,

SQL Paging with Oracle, MySQL and MS SQL

Development 15 November 2009 | 23,792 Comments

I have to admit, I love databases. To hold data in a central place and be able to hook up any application from wherever you are to it, is just convenient to say the least. But there are moments I wish that vendors would “follow” a standard. I guess, when it came down to paging, [...]

Tagged in , , , , , , ,