5,277 Posted Topics

Member Avatar for techyworld

Do you have any code to work with as of yet? I am thinking that you can create a grid using a table or div element, assign each cell a unique id from 0-24. then, in your JavaScript function, reference each element ID within a for loop and then generate …

Member Avatar for Taywin
0
3K
Member Avatar for preetg
Member Avatar for preetg
0
156
Member Avatar for NoCodeMonkey

Since most employers require experience before hiring system and network administrators, this type of opportunity is a option to get that valuable entry on your resume. The work you will be doing will definitely vary by organization, but most importantly by who you are being managed by. Its ok to …

Member Avatar for code739
0
299
Member Avatar for Bolabode

You would have VPN servers on both sides of the WAN to create the encrypted tunnel.

Member Avatar for code739
0
175
Member Avatar for khiemkim.xuan

It could be me, but I am not following your question very well. Can you clarify what you mean by "email suggestion box"? Also with regard to your question about performance and jQuery... do you mean affecting performance for the client? Well, with regard to jQuery keep in mind that …

Member Avatar for khiemkim.xuan
0
234
Member Avatar for ziadkassam

Great summary Alexander! By the way, what is the brand of the router?

Member Avatar for ziadkassam
-1
147
Member Avatar for afari.bradford

You can refer to this Microsoft article for using an unattended file when promoting/demoting Domain Controllers. http://support.microsoft.com/kb/947034

Member Avatar for JorgeM
0
81
Member Avatar for earlxph8

The "gap" that you see is because you have a block element (<p>) within your table cells. If you do not want the paragraph elements to behave in that manner, then display them as inline elements. Here is an updated version of your code. In addition, I for the table …

Member Avatar for Biiim
0
343
Member Avatar for Tinnin

So, do you still need help with this question or did you resolve your issue?

Member Avatar for Tinnin
0
143
Member Avatar for lakshmi_suchi

Showing/Hiding an element using JavaScript/CSS is fairly simply. There are generally two properties that can be used to do this: display & visibility. Display will actually remove the element from the flow, where visibility just changes how it is seen. provide more information about what you are trying to do …

Member Avatar for JorgeM
0
219
Member Avatar for ibra.kitandwe

I am assuming that ibra.kitandwe is really asking about an anchor (hyperlink). So just to clarify, there is an HTML element for a link, not to be confused for an anchor. You can use the link element to define the relationship between a document and an external resource, such as …

Member Avatar for JorgeM
0
70
Member Avatar for hirenpatel53
Member Avatar for JorgeM
0
89
Member Avatar for Violet_82

Yes, you should be able to use 'lte' ->>> "less than or equal to". So for example.. <!--[if lte IE 9]> ... <![endif]--> Microsoft reference doc: [About conditional comments](http://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx)

Member Avatar for Violet_82
0
65
Member Avatar for xXExtrikerXx

If you boot into Windows Safe mode do you encouter the the issues? Have you recently swapped out any hardware, changed drivers, etc?

Member Avatar for adam_k
0
283
Member Avatar for Ryanb
Member Avatar for ravel100
Member Avatar for code739
0
75
Member Avatar for DamzWildfire

There is a duplicate post in the JavaScript forum as well. It would help if we can follow one thread.

Member Avatar for diafol
0
143
Member Avatar for castajiz_2

yes you are correct that in the scenario you described, you can just simply swap table1 and 2 in your statement and you can get away with just using the right or the left. however, in the bigger picture, you have to consider that you will first set up your …

Member Avatar for adam_k
0
225
Member Avatar for Lethugs

Are you getting an exact error message regarding why you cannot connect? A quick test to make sure that there is at least connectivit and that SQL is listening is from a remote computer that has the telnet client installed, open a command prompt and type .. telnet *ipaddressOfSQL* 1433 …

Member Avatar for Lethugs
0
1K
Member Avatar for grafic.web

One way is to have a hidden input element and assign the value to it. Then on the post-back or form submission, read the value server-side.

Member Avatar for Seacanoeist
0
114
Member Avatar for JorgeM

So what are the checkmarks about? Seems to be only in the Community Center topic. ![checkMarks](/attachments/small/3/checkMarks.JPG "align-left")

Member Avatar for <M/>
0
143
Member Avatar for code739

How do you plan on the system working? Are you going to build a web application where you can initiate the emailing process? Do you need to send emails out on a specific day on e a year or do you mean that will send out emails regularly but your …

Member Avatar for code739
0
266
Member Avatar for ManzarOx

You may want to look into the use of web fonts. The downside is that while most browser support it, web fonts are **not supported by IE8 or earlier**. I have a sample of how to implement web fonts and an example of how it would render on the screen …

Member Avatar for <M/>
0
382
Member Avatar for techyworld

Here is a simple JavaScript timer that you can adapt. <!DOCTYPE html> <html> <body> <div id="myTimer"></p> <script> var sec = 5; var myTimer = document.getElementById('myTimer'); window.onload = countDown; function countDown() { myTimer.innerHTML = sec; if (sec <= 0) {return;} sec -= 1; window.setTimeout("countDown()", 1000); } </script> </body> </html>

Member Avatar for JorgeM
0
126
Member Avatar for baladevan

Can you clarify what you are asking for? What operating system are you referring to?

Member Avatar for rubberman
0
114
Member Avatar for Tinnin

We would need to see the HTML. Have you checked to make sure your HTML elements have the proper IDs, case sensitive?

Member Avatar for Tinnin
0
136
Member Avatar for Tinnin

You need to assign a width as well. {width:##px:margin:0 auto;} As an example.

Member Avatar for Tinnin
0
100
Member Avatar for subtlehulk
Member Avatar for Petcheco
Member Avatar for Thermalnuke

For some reason I had some trouble on the border width property with JavaScript alone. I had no problem extracting the info using jQuery. hmmm, i'll need to research that some more in detail, but in the mean time, here is a cleaned up version of your code with one …

Member Avatar for JorgeM
0
104
Member Avatar for natedawgwadup

Yes because the internet router component is not required for file sharing. The ports on the back of the router are actually part of the layer 2 switching component. As long as both computers get an IP address configured, you can set up the sharing of resources on your computer(s).

Member Avatar for rch1231
0
132
Member Avatar for JwAlstrom

There is no upgrade path from 32 to 64 bit. It actually requires a clean install and then you would have to restore files. Im pretty confident that its going to require you to pay for the new license. Sorry, im not familiar with the branded version... Or do you …

Member Avatar for JorgeM
0
346
Member Avatar for Wailintun

Which header bar? Do you mean navigation menu? Did you take a look at the page's source code to give you an idea?

Member Avatar for JorgeM
0
62
Member Avatar for ramkrishna.dhakad

All you have provided is your jQuery code. While the issue can be within your code, it can be in your HTML and in your script references, etc. do you have the web site online? Or on jsfiddle so we can see the entire code?

Member Avatar for diafol
0
205
Member Avatar for ash07

It is critical that you develop the business process prior to developing the website application. I would tend to think, based on your description that a user would register on the site and indicate whether they are a member or non-member. There must be some work-flow from that point to …

Member Avatar for ash07
0
200
Member Avatar for Dani

Apache error? The error you listed appears to be generated from a Microsoft Windows ISA server??

Member Avatar for CimmerianX
0
1K
Member Avatar for saurabh.mehta.33234

@saurabh.mehta.3324 - I suspect that petterrock really meant to write "such" instead of "suck". In any instance, the purpose of the response really seems to be to get the signature displayed in the thread.

Member Avatar for saurabh.mehta.33234
0
92
Member Avatar for jasonmark238
Member Avatar for vinodvinu

I would most definately suggest that you build this within a VM system. The multi-boot configuration adds an additional complexity when compared to that of a VM design. I typically use Oracle's VirtualBox application. Its free, easy to use and is compatible with many VM guests.

Member Avatar for caperjack
0
277
Member Avatar for orlandomelissa
Member Avatar for locksmithles
Member Avatar for PriteshP23

Here is an example I keep handy...feel free to use and adapt... The header and footer's width will be set to 100%, but the content will have a set width with its left and right margins set to auto. <!DOCTYPE html> <html> <head> <style> * {margin: 0;} html, body {height: …

Member Avatar for Steve hasting
0
401
Member Avatar for herge
Member Avatar for saucy6969

I'd like to help but I'm having trouble following along with your code. With regard to your question.. >when clicking on the Boarding House Reform button on the right hand side of the page, it opens up without the frame around it. No other pages do that. The reason is …

Member Avatar for JorgeM
0
206
Member Avatar for korathualex

>check outlook software exists in asp.net on button click code behind.... Your description is not clear. What do you mean by check outlook software exists in asp.net?

Member Avatar for JorgeM
0
47
Member Avatar for Proglearner

So when sites post their stats online about their users', you have to consider what type of site they have. You have to think about the fact that visitors that access W3Schools, may be more inclined to have different browsers since these visitors are more likely to know about web …

Member Avatar for JorgeM
0
164
Member Avatar for neoanomally

Can you provide a link to this website so that we can look at the source code or provide the relavent code here by posting it, or upload the code to jsfiddle.

Member Avatar for neoanomally
0
280
Member Avatar for SyncMaster170

So you basically need to use some form of join. When you say..."gives me all the info from table_1 for each account and also table_2's column that is associated with each account.", you need to be more specific.. If you want to show every row in table1 and match that …

Member Avatar for JorgeM
0
145
Member Avatar for Leo G

Is it possible that someone hit the reset button on that device. All of these types of devices usually come with some small button on the appliance that will reset the box back to defaults. The label "reset" could easily be confused with "reboot"

Member Avatar for Leo G
0
180
Member Avatar for korathualex

You will need to restate your question and provide more information. Also, did you post this to tbe correct forum, this section is for asp.net?

Member Avatar for JorgeM
0
52

The End.