Wordpress upgrade to 2.9

Finaly wordpress 2.9 is out. As usual the upgrade went smoothly without any problems. Also there seems to be no compatibility issues with the plugins, at least the ones i have installed.

I have to admit, i’m not a big fan of php, and php apps in general, but… Continue reading

C# HTTP Request

A few years ago I’ve written an article on how to perform a synchronous HTTP request using Qt 4.2. I I’ve seen this article today and since now I’m mostly working with C# i was wandering how fast can i do the same thing in c#. After very few minutes I’ve managed to came… Continue reading

.NET Tips and Tricks

I would like to share a very interesting blog with .net tips and tricks:

http://kossovsky.net/

A few things from C++ that i miss in C#

The last 6-7 months i’ve been working mostly with C# and to be honest I’ve grown found to it. It has really nice features like lambda expressions,   auto properties, extension methods, LINQ witch can really speed up things in terms development time.

Still … there are some things from C++ that i now miss… Continue reading

The power of SUDO

Sandwich

Sandwich

C# Extension Methods

After a few months I’ve enjoyed the newly ( or not ) added extension methods in 3.0 yesterday i discovered that one of the assumptions I’ve made about them was false. My assumption was that if the instance on witch you call an extension method is NULL you would get a NullReferenceException. Turns out it’s… Continue reading

ASP.NET MVC or ASP.NET just got plesent

I’ve been really busy the last months with the new job where we use c#. I’ve grown found to it … it has a lot of nice features … lambda expressions, anonymous types, generic types. Sure there are a lot of thing that can be improved like real generic types ( aka C++ templates )… Continue reading

Wordpress Update to 2.8

Wordpress has been updated to the latest version. Also working on a few problems server side to secure and speed up things. Hope everything works out OK… Continue reading

Wordpress Exploit Scanner Plugin

I’ve found a few days ago this plugin and i would like to share with everybody since it may help secure the web. This plugin scans the wordpress installation folder for paterns usualy found in exploits/throjans/malware web scripts. The plugin produces quite a few false positive alerts but also it’s very easy… Continue reading

I gave up on Coppermine Gallery

I used to use Coppermine Photo Gallery for http://gallery.erata.net but today i’ve decided to close it down. The number of vulnerabilities ( most of them critical ) discovered over the years got me thinking. You can see what i mean here http://www.milw0rm.com/search.php?dong=coppermine. 3 vulnerabilities… Continue reading

←Older