Enhanced Code Snippets with SyntaxHighlighter Evolved

Wordpress Logo

After a long time of service, I decided to replace the old WP-Syntax plugin with a more modern one: SyntaxHighlighter Evolved.I thought that the style of the code snippets of WP-Syntax started looking a bit old. The new plugin has several … [Read more...]

A new theme for the site

Wordpress Logo

I changed the theme on the site. I used the Sleek theme from Studiopress.The main reason to change to this theme was that I replaced some of my addons. For example, the breadcrumbs are already included in the theme. There is also an included … [Read more...]

WordPress 3.3 “Sonny” released!

Wordpress Logo

WordPress 3.3 introduces some very interesting features, specially for the blogger itself. It includes a new drag-and-drop uploader, hover menus for the navigation, a new toolbar, improved co-editing support, and a new Tumblr importer.The admin … [Read more...]

New WordPress theme for the site

Wordpress Logo

After a long time with the old F2 theme, I decided to choose a more modern design. I chose the WP Plus design which is based on the Google Plus Design.I think that this design is more practical and cleaner for the users and more comfortable. … [Read more...]

Google+ is now open to all

Google+ Logo

After about 90 days of trial on invitation-only mode, Google+ is now open to everybody.For those who don't know, Google+ is the social network platform of Google, with several interesting features like Circles, Hangouts, ...For example, you … [Read more...]

No more ads on the site !

Hi,As you have perhaps noticed, there is no more Google Adsense on the site. I removed them for several reasons :They were not really visually good They slowed down the site by a factor of two That gave a bad image of the site This is … [Read more...]

This website is now running WordPress 3.1.3

Wordpress Logo

I just made the update of this website to WordPress 3.1.3.I've had no problems with the update. But at the start the automatic updater throws me an Out Of Memory Error. But after disabling all my plugins, the automatic update had no problem to … [Read more...]

Solve “File param is missing” problem of W3 Total Cache

Wordpress Logo

As you may have seen, my website had not CSS these last days.This was due to a bug in the W3 Total Cache plugin of Wordpress. The minified CSS file wasn't accessible. When we tried to access it from the site, there was an error : "File param is … [Read more...]

Using LINQ to query Sharepoint lists

Sharepoint

When I started using Sharepoint 2010 with .NET, I used the Sharepoint 2010 API to query the Sharepoint Lists, but when I come with lookup column with multiple values, it started to be really difficult to use.So I found that I can use LINQ to … [Read more...]

Export a Sharepoint 2010 site as Solution Package

Sharepoint

Hi,From several days, I started developing with Sharepoint 2010 for a School project. It's not as easy as I thought in my first opinion. So I will try to share some solutions I found with youIn Sharepoint 2007, we used Solution Generator to … [Read more...]