Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Your Email:

Debugging HTTP with Fiddler

in Web by Akash Mehta


Fiddler is a request inspector, form tamperer and general debugging proxy for HTTP. Fiddler enables web developers to monitor HTTP requests to their web application, watch request and response headers, tamper with query strings and form values, collect statistics and even rebuild and send new requests. It has inbuilt HTTPS support using a middle-man approach, and can even decode encoded request bodies, as well as render images, and view HEX values and XML.

Read More





Load testing your web application with Apache Bench

in PHP by Akash Mehta


Often you need solid metrics on the performance of your web application. Benchmarking your website can provide insight into which sections of your application might need major optimizations, and helps in dealing with scalability issues. Apache Bench, or ‘ab’, is a command line load testing utility which ships with Apache, and allows you to simulate load on a web server. In this tutorial, I’ll show you how to get started with ab.

Read More





Benchmarking PHP frameworks

in PHP by Akash Mehta


Over on the AVNet Labs blog, Ekerete Akpan has posted a few results from his recent framework benchmarks to much controversy. His tests covered a few major PHP frameworks, such as CodeIgniter, CakePHP and Zend Framework, along with baseline results for serving static HTML and procedural PHP versions of the same page. He also covered some basic Ruby on Rails, including Passenger (mod_rails?) and Ruby Enterprise. Here are some of his more interesting findings.

Read More





Free and Open Source Charting Libraries

in JavaScript by Akash Mehta


There aren’t too many free options for charting on the web, either client-side or server-side, that provide you with the actual charting code. We recently reviewed Google Charts, a web-based API for charting from Google. However, either for internal controls, or just simplicity of implementation, sometimes you need to do your own charting with a free software solution. Here are some of the better options, both purely JavaScript/Flash, as well as those with server-side bindings.

Read More





Design and Web Applications Pt. 5

in JavaScript by JonGos


We’ve been looking at what makes a good Web Application design good. We’ll continue that thought with Mint.com the financial account managing software.

Read More





Design and Web Applications Pt. 4

in Design by JonGos


Web applications are the commodity to deal in on the internet these days but what makes them successful isn’t always their function, often times design plays a huge role. Today I’m taking a look at five apps that exemplify various aspects of great Web App design.

Read More





Design and Web Applications Pt. 3

in Design by JonGos


Web applications are a growing trend in cloud computing but what makes the most popular applications, popular? I believe the answer lies in good design.

Read More





Design and Web Applications Pt. 2

in Content & Blogging, Design by JonGos


One critical factor many new start-ups forget is that half of creating a successful web app is making sure that its well designed and easy to use. In this part of our series we’ll continue looking at well designed web applications….

Read More





Design and Web Applications Pt. 1

in Design by JonGos


Web applications are all the rage these days as cloud computing becomes the standard way of doing things. Whether it’s Facebook apps, Web clients, Flash, Adobe Air Apps or anything else that’s becoming ubiquitous, a huge part of the development of these applications is design and what you an learn from the design of quality web applications is priceless. In this series of posts, I’ll spotlight five well known web applications and share the design aspects that I think make each unique.

Read More





WYSISYG Wordpress Theme Generators

in WordPress by JonGos


I’ll go out on a limb and say Wordpress is one of the finest software applications to come out this millennium. Its put the power of the press and the ability to reach thousands (or millions) of people in the hands of the people live never before. People from every walks of life can create powerful websites without needing to know a shred of code and it’s all open source. That said, for people who want to dig deeper and learn a little bit more about how to create their own themes, the process can be incredibly daunting. In took me ten posts just to cover the subject a few months back on this post. What Wordpress truly needs is a WYSIWYG editor to really empower people to get creative with their blogs!

Read More





Ask A Question
characters left.