Gmail Down
May 8th, 2009 by jf |
1 Comment |
Filed in Tech, Web
1 Comment |
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 [...]
No Comments |
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 [...]
Tags: Development, WordPress