About Me
- vipulsoni
- Nadiad, Gujarat, India
- Hi Friends I am Vipul Soni, an Innovative web Designer & Developer with Excellent skills who thrives on challenges and is passionate for all areas of web Design & Development.
Thursday, 29 December 2011
Test Your Photoshop Knowledge #4 | Psdtuts+
Monday, 26 September 2011
Wednesday, 14 September 2011
Monday, 12 September 2011
amazing lookout of website... quite mind blowing
Amazing
Salute to tha designer of tha site
Monday, 15 August 2011
Sliding Boxes and Captions with JQuery
Wednesday, 15 June 2011
Tuesday, 14 June 2011
How to Disable back button after signout/logout
Tuesday, 24 May 2011
Asp.net Funda : Dynamically change the title of the page
---------------------------------------------
Page.Header.Title="Your Text";
---------------------------------------------
and it's done.
Enjoy...
Monday, 23 May 2011
changing images on mouseover using javascript - javascript onmouseout and onmouseover event handlers
The onmouseover event handler is used for generating various kinds of interactivity on web pages. It's most often used for image rollovers. Image change on mouse over is actually quite simple once we understand the logic.
- To start off, we make two images, one for mouseover and the other for mouseout.
- The image that signifies mouseout is displayed in the tag.
- The image is given a name using the NAME attribute of tag.
- This tag is surrounded by tags, which contain the onmouseover() andonmouseout() event handlers.
- When a mouse cursor is brought over an image, the event is captured byonmouseover(). This event handler changes the image to another by employing thesrc property of the Image object.
- When the mouse cursor is removed from the image, we utilize the pnmouseout() to capture the event. This event handler changes the image back to the original.
We'll now construct an image tag and give the image a name using its NAME attribute.
SRC="icon1.gif" NAME="but" WIDTH="100" HEIGHT="50" BORDER="0" ALT="...">
We use icon1.gif as the value for the SRC attribute since this is the image used for mouseout. The image is named but.
The two event handlers are placed inside the starting tag.
onmouseover="document.but.src='icon2.gif'" onmouseout="document.but.src='icon1.gif'"> SRC="icon1.gif" NAME="but" WIDTH="100" HEIGHT="50" BORDER="0" ALT="...">
As you would have guessed, images are a part the document object. The src property of the image object determines the source of the image.
Thus, when the mouse cursor is brought over the image, the event is captured byonmouseover() that changes the src property, icon2.gif in our case. The opposite happens when the mouse is taken off the image. You should also note that the image is refered to by its name. If this was not so, JavaScript would be confused as to which image to change!
Saturday, 7 May 2011
Friday, 6 May 2011
Thursday, 5 May 2011
Thursday, 21 April 2011
html funda : how to go to specific position of the page like wikipedia
Thursday, 7 April 2011
Wednesday, 6 April 2011
Drop down list in Update panel
<form id="form1" runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering ="true"/><div> </div><asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode ="Conditional" ><ContentTemplate><asp:DropDownList ID="DropDownList1" runat="server" DataTextField="fieldname" DataValueField="fieldname" autopostback="true" OnSelectedIndexChanged ="DropDownList1_SelectedIndexChanged"></asp:DropDownList><asp:DropDownList ID="DropDownList2" runat="server" DataTextField="Text" DataValueField="Val"></asp:DropDownList></ContentTemplate><Triggers ><asp:AsyncPostBackTrigger ControlID ="DropDownList1" EventName ="SelectedIndexChanged" /></Triggers></asp:UpdatePanel><asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode ="conditional" ><ContentTemplate><asp:Button ID="Button1" runat="server" Text="Button" /><br /><asp:Label ID="Label1" runat="server" Text="Label" Width="152px"></asp:Label></ContentTemplate></asp:UpdatePanel> </form>Here's the code from my form -<td><asp:UpdatePanel ID="updateRecipe" runat="server" UpdateMode ="Conditional" ><ContentTemplate><asp:DropDownList ID="JobDescription" runat="server" DataTextField="Text" DataValueField="val" Width="150px" CssClass ="grdData" AutoPostBack="True" OnSelectedIndexChanged ="JobDescription_SelectedIndexChanged"></asp:DropDownList> </ContentTemplate><Triggers ><asp:AsyncPostBackTrigger ControlID ="JobDescription" EventName ="SelectedIndexChanged" /></Triggers></asp:UpdatePanel>
Saturday, 26 March 2011
Friday, 25 March 2011
Thursday, 24 March 2011
CSS3 properties exposed in »transform« | css3files.com
Sunday, 13 March 2011
Thursday, 10 March 2011
asp tricks : Ajax-Animation Extender
--------
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
Step :-2 Style sheet to in use
--------
<style type="text/css">
.flyOutDiv
{
display: none;
position: absolute;
width: 400px;
z-index: 3;
opacity: 0;
filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0));
font-size: 14px;
border: solid 1px #CCCCCC;
background-color: #FFFFFF;
padding: 5px;
}
.flyOutDivCloseX
{
background-color: #666666;
color: #FFFFFF;
text-align: center;
font-weight: bold;
text-decoration: none;
border: outset thin #FFFFFF;
padding: 5px;
}
</style>
Saturday, 5 March 2011
Friday, 4 March 2011
Tuesday, 1 March 2011
Design Funda : Photoshop CS5 Short cuts
Quick List of Adobe Photoshop Tool Selection Shortcuts
Q = MAGIC WAND
E = ERASER
R = Rotate Tool (CS5), with the new snap tools, if you hold R and rotate, after you let got it will snap back to the same tool as you had previously
T = TYPE TOOL
Y = HISTORY BRUSH
U = VECTOR SHAPE
I = EYE DROPPER
O = DODGE AND BURN
P = PEN TOOL (drawing paths)
A = PATH SELECTION TOOL
S = STAMP TOOL (clone)
G = PAINT BUCKET/GRADIENT TOOL
H = HAND
J = HEALING BRUSH
L = LASSO
Z = ZOOM
X = SWAP BACKGROUND AND FOREGROUND
C = CROP
V = MOVE TOOL
B = BRUSH
N = NOTES
M = MARQUEE
[ = Make brush smaller
] = Make brush bigger
Text
Work Space
You can easily reverse it with Ctrl+Shift+I
Like?
Followers
Blog Archive
-
▼
2011
(56)
-
►
May
(8)
- Asp.net Funda : Dynamically change the title of th...
- changing images on mouseover using javascript - ja...
- jQuery - Creating a Slideshow | Switch on the Code
- How to bluff your way in DOM Scripting
- Graphics Hotfile FileServe & Rapidshare Downloads ...
- Photoshop Vs5 Serial Crack Download
- jQuery Text Effects | jQuery Plugins
- 3d Arrow Icons - Download 1,592 Free 3d Arrow Icon
-
►
March
(14)
- Tutorials | Switch on the Code
- FlowerText Photoshop Tutorial - part 3
- 50 Most Popular Free Fonts
- CSS3 properties exposed in »transform« | css3files...
- Free Web Resources – Web Resources Depot
- Design Funda : change the hair color of the photo ...
- asp tricks : Ajax-Animation Extender
- Mca all sem Results -VNSGU
- Design Funda : New Dimond Orgy-Photoshop cs5 Tutor...
- CSS drop-shadows without images – Nicolas Gallagher
- Design Funda : Photoshop CS5 Short cuts
-
►
May
(8)