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
December 19th, 2009 in
News | tags:
blog,
upgrade,
wordpress |
No Comments
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
I would like to share a very interesting blog with .net tips and tricks:
http://kossovsky.net/
July 27th, 2009 in
.NET | tags:
c sharp,
c++,
tips,
tricks |
No Comments
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
July 11th, 2009 in
.NET | tags:
c sharp,
c++,
class,
const correctness,
cpp,
deterministic destruction,
development,
generics,
object,
paradigms,
reference type,
static initialization,
templates,
value type |
12 Comments
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
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
June 15th, 2009 in
.NET | tags:
.NET,
asp,
c++,
mvc,
web |
No Comments
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
June 11th, 2009 in
News | tags:
site,
update,
wordpress |
No Comments
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 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