Web Hosting | Hosting News Blog

Archive for April, 2008

Simple JSP page Example

Monday, April 28th, 2008

Here is the simple Java tip exemplify an illustration of a Quintessential JSP page. A JSP page consists of template text with embedded JSP elements. Template text is automatically written to the output stream while the embedded JSP elements are executed.
<html>
<head>
<title>A Simple JSP Page</title>
</head>
<body>
<pre>
This is template text; it is automatically written to the output
stream.
<hr>
<%– This [...]

Firefox Easy Shotrtcut

Saturday, April 19th, 2008

Mozilla’s Firefox web browser offers much more customization ability than IE and other browser ever did. Here are some of the coolest  firefox, shortcut & tricks which are easy to use and can saves your time.
Keyboard shortcuts

Command
Windows
Macintosh
Linux

Add Bookmark
Ctrl+D
Cmd+D
Ctrl+D

Back
Backspace
Alt+<-
Backspace
Cmd+[
Cmd+<-
Backspace1
Alt+<-
Ctrl+[

Bookmarks
Ctrl+B
Ctrl+I
Cmd+B
Ctrl+B

Caret Browsing
F7
F7
F7

Close Tab
Ctrl+W
Ctrl+F4
Cmd+W
Cmd+F4
Ctrl+W
Ctrl+F4

Close Window
Ctrl+Shift+W
Alt+F4
Cmd+Shift+W
Option+F4
Ctrl+Shift+W
Alt+F4

Complete .com Address2
Ctrl+Enter
Cmd+Return
Ctrl+Enter

Complete .net Address2
Shift+Enter
Shift+Return
Shift+Enter

Complete .org Address2
Ctrl+Shift+Enter
Cmd+Shift+Return
Ctrl+Shift+Enter

Copy
Ctrl+C
Cmd+C
Ctrl+C

Cut
Ctrl+X
Cmd+X
Ctrl+X

Decrease Text Size
Ctrl+-
Cmd+-
Ctrl+-

Delete
Del
Del
Del

Delete Individual Form Auto-Complete Entry
Shift+Del
Shift+Del
Shift+Del

DOM Inspector
Ctrl+Shift+I
Cmd+Shift+I
Ctrl+Shift+I

Downloads
Ctrl+J
Cmd+J
Ctrl+Y

Find [...]