Css 2 column layout

Simple 2 column CSS layout This is a tutorial on how to use CSS to create a simple two column layout.. The layout consists of a header, a horizontal navigation bar, a main content column, a sidebar, and a footer. It is also horizontally centered in the browser window. A pretty basic layout, and not at all difficult to create with CSS once you know how to deal with the inevitable Internet Explorer bugs. To see the full CSS used for each step, view... [Read More...]

Update Resources of dll,exe files

Do You want to update the resources which are present inside pe files (.exe,.dll and others) . Well you can use Window’s Beginupdateresource, Updateresource and Endupdateresource function which can do this task easily. Things you need to know The path of the file whose resources you are updating The language of resource (like english french etc which are represented by a number like 1033 stands for english) The name of the resource (Keep... [Read More...]

Using photoshop to design webpages

Here you can find best photoshop tutorials on how you can create best webpage layouts . http://vandelaydesign.com/blog/design/website-layout-photoshop-tutorials/ For Best Webpage header tutorials . http://www.hongkiat.com/blog/31-practical-web-interface-design-tutorials/ 40 greatest header and footer tutorials for photoshop (Must see) http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/  Read More →

IdealProgrammer.tv

IdealProgrammer.tv A new platform for developers to learn various programming technologies , upload their videos and share the videos What’s More ? You can now create your own blogs at idealprogrammer.tv You can upload Your videos or embed videos from your youtube channel or any other website. You Can also upload/share images and audio You can send private messages to other members and create your own groups.  Read More →

ondblclick JavaScript (JS) Example: HTML DOM Objects – Event – ondblclick JavaScript (JS) Example

ondblclick JavaScript (JS) Example: HTML DOM Objects – Event – ondblclick JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the ondblclick Event. View Other Attributes and Handlers for DOM Events Prerequistes: Install Visual Web Developer 2008 Syntax: Object.ondblclick=”yourjavascriptcode()” – Allows you to know when double click event occurs. Restrictions: None Notes: You can build... [Read More...]

onClick JavaScript (JS) Example: HTML DOM Objects – Event – onClick JavaScript (JS) Example

onClick JavaScript (JS) Example: HTML DOM Objects – Event – onClick JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the onClick Event. View Other Attributes and Handlers for DOM Events Prerequistes: Install Visual Web Developer 2008 Syntax: Object.onClick=”yourjavascriptcode()” – Allows you to know when text or selection for element has changed. Restrictions: None Notes: You can... [Read More...]

onChange JavaScript (JS) Example: HTML DOM Objects – Event – onChange JavaScript (JS) Example

onChange JavaScript (JS) Example: HTML DOM Objects – Event – onChange JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the onChange Event. View Other Attributes and Handlers for DOM Events Prerequistes: Install Visual Web Developer 2008 Syntax: Object.onChange=”yourjavascriptcode()” – Allows you to know when text or selection for element has changed. Restrictions: None Notes: You... [Read More...]

onBlur JavaScript (JS) Example: HTML DOM Objects – Event – onBlur JavaScript JS Example

onBlur JavaScript (JS) Example: HTML DOM Objects – Event – onBlur JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the onBlur Event. View Other Attributes and Handlers for DOM Events Prerequistes: Install Visual Web Developer 2008 Syntax: Object.onBlur=”yourjavascriptcode()” – Allows you to know when element has lost focus. Restrictions: None Notes: You can build your own library... [Read More...]

onAbort JavaScript (JS) Example: HTML DOM Objects – Event – onAbort JavaScript (JS) Example

onAbort JavaScript (JS) Example: HTML DOM Objects – Event – onAbort JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the Event onAbort . View Other Attributes and Handlers for DOM Events Prerequistes: Install Visual Web Developer 2008 Syntax: ImageObject.onAbort=”yourjavascriptcode()” – Allows you to know when user has stopped the loading of an image by: 1. clicking link; 2. clicking... [Read More...]

HTML DOM Event Object Examples JavaScript (JS)

Button Object Examples: HTML DOM Event Object Examples – Javascript JS Purpose: – Illustrates the JavaScript syntax for working with the Event Object. The Event object allows you to access properties related to events Event Object Examples Event Handlers onabort Event happens when loading of image is interrupted. onblur Event happens when an element loses focus. onchange Event happens when the content of a field is altered. onclick Event... [Read More...]

value JavaScript (JS) Example: HTML DOM Objects – Button Object – value JavaScript (JS) Example

value JavaScript (JS) Example: HTML DOM Objects – Button Object – value JavaScript (JS) Example Purpose: – Illustrates the JavaScript syntax for the Button Object value Property . View Other Button Object Properties Prerequistes: Install Visual Web Developer 2008 Syntax: ButtonObject.value=”texttodisplay” – Allows you to access the text to display on button. Restrictions: None Notes: You can build your... [Read More...]

« Previous PageNext Page »