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
June 24th, 2009 in
.NET | tags: .NET, c++, extension methods, null, static method, syntax sugar |
No Comments
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 readingWordpress 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…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
March 3rd, 2009 in
Security | tags: exploit, plugin, scanner, script, secure, Security, security tool, suspicious files, vulnerability, wordpress |
No Comments
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
February 27th, 2009 in
Security | tags: coppermine, gallery, Security, vulnerability, wordpress |
1 Comment
New Theme for Erata.NET
I found this theme on Wordpress Theme Directory and loved it at first site. The theme is called Librio and its inspired by Mac OS X Leopard. The theme author is Denis. Thanks Denis, great theme…
February 27th, 2009 in
News |
No Comments
Nokia to Add LGPL to Qt Licensing Model
This is incredible news. No point in making this post longer ... who knows what this means understands why it's incredible. Who does not know what this means ... won't care anyhow :) http://www.qtsoftware.com/about/news/lgpl-license-option-added-to-qt And when i first heard about nokia buying trolltech i thought i'll have to forget… Continue readingLife with g++
The intention of this article is to show a few useful ( i hope ) tips about using g++ in the every day development cycle. Also this article describes three build configurations that should help the developer catch bugs in the early stages of development. Continue reading
May 28th, 2008 in
Programming | tags: build, c++, compiler, debug, development, error, g++, gcc, optimization, Programming, release, safe, warning |
No Comments