Posted by Nantharupan
on
11:39 AM
You may encounter the issues of linking one PDF file to the power point presentation. Its pretty simple, Follow the steps :)
- Select the text or object you want to use to link to the PDF file
- On the Insert tab, in the Links group, click Hyperlink
- Under Link to, Click Existing File or Webpage
- Select the PDF file you want to link and then click Ok
- Verify the link
Reference
Posted by
Nantharupan
on
2:56 PM
in
Util,
Windows 7
Step 1: Download .ico file or create a .ico file
Step 2 : Right clikc on the folder you want to change and click Properties
Step 3 : go to Customize tab and click Change icon
Step 4 : Click browse and give the location of your .ico file
Out come will be some thing similar to following. Cool :)
Posted by
Nantharupan
on
1:13 AM
in
HTTP,
Web
In the web world there are many methods used by HTTP. Following are the main methods for HTTP/1.1 specification. Every methods implemented for a specific reason. Every method have pros and cons as well. we can catercorised these methods into two divisions ass follows
1. Safe methods - GET, HEAD
2. Idempotent Methods- DELETE, GET, PUT, HEAD, OPTION TRACE
Methods
- GET
- POST
- HEAD
- PUT
- DELETE
- TRACE
- CONNECT
- OPTION