5,277 Posted Topics

Member Avatar for abathurst
Member Avatar for abathurst
0
223
Member Avatar for lewashby
Re: FCDN

So with regard to setting a static IP address on Ubuntu..I cannot be of assistance. With regard to the netgear router being smart enough... What you need to do is log into your netgear router and make sure that your DHCP range is only a subset of the local subnet …

Member Avatar for JorgeM
1
199
Member Avatar for LogicWeb

Are you familiar with jQuery? Showing/Hiding/Sliding/Toggling is a fairly easy to do!

Member Avatar for JJenZz
0
97
Member Avatar for compulove

So whether you assign NAT or bridged depends on your needs. NAT wil hide the guest OS from other nodes on your LAN, just like your Internet router does for you network hosts on the LAN. If you choose bridged, it places the guest on the same logical network as …

Member Avatar for CimmerianX
0
213
Member Avatar for shers

Why not just move the "class last studied" and overwrite the batch text so that your fields line up.

Member Avatar for shers
0
71
Member Avatar for ben.matthews18
Member Avatar for Dani
0
124
Member Avatar for suavedesign

The easist way is to use Yahoo's web player. you'll get the most compatibility using this. http://webplayer.yahoo.com/

Member Avatar for JorgeM
0
69
Member Avatar for heavyman
Member Avatar for mwood00
Member Avatar for mwood00
0
162
Member Avatar for Zeenat Jahan

Before you even start to develop the project, you need to know exactly what you are going to develop. It helps to get your datbase design completed and create a mock-up of how you want the web pages to look like. Then you develop the project in Visual Studio and …

Member Avatar for JorgeM
0
144
Member Avatar for BOBBYPARMAR

When you power up, do you at least see the Power On Self Test (POST) or other Motherboard booting process information. If so, have you tried to boot into Windows Safe Mode?

Member Avatar for yueyawan
0
141
Member Avatar for Violet_82

When you compress a file in Windows and you access it, Windows automatically uncompresses it for you during the access. This adds additional CPU power (not a big deal) and of course, you have to have enough space on disk during the decompression.

Member Avatar for JorgeM
0
84
Member Avatar for Techno22

You are saying that your computer will not run a file with the extenstion .exe? What error message do you see on the screen?

Member Avatar for Techno22
0
301
Member Avatar for Paulxh

Not sure exactly what you mean, but in any case, I think some of your selectors are not correct... For example, on line #4 you have: `.pdmenu li ul {position: absolute; left:100px; top:0; display:none}` I think it should be: `.pdmenu ul li ul {position: absolute; left:100px; top:0; display:none}`

Member Avatar for JorgeM
0
350
Member Avatar for efth

If one div is required, you can place a span element around the text that you want to format differently, then apply a style on that span element. Or you can do this with jQuery. Please clarify exactly what you are trying to do.

Member Avatar for JorgeM
0
82
Member Avatar for Kspears

Additionally, you may want to doublecheck that everything is clean on the computer by using a different anti-malware product. For example, from another computer, download a copy of MalwareBytes. then transfer the setup over to the laptop via USB. run it and make sure that its clean. Not all anti-malware …

Member Avatar for JorgeM
0
112
Member Avatar for seblake

There has been quite a few threads about this topic. The system as it is currently designed allows you to vote up or down by just using the arrows. If you hover over an arrow, type in a comment, then click on "Vote & Comment" you give Reputation or "Kudos" …

Member Avatar for seblake
0
129
Member Avatar for JRCharlie

If the computer is asking for a driver then it means that the computer thinks that there is new hardware. Did you connect something to your computer directly?

Member Avatar for JRCharlie
0
102
Member Avatar for santonu911

Scan your computer with one product at a time. You can get the results you are encountering when you have multiple AV products running at the same time.

Member Avatar for almostbob
0
211
Member Avatar for BeccaT

To get both divs to have the same height you can do so with JavaScript. Here is some code that you can use: <script type='text/javascript'> <!-- onload=function() { var divOne = document.getElementById('div1').offsetHeight; var divTwo = document.getElementById('div2').offsetHeight; if(divTwo>divOne){ divOne=divTwo; document.getElementById('div1').style.height = document.getElementById('div2').style.height = divOne + 'px' } else { divTwo=divOne; document.getElementById('div2').style.height …

Member Avatar for JorgeM
0
77
Member Avatar for Lizziebird
Member Avatar for DairyLee

> Why it didn't work with Nero express is beyond me, you'd have thought enabling CD-text whatever Nero programme was used would have done the trick. It should work using either.

Member Avatar for JorgeM
0
106
Member Avatar for lewashby

keep in mind that its not username@computername, its username@hostname. the reason why I am making this distinction is because the host name is a fully qualified DNS name, not just a computer name. For example, this string user1@Server1 is not the same as user1@Server1.domain.com. If you are fully qualifying the …

Member Avatar for JorgeM
0
162
Member Avatar for AskAtum
Member Avatar for srinath reddy

You may want to establish a webmaster's account with Google, and submit your site. You can then get more detailed information about Google's crawlers and other stats. www.google.com/webmasters/

Member Avatar for JorgeM
0
163
Member Avatar for Stuugie
Member Avatar for Ritesh_4

I would suggest that you unplug the hard drive and any other "non-essential" device from the motherboard. Try booting the system with the minimum (CPU and RAM) to see if you can get into the BIOS. Does the computer "beep"? If so, you can look up the beep codes to …

Member Avatar for Ritesh_4
0
117
Member Avatar for hwoarang69

The SQL Delete syntax is not correct. it should be: `DELETE FROM image WHERE image_id = '$image_id_g'` This will delete all rows that match the image_id value. If this field has unique data, then only one row will be deleted.

Member Avatar for JorgeM
0
107
Member Avatar for Seah247

What happens you choose the option to start Windows normally? Does it crash? Without recovery CDs, or the OS CD with Serial number, your options are limited: 1) Try to boot into Safe Mode, then launch the System Restore. Restore back to a date when your computer was working normally. …

Member Avatar for andreavr
0
355
Member Avatar for mani508

If you are using Visual Studio, the easiest way is to drop a repeater control on the page and use the data source wizard to populate the repeater control. Do you know how to write a SQL query that includes joins so that you can query data from multiple tables?

Member Avatar for mani508
0
200
Member Avatar for teknolog

I think its a drive problem even though you are not getting SMART errors. If you think your drive is good, purchase an additional SATA controller and plug the hard drive into a new controller to rule out an issue with your existing controller.

Member Avatar for teknolog
0
87
Member Avatar for agbenaza

Ok, there are several reasons for this. 1) you do not have TCP/IP installed (unlikely, but possible) 2) your system path was changed 3) you deleted ipconfig.exe from the hard drive (unlikely) Try this, open a command prompt. Start on the root of C: (`CD\` hit enter Navigate to "C:\Windows\System32" …

Member Avatar for agbenaza
0
132
Member Avatar for devilhacker

You would like to show the results on the same HTML page? Without any server side scripting on that HTML page, you can use JavaScript/Ajax to get results back from the web server.

Member Avatar for JorgeM
0
94
Member Avatar for jacob21
Member Avatar for Edward69
0
319
Member Avatar for careermakers
Member Avatar for poojavb

I dont see a kitten. I see your design. Maybe the kitten image is being cached on your browser. Did you upload the image with the same file name?

Member Avatar for poojavb
0
148
Member Avatar for Hiefy

Regardless of what the monitor can display for a max resolution, the max resolution you can set the display to will depend on the video card with its driver. If the manufacturer doesnt support the resolution you are trying to get to then, you'll need to find another video card …

Member Avatar for amazingnessn
0
143
Member Avatar for YancePants100

An easier, more common approach is to remove the hard drive that you think is "fried" from the system, and plug it into another working computer via an external USB connection. If you do not have the PATA/SATA to USB device, they run about $20.00 at the local computer store. …

Member Avatar for YancePants100
0
242
Member Avatar for bcarancibia

Try applying this set of properties for maximum compatibility across browsers. First remove the color attribute from the <hr> tag. Next apply this style in CSS. `hr {color: #FF0000; background-color: #FF0000;height: 1px; border:none;}` or if you just want to test it within the HTML page, `<hr style="color: #FF0000; background-color: #FF0000;height: …

Member Avatar for JorgeM
0
118
Member Avatar for Marcusflint

Which anti-malware did you try? What browser app/version is being affected?

Member Avatar for Marcusflint
0
110
Member Avatar for Exaktor

Maybe create YearBegin column and YearEnd Column, then in the application perform the logic to figure out that 2002 is within 2000 (Begin) and 2004 (end).

Member Avatar for pritaeas
0
103
Member Avatar for riahc3

If the storage is not local on the server, then you would need network connectivity to the remote storage. Firewall rules allowing traffic between the server and remote storage would be required. What exactly do you mean by "web storage"?

Member Avatar for riahc3
0
111
Member Avatar for proptiger
Member Avatar for newbie1234
Member Avatar for homestar_44

hello, First, on your next post, you may want to start a new post rather than asking a question in someone's else thread, espectially one that is inactive. OK, so in your case, the IP settings on both comptuers are most likely correct, but you may want to double check …

Member Avatar for JorgeM
0
429
Member Avatar for hwoarang69

You had some typos in your example. Basically, you were on the right track. Just as I mentioned in the other thread that you had, you needed to add some widths and heights to the divs. Then use the floats and clears to ensure the divs are placed in the …

Member Avatar for JorgeM
0
143
Member Avatar for mani508

You would store the values in at least two database tables. One table holds information about the item that you are liking/disliking. You keep track of the counter here. Another table would record whether the user liked/disliked an item. Then write code to enable/disable the like buttons depending on the …

Member Avatar for bharat_4g
0
1K
Member Avatar for muhammad ismail

Here is a link on the asp.net site that explains how to create a master page. If you have an existing page, you need to add the @Master directive and create the content areas so the other pages that use the master page can contain their own content. Just add …

Member Avatar for JorgeM
0
113
Member Avatar for sa1n

Yes, this can be done in as little as one page, but normally two. You will not be able to accomplish this with HTML alone. The easiest way is to pick a server side scripting language such as PHP, ASP.net, ASP, JSP, etc. You also need a database (MSSQL, MySQL, …

Member Avatar for sa1n
0
182
Member Avatar for spudly1987

The End.