Search
Links
- Darkroom
My Black&White photography - T Software
My software shop
- Darkroom
Categories
- Fun (6)
- IT & Technology (63)
- Software (21)
- Software Development (22)
- Coding fun (2)
- SysAdmin (10)
- Tips'n'Tricks (7)
- Miscellaneous (3)
- Music (4)
- Photography (13)
- Quotes (13)
- Site (4)
- Uncategorized (6)
Tags
.net 2.0 analysis apache c christmas tree coding fun creative commons fun hotels iis internet irc it & technology linkedin linux logminer logs mac os x mantis miscellaneous mysql networking open source optimization oracle photos php poetry quotes rant ReportViewer security seo site software software development spam sysadmin travels vista VisualStudio web windows wordpress
Recent Comments
Author Archives: Simone
Effortless, template-based dynamic tables
When you develop web applications for a living, sooner or later you’ll need to allow the user to edit collections of data. For instance: Some option… Field 1 Options To create something like this, I’ve been using a very rough … Continue reading
Keeping script kiddies at bay with mod_evasive and iptables
mod_evasive is a nice Apache module that helps to protect your server against DoS attacks. However, when a client is blocked, it will keep on using resources on your server. Even if the request will result in a 403 error, … Continue reading
Quick Sprites: CSS sprites, the easy way
The use of CSS sprites is a valuable techique for any web developer who wishes to optimize his web site, making it both faster for users and better ranked by search engines. However, it usually involves more work to pack … Continue reading
Posted in Software, Software Development
Tagged css, linkedin, mac os x, optimization, seo, sprites
Leave a comment
Scraping App Store reviews, page after page…
Someone pointed out that my little scraping script was fetching only some of the reviews of his app. Indeed, it was only considering the first “page” of results. So, I’ve just updated it to grab ‘em all. The new version … Continue reading
The Lion, the Witch and the Xcode
…or maybe it was “The Lion, the Bug and the Xcode“? Anyway, if you just upgraded your system to Lion, then downloaded the new Xcode from the App Store, tried to run it just to get welcomed by a sparkling … Continue reading
Posted in Software Development, Tips'n'Tricks
Tagged linkedin, mac os x, software development, xcode
10 Comments
Special Tablatures offer coming up this week
A very special Tablatures offer will be available this weekend at Bits du Jour: a whopping 46% off the regular price! If the only reason why you haven’t started writing your music with Tablatures yet is because you were thinking … Continue reading
Posted in Music, Software
Leave a comment
Scraping Mac App Store reviews
You have some products on the Mac App Store, you would like to know what people think of them but you can’t bother checking for reviews one store at a time? Don’t worry, you’re not alone. I can’t understand why … Continue reading
Happy New Year!
My best wishes for a great 2011 to everyone!
Posted in Miscellaneous
Leave a comment
Using SQLi Import with Oracle
SQLi Import is a nice eZ Publish extension that allows you to develop data importers in a quick and elegant way. Sadly, it comes only with MySQL support, but it takes only a minute to make it work with Oracle … Continue reading
Posted in Software Development
Tagged eZ Publish, linkedin, oracle, software development, web
1 Comment
Serendipity to WordPress
I’ve moved a couple of my blogs from Serendipity to WordPress (mostly because I’ve discovered that Serendipity has some issues with newer PHP setups, but also because I’m getting lazy and WordPress’ admin panel is nicer than s9y’s ). Luckily … Continue reading