5,277 Posted Topics

Member Avatar for Kratoswoo

You have to check in your code whether a user is logged in or not. If a user is not logged in, redirect the user back to the login page. If you are able to "skip" the login process, that would indicate you are not handling this process.

Member Avatar for JorgeM
0
71
Member Avatar for rsridhar420

To clarify... There are some confusing responses in this thread. The OP is asking about getElementsByName not getElementById. document.getElementsByName() returns a HTMLCollection of all the elements with a given value for the name attribute, commonly used when targeting input elements.

Member Avatar for IIM
0
139
Member Avatar for utchia

Create a other variable that stores the click count. Every time you click, add o e to that variable. For example... clickTotal++; Then reference this variable for the array index... array[clickTotal] = value;

Member Avatar for paulkd
0
201
Member Avatar for nazmule27

So if you want to populate the sitemap from a datasource, one approach is to build a sitemap provider. Here is a tutorial online on how to complete that task: http://www.codeproject.com/Articles/16860/Building-a-dynamic-SiteMap-in-ASP-NET-2-0-for-a-la

Member Avatar for JorgeM
0
122
Member Avatar for doraemon

Unfortunately its challenging to answer you based on the description. You did indicate that it worked locally so at least you know your code works. Does this free provider have any documentation regarding support for data sources including connection info?

Member Avatar for doraemon
0
1K
Member Avatar for jelly46
Member Avatar for B0716L

If you want to center the div element, assign it a width and apply an auto left and right margin. For example... #a { width:800px;margin:0 auto;}

Member Avatar for B0716L
0
117
Member Avatar for NardCake

Lol. I thought it was a cuban only proverb "Cada loco con su tema"

Member Avatar for deceptikon
0
564
Member Avatar for Mr.M

> my problem is 1) providing a space where whenever there is new upload it will place it there on that space and also number it automatically What do you foresee as a problem here? You have to plan for storage space. Most providers will give you a set amount …

Member Avatar for Webville312
0
155
Member Avatar for David2012

> the process cannot access the file because it is being used by another process This simply refers to the fact that there is another process that is in control of the file. If you are just using notepad and a browser to display the results, this should not happen. …

Member Avatar for jlauer2003
1
548
Member Avatar for uzzal.dey.334

Yes, I would agree as well. While there are quite a bit of online resources, the best approach is to get a few good books on HTML, CSS, and JavaScript and work through the tutorials. HTML markup is fairly easy to learn. Start with a book that covers HTML5. Most …

Member Avatar for JorgeM
0
219
Member Avatar for jLamp

> In my office we have a Server So, if you have a Windows server running, Windows Server has a role called "Remote Desktop Services". When this role is enabled, it allows up to two remote desktop connections (RDP) and one console connection (logging in locally), without the need for …

Member Avatar for rajutech
0
290
Member Avatar for saucy6969

The site doesnt come up for me. Did you take it down? If you want to see how the site comes up on different browsers, try browsershots.com, or adobe labs.

Member Avatar for saucy6969
0
246
Member Avatar for vizz

I've done business in the past with GoDaddy. Actually, I would rate them as OK. I've had some problems in the past and their support (Level 1) likes to quickly provide responses like "clear your cache" and other non-sense which I assume fixes a lot of peoples issues out there. …

Member Avatar for LilyMims
0
323
Member Avatar for rakwel10

From my browsers.. IE9, Chrome 24.. I did not see a horizontal bar as shown in the pic above.

Member Avatar for rakwel10
0
716
Member Avatar for javacle

If you create a clear project plan outlining roles, responsibilities, and schedules, it shouldn't matter who on the team is smarter than who. Everyone on your team needs to know exactly what is expected of them. If you proceed "ad hoc", I can almost guarantee the project not meeting deadlines …

Member Avatar for chrishea
0
373
Member Avatar for turpentyne
Member Avatar for JorgeM
0
61
Member Avatar for StefanRafa0

It's likely that you also have a fragmented hard drive. Do you see the hard drive light either solid or blinking rapidly during this time? If so try deleting all temp files, creating space as needed, the. Try a defrag.

Member Avatar for Reverend Jim
0
255
Member Avatar for jspence29

It looks like you have an error that was caught by the console log. Also noticed that you have two references on the page to jQuery. You only need the one in the head section. ![f8dc1d72a1dbbed3b38c77e4705011e4](/attachments/large/3/f8dc1d72a1dbbed3b38c77e4705011e4.JPG "f8dc1d72a1dbbed3b38c77e4705011e4")

Member Avatar for pixelsoul
0
221
Member Avatar for Jollyyy100

It sounds like you want to show/hide content on your page. To have the type of dynamic interaction that you are describing, you'll need to incorporate JavaScript into your design. Once you learn JavaScript, using a library such as jQuery will make JavaScript coding a whole lot easier.

Member Avatar for Jollyyy100
0
408
Member Avatar for unikorndesigns

Your question is way too vague. You would have to provide a detailed list of requirements before anyone can really guide as to whether one is more appropriate over the other. I assume that this is for a personal project or just for learning? You seemed to have missed an …

Member Avatar for deceptikon
0
246
Member Avatar for tamim.dari.5

If you are unable to go down the path that CimmerianX is proposing, I do recall back in the day before there were consumer based routers that have built-in PPPoE clients, that I actually installed PPPoE software on my Windows computer and this software created a Virtual network interface. Then …

Member Avatar for Assembly Guy
0
476
Member Avatar for pratham3090
Member Avatar for masocha
Member Avatar for happygeek
0
190
Member Avatar for sameer074uhis

Unless you applied an encryption to either of those partitions, as an administrator, you cannot be locked out. If it is a permissions issue, you would be able to modify the access control list to allow the admin access. But again, if you applied encryption, you are out of luck.

Member Avatar for razib8bd
0
136
Member Avatar for BadManSam

Not sure what you mean by a RAM hard drive... i think you just mean RAM memory? In any case, its the Hard Drive (HDD) that would be replaced. When you install Windows again, you would use the serial that is listed on the sticker. I assume that the netbook …

Member Avatar for razib8bd
0
155
Member Avatar for Siberian

It should at least appear as a foreign drive in device manager. Hmmm. Does your USB interface require a special driver? Checked the vendor's website for support?

Member Avatar for razib8bd
0
157
Member Avatar for abhigna.pebbati

What did you try scanning with? You may want to download MalwareBytes and scan that drive for malware.

Member Avatar for razib8bd
0
177
Member Avatar for Tayoshik

So was this instance ever booting correctly? You can try booting from the DVD and perform a system recovery.

Member Avatar for jithinjohny
0
87
Member Avatar for solomonski

Is it possible that this task is being executed from a remote computer? Shutting down PCs remotely is easily accomplished.

Member Avatar for solomonski
0
130
Member Avatar for mzdz

A computer's components are generally managed by both heat sinks and fans.

Member Avatar for CimmerianX
0
46
Member Avatar for korathualex
Member Avatar for reichbc

Did you enable NAT on the public facing interface? Here is a video tutorial that may help you. [How to Enable NAT on Windows Server 2008](http://www.youtube.com/watch?v=nQhFbEPlRsU)

Member Avatar for JorgeM
0
179
Member Avatar for joao_pimentel

I am not certain that this model will have any type of DNS cache manangement in its Admin console. In any case, simply reboot your router. That will clear its DNS cache.

Member Avatar for JorgeM
0
187
Member Avatar for delphiman
Member Avatar for chris442

If you are describing a password needed to log onto Windows, you would have to log on with an account that has administrative priviledges, so you can administer the existing accounts. If you do not have that account, Microsoft provides no formal support on how remove the password, for obvious …

Member Avatar for jithinjohny
0
206
Member Avatar for davy_yg

Asp.net will run on IIS on a Windows Server. In addition to installing the IIS role, you need to enabled ASP.NET as well. You can do all of the from Server Manager during the process of adding the role (in the wizard), or after the fact using Programs and Features …

Member Avatar for geniusvishal
0
134
Member Avatar for MaryOlson

> they would send targeted traffic at regular basis No one sends you traffic. You may see traffic originating from the forum website if you posted a link back to your site and other members find your link appealing. Of course, if the forum site you posted on has a …

Member Avatar for AdamJack
0
387
Member Avatar for tygerwolf
Member Avatar for abuisamohammad

While there are third party tools you can use to reset the password, Microsoft provides no support for a lost password on XP.

Member Avatar for Reverend Jim
0
301
Member Avatar for navp

Have you considered pushing the footer down, aka "sticky footer"? The background is going to fill the display so I think the best approach is to have the footer move to the bottom. Here is a link to an online example: [Pushing a Footer to the Bottom of a Web …

Member Avatar for navp
0
242
Member Avatar for raavn111

These days, most of the consumer based printers do a fairly decent job with regards to printing. It sounds like you are looking for a multi-function device. HP is generally popular, but the other brands are just as good. Write down a list of features that are a must have …

Member Avatar for manojrea
0
105
Member Avatar for BRUNHILLE

The best way to improve PC performance is to upgrade your slowest component which is typically your secondary storage (hard drives).

Member Avatar for rubberman
0
239
Member Avatar for BRUNHILLE

The best way to improve PC performance is to upgrade your slowest component which is typically your secondary storage (hard drives).

Member Avatar for JorgeM
-1
155
Member Avatar for vinnitro

Is there a requirement to actually store the song within your database? Have you considered storing it to the file system and simply store information about the song and its location in a DB table?

Member Avatar for pixelsoul
0
701
Member Avatar for scotty.halupczok

> What would people recommend our internet speeds to be at with having 100 students using the computers each day and using programs that take up bandwidth? That's hard to say since traffic generated really depends on their activity not the amount of people. Generally, the person responible for the …

Member Avatar for caperjack
0
275
Member Avatar for dlgmu537

Well for one, it helps develop code quicker with less mistakes. In an enterprise/organization, that equates to more productivity at a lower cost.

Member Avatar for mike_2000_17
-1
128
Member Avatar for saleeou

You havent given much information at all to help you. Network performance is a very broad discussion point.

Member Avatar for rubberman
0
110
Member Avatar for anisha.silva

I dont beleive that anisha.silva is asking about email messages. This seems to be related to MVC if I am not mistaken. unfortunately, I do not have experience in this area.

Member Avatar for horosharp
0
484
Member Avatar for T4gal

Yea, that's correct. Its been dropped by IE10. However, you could always have the browser emulate IE9 behaviour, but I'm not saying that you should. Here is more information on MSDN about that: [Conditional Comments](http://msdn.microsoft.com/en-us/library/ie/hh801214(v=vs.85).aspx)

Member Avatar for T4gal
0
141

The End.