Pages

Wednesday 21 February 2018

How to do a form POST call in Fiddler?

Select POST type from the drop down menu
Put your Url Endpoint
In the header section put content type as below:-


HEADER
Content-type: application/x-www-form-urlencoded


REQUEST BODY

firstname=aaa&lastname=bbb

Click Execute

Thursday 26 September 2013

Prestashop v/s Magento


Well i have used prestashop and magento , both for building e commerce sites. But i love prestashop more than magento . Here are the reasons:-

Tuesday 9 October 2012

How to create html css template layout?

For beginners to study html and css is pretty easy.

For html coding you can use any html editor like dreamweaver or something like that.

Now lets create an html with css coding....

We are going to create a table less design using css.


First of all create an outline of your template using photoshop .

Saturday 29 September 2012

How to create a dynamic website easily?

Are you in search of  creating a dynamic site for you? Here are the tips....

I am recommending joomla . You can use any of the opensource cms like joomla , wordpress, drupal etc

If you are a newbie i would recommend you to first try in your system and then uploading the entire site to server.

For joomla we need to download latest version of joomla from here.
Then we need a server to run the script.For that, download wamp server from here
Ok done.

Now we need to install wampserver into your Xp or vista. Install it as a regular program. Now open and it will show a new icon on your taskbar like below

Friday 28 September 2012

How to create a static html site by editing templates?

Do not know how to create a static html page for you???

Ok lets see how it can be done easily.

If you are not at all familiar with html, my suggestion is that download a free html template from the internet.Just google " free html css template " and you will get many sites providing free html.

Look for the design you like most and download it .

Most probably the file will be in .zip or .rar format. Extract it and you can see some folders named css,img etc and some html pages too.

Now you need is an IDE editor to edit html pages. I recommend Adobe Dreamweaver. It is very easy and has many built in features. You can download its demo version from adobe's site.

Open the web page in adobe and you can see the design section and coding section simultaneously.




Sunday 19 August 2012

Which type of website you need?


Hi ,

Today am going to share my experience in building a website. The title  "How to build a website???" might seems to be childish since today even a small child can build a website .

But am sharing something different.

For an individual or company, they can either choose a static or dynamic website.