Posts Tagged ‘Development’

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: ,

Web Stress Tool

June 14th, 2007 by jf | comments 1 Comment | categories Filed in .NET, ASP.NET, Software, Tech, Testing, Web, Work

Today I have been trying to web stress my development website using ACT from Microsoft. I am using Visual Studio 2005 Professional, and while taking a look to find this precious tool that was readily available in the previous version VS.NET 2003. I couldn’t find it. (uh!!! did i forget to install it ???? ) [...]

tagsTags: ,

Fiddler – HTTP Debugging Proxy

December 12th, 2006 by jf | comments No Comments | categories Filed in .NET, Software, Web

This is a quiet nice tool, that i have been using for sometimes now.
What is Fiddler?
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler is designed to be much [...]

tagsTags: , , ,