Ask Questions & Get Answers at ibibo sawaal

14

Rank

48306

9105

63

45

How to make the status line at the bottom of the browser to show a message when the mouse passes over a link?

Asked by manval prasa in Computers & Accessories at   8:47 AM on January 31, 2009

nksinghiitk's Answer

Step1
Generally the URL or address of the link is displayed when we mouse over on the links in the web page, but it is easy to change this browser feature.
Step2
Add the script window.status onmouseover on the link
Step3
onmouseover= "window.status='HOME Page';return true" onMouseOut="window.status='';return true">

Answered at 9:00 AM on January 31, 2009

Read all answers

How to Install Scripts for Greasemonkey?

Asked by manval prasa in Computers & Accessories at   8:46 AM on January 31, 2009

nksinghiitk's Answer

Step1
Begin by checking that you have both Fire Fox and Greasemonkey installed on your computer. If not, both can be downloaded off the web very quickly. Use a search engine to get the latest versions.
Step2
Open Fire Fox with Greasemonkey extension running on your computer. It is important to use your Fire Fox search engine even if others are running on your PC. It is a good idea to change your Internet settings so that Fire Fox becomes your default browser and home page.
Step3
Search the userscripts website to locate possible scripts you want to download. There should be a list of potential scripts related to website design, layout, preferences, and settings. Chose one script to get started.
Step4
Click on the icon of your chosen script and select "Install." Greasemonkey software should open and after a few seconds inform you that the script was successfully downloaded. If it doesn't, check that you have Greasemonkey installed correctly.
Step5
Return to the search menu to install other scripts. Remember not to use up too much memory or overload your browser. Choose custom setting to suit your individual needs and tastes.
Step6
Restart your computer to ensure all programs and scripts have properly installed before using them.

Answered at 9:00 AM on January 31, 2009

Read answer

How to get great offer on a computer?

Asked by manval prasa in Computers & Accessories at   8:45 AM on January 31, 2009

nksinghiitk's Answer

Can anyone tell me where i can find a cheap latop with the high speed internet on it. I am in need of a dell or compaq computer. No one haven't gave me any comments yet. If you know where i can get a cheap one please help me don't be afraid to help me.


Step1
Help me looking for cheap computer
Step2
If you know where i can find one please help me
Step3
I;ll be proud if i ever recieve my cheap laptop computer.

Answered at 8:56 AM on January 31, 2009

Read answer

How to define custom tab orer for the form fields.?

Asked by manval prasa in Computers & Accessories at   8:42 AM on January 31, 2009

nksinghiitk's Answer

Step1
Generally, when the user tabs from field to field in a form the order is the order the fields appear in the HTML code.However, sometimes you want the tab order to flow a little differently. In that case, you can number the fields using tabindex. The tabs then flow in order from lowest tabindex to highest.
Step2
In the form for the form fileds for which we want define the tabbing order define the value by specifying tabindex
Step3
tabindex for a form field like- input name="email" tabindex="1">

Answered at 8:53 AM on January 31, 2009

Read answer

How to Create a Javascript Link List: Have a List of Links on Multiple Web Pages without Having to Update it on Every Page When the Links Change?

Asked by manval prasa in Computers & Accessories at   8:41 AM on January 31, 2009

nksinghiitk's Answer

his comes in handy when you have a list of links on several pages of a web site. To update the list, all you have to do is update the JavaScript file and the links will be updated on all of the pages where the JavaScript is used.

Note: HTML is not allowed in articles posted to this site so do the following when copying code from the following instructions:

Replace all [ with <.
Replace all ] with >.

This will create a bulleted list.


Step1
Open your text editing program and type in the following code on the next two lines:

[!--
document.write('[ul ]');
Step2
Type in the following code on the next line replacing www.google.com with the URL you want to link to and the "Link to Google" text to reflect where this link is going.

document.write('[li][a href=http://www.google.com]Link to Google[/a][/li]');
Step3
Repeat the code above for each link on your list. (Each should be on a new line.)

Example:

document.writ e('[li][a href=http://www.google.com]Link to Google[/a][/li]');
document.write( '[li][a href=http://www.yahoo.com]Link to Yahoo[/a][/li]');
document.write(' [li][a href=http://www.msn.com]Link to MSN[/a][/li]');
Step4
On the last two lines, type in the following:

document.write('[/ul] ');
//-->
Step5
Save the file as "links.js" or whatever file name you choose. Just make sure you include the .js file extension.
Step6
Upload the .js file and put the following in the HTML code of your web page(s) where you want the list to appear:

[script language="javascript" src="../js/links.js"][/script]

" ../js/links.js" should reflect the path to where the .js file is located.

Answered at 8:53 AM on January 31, 2009

Read answer

How to detect time zone of Client?

Asked by manval prasa in Computers & Accessories at   8:43 AM on January 31, 2009

nksinghiitk's Answer

To gather visitor's time zone information, below is a short script the result of which can be stored in a cookie/a hidden field. Function returns client GMT offset hours.

Advantages of using client script are - you eliminate proxy location issues and daylight saving issues.



Step1
Add the following script in the HTML file.
Step2
function getDtTimeZone()
{
var rightNow = new Date();
var toDay = new Date(rightNow.getFullYear(), 0, 1, 0, 0, 0, 0);
var temp = toDay.toGMTString();
var date2 = new Date(temp.substring(0, temp.lastIndexOf(" ") -1));
var stdTime = (toDay - date2) / (1000 * 60 * 60);
alert("stdTime"+stdTime);
re turn stdTime;
}
Step3
Get the information stored and displayed as needed.

Answered at 8:55 AM on January 31, 2009

Read answer

How to Become a MCTS - .NET Framework 3.5, Windows Communication Foundation Applications?

Asked by manval prasa in Computers & Accessories at   8:39 AM on January 31, 2009

nksinghiitk's Answer

Step1
STUDY FOR EXAM 70–536: Study for Exam 70-536 - TS: Microsoft .NET Framework 2.0–Application Development Foundation. There are many options for this training, CLASSROOM TRAINING CLASSES: Learning Plan for Application Development Foundation by Using Microsoft .NET Framework 3.5 (Exam 70-536), Course 2956: Core Foundations of Microsoft .NET 2.0 Development (three days), AND Course 2957: Advanced Foundations of Microsoft .NET 2.0 Development (three days); MICROSOFT E-LEARNING: Collection 5161: Advanced development with the Microsoft .NET Framework 2.0 Foundation (16 hours), and Collection 5160: Core development with the Microsoft .NET Framework 2.0 Foundation (14 hours); OR MICROSOFT PRESS BOOKS: MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Foundation. More details on this exam can be found at http://www.microsoft.com/learning/e n/us/exams/70-536.aspx.
Step2
TAK E AND PASS EXAM 70–536: Take and pass Exam 70-536 - TS: Microsoft .NET Framework 2.0–Application Development Foundation. You can register for your exam through the Additional Resources Link Below.
Step3
STUDY FOR EXAM 70-503: Study for Exam 70-503 - TS: Microsoft .NET Framework 3.5 – Windows Communication Foundation Application Development. There are many options for this training, CLASSROOM TRAINING CLASS: Course 6461: Windows Communication Foundation (three days); MICROSOFT E-LEARNING: Collection 6461: Visual Studio 2008 Connected Systems: Windows Communication Foundation (20 hours); OR MICROSOFT PRESS BOOKS: Microsoft Windows Communication Foundation Step by Step, and Inside Windows Communication Foundation. More details on this exam can be found at http://www.microsoft.com/learning/e n/us/exams/70-503.mspx.
Step4
TAK E AND PASS EXAM 70-503: Take and pass Exam 70-503: TS: Microsoft .NET Framework 3.5 – Windows Communication Foundation Application Development.

Answered at 8:50 AM on January 31, 2009

Read answer

How to Use HREF JavaScript Links?

Asked by manval prasa in Computers & Accessories at   8:38 AM on January 31, 2009

nksinghiitk's Answer

HREF JavaScript links are used to create dynamic web pages. HREF JavaScript links offer visitors the ability to interact with a web page. This allows users the ability to update some contents, navigate from page to page and open new windows. HREF JavaScript links are commonly used in websites that require high interactivity such as forums, games and chat rooms.


Step1
Open your web page editor. A web page editor is a program such as Dream Weaver, Front Page and NVU. Open the page you want to add JavaScript to.
Step2
Add an HREF JavaScript button to your web page. Click on "Insert," then "Button" and choose "JavaScript" from the choices provided. Insert the parameters for the button such as what it will link to, what application it will perform and what the button will look like.
Step3
Connect HREF JavaScript links to text that appears on your web page. Find the text you want to link the JavaScript to. In front of the text, type in ". After the text, type in . "Xxx" represents the function you want the JavaScript to perform. Be sure to replace the "xxx" with the actual function.
Step4
Insert multiple HREF JavaScript links in a page quickly. Include a header that will activates the HREF Javascripts. Type in
.
Step5
Save the web page when you finish adding the script.

Answered at 8:50 AM on January 31, 2009

Read answer

How to find the number of characters entered in text area??

Asked by manval prasa in Computers & Accessories at   8:36 AM on January 31, 2009

nksinghiitk's Answer

Step1
We can find this using a simple javascript method whihc counts the number of characters skipping double spaces, or space/return
Step2
Add the script in the HTML page
Step3
Declare a counter and check the whole characters entered in text area in a while loop using substring skipping double spaces, space/return and increment the counter accordingly.

THe counter will mention the number of charcatres in the text area.

Answered at 8:47 AM on January 31, 2009

Read answer

How to control object in the Frames?

Asked by manval prasa in Computers & Accessories at   8:41 AM on January 31, 2009

nksinghiitk's Answer

Step1
First of: go to the frame where you want to insert the AS and right click it to select "Actions".
Step2
now instead of typing as an example. "on (enterFrame){"
type in "[object path].onEnterFrame = function (){"
this will put a AS in the object instead of on it.
Step3
That is it.

Answered at 8:51 AM on January 31, 2009

Read answer

Editor's Pick

Categories

sawaal signature
sawaal free visiting card