Archive for the ‘Tech’ Category

Gmail Down

May 8th, 2009 by jf | comments 1 Comment | categories Filed in Tech, Web

Gmail has been down for about 5 minutes now with technical details:
Numeric code: 67
Where are the guys at the tech departement for gmail ?
Update:
Service is now up and running. Total downtime estimated to about 20 minutes.

tagsTags: ,

Session state has created a session id, but cannot save it because the response was already flushed by the application.

February 3rd, 2009 by jf | comments 1 Comment | categories Filed in .NET, ASP.NET, C#, Cool Stuff, Internet Articles, My Life, Tech, Web, Work

Lately i started getting an Exception of the type [HttpException] with message: Session state has created a session id, but cannot save it because the response was already flushed by the application.

?View Code CSHARPType : System.Web.HttpException, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message : Session state has created a session id, but cannot save it because the response [...]

tagsTags: , ,

Random post in Wordpress

January 10th, 2009 by jf | comments No Comments | categories Filed in Tech, Web, Wordpress Devlopment

While building up my new WordPress theme, I wanted to display a list of random post for my blog footer. I have been searching a lot and got several plugins and ways to do this, but a last I found out the most simplest way.
Using the orderby=rand argument you can return a random list using [...]

tagsTags: ,