5,277 Posted Topics

Member Avatar for mommymac60
Member Avatar for james.donaldson.562

Hello and Welcome. Your questions are contributions as well. Others out there have the same questions.

Member Avatar for falkopartey
0
192
Member Avatar for sandy.lovefist
Member Avatar for stocklii
Member Avatar for mattster
Member Avatar for hotelsinger

hello and welcome. I also came from a strong Sys Admin/Network Administration background. About a year or so ago, I began having an interest in Web Development. I also picked up ASP.NET/VB first without having a strong web dev background. My suggestion to you is to start with the basics …

Member Avatar for falkopartey
1
226
Member Avatar for AnnaWhite
Member Avatar for tapananand
Member Avatar for botlhalenaledi.legobere
Member Avatar for kiranbeethoju

Hello and welcome... just reading through the forumsJorgeM.

Member Avatar for falkopartey
0
49
Member Avatar for Lisa.Ghiorzi.Rathbun
Member Avatar for falkopartey
0
163
Member Avatar for gazikazibdsh
Member Avatar for StephenopolousINC
Member Avatar for kelvin.yong
Member Avatar for margoriecurtis
Member Avatar for ScarWars9
Member Avatar for JUSTIN2013
Member Avatar for harreymartin
Member Avatar for SCORPLYNN

Can you be more specific about the tests that failed? Hard drive, memory, etc..?

Member Avatar for sophiaya
0
58
Member Avatar for Malymieczek

The problem seems to be related to your use of floats. For exmaple, the logo div is set to float left, but the navigation is not. Keep in mind that when you use floats, you take the elements outside of their normal flow. Improper use of the float style will …

Member Avatar for JorgeM
0
198
Member Avatar for Kronos_2

Do you mean that you do not know what your ADSL username and password is? contact your provider.. Or do you mean being able to log onto the router itself?

Member Avatar for JorgeM
0
53
Member Avatar for Malymieczek

Can you explain what you mean by "form isnt made"? I do not see any form related stuff in the code you provided.

Member Avatar for Malymieczek
0
93
Member Avatar for Ernstabenteuer

You can download a 90 day eval copy on TechNet. http://technet.microsoft.com/en-us/windows/windows-8.aspx

Member Avatar for JorgeM
-1
123
Member Avatar for McLaren

Your problem appears to be with the first few rows of the table. especially these rows... <tr> <td style="text-align: justify;" rowspan="2" valign="bottom"> <p><strong>Eil.</strong></p> <p><strong>Nr.</strong></p> </td> <td rowspan="2" valign="bottom"> <p style="text-align: center;"><strong>Pareigų (pareigybės) pavadinimas</strong></p> <p><strong>&nbsp;</strong></p> </td> <td rowspan="2" valign="bottom"> <p style="text-align: center;"><strong>Etatų </strong></p> <p style="text-align: center;"><strong>skaičius</strong></p> <p><strong>&nbsp;</strong></p> </td> <td colspan="5" valign="top"> …

Member Avatar for cmps
0
161
Member Avatar for ravoras

Have you contacted the hosting support number to maje sure this will work with their datasource?

Member Avatar for siju kuriakose
0
252
Member Avatar for selmir

I assume that you are looking for a driver? If you cannot locate the driver from the vendor's website, there are other third party sites, such as driverguide.com. However, I am generally not fond of downloading software from external sites.

Member Avatar for rubberman
0
64
Member Avatar for priebd1

Are you sure you don't mean ASP.NET? While there are still quife a bit of ASP sites out there, new development is ASP is not common.

Member Avatar for JorgeM
0
996
Member Avatar for techyworld

Try this instead...on the form element. Then place your javascript validation code in the validateForm function. `<form action="process.htm" onsubmit="return validateForm()" method="post">`

Member Avatar for imran18
0
251
Member Avatar for GlenRogers

If you manually key in the URL in a browser window, the page will open as any other. If you call the login form from an existing page, one option is to use javascript to open a small browser window that's customized... #JavaScript Window.Open# `window.open(url,name,features,history)` # HTML Example - Popup# …

Member Avatar for GlenRogers
0
787
Member Avatar for pedroalmazan89

If you are sure that the hardware is connected correctly, I would suggest as the next step is to boot into the CMOS/BIOS setup utility to see if the motherboard can detect the storage devices. The problem here is that you are powering up the system and no bootable media …

Member Avatar for pedroalmazan89
0
184
Member Avatar for Duchess

That's nice, but what is it that you would like to discuss regarding Microsoft Windows?

Member Avatar for JorgeM
0
29
Member Avatar for nanda.oktavianus.35
Member Avatar for Proglearner

Well, the main purpose of this product, Varnish Cache, is to provide web acceleration. You can think of this as a reverse proxy service. When HTTP requests come into the hosting infrastructure, they pass through the varnish cache first. This infrastructure will attempt to respond to the requests using information …

Member Avatar for JorgeM
0
129
Member Avatar for mubarka

Hello mubarka, If you want to build an RSS feed via ASP.NET, I have sample code that you can freely use and adapt to your needs. The code is written in vb.net, but if you need it for c#, its easy to translate. Hope this helps. [Create an RSS Feed …

Member Avatar for mubarka
0
143
Member Avatar for Dili1234

I would agree. You can easily develop the email client in vb. You can also do the same with regard to the SMTP services, but with since there are already established SMTP services on the Internet, I would recommend you just go with that option. With this option, you dont …

Member Avatar for Dili1234
-1
149
Member Avatar for <M/>

Have you considered using the javascript switch statment? I prefer it when having more than one case to match. For the case that is a match, display the text. You could probably assign each color a number and store the questions in an array so retreival will be easier.

Member Avatar for <M/>
0
277
Member Avatar for mustare

Can you clarify what you are asking. "2 inputs 60 user LAN" doesn't make much sense.

Member Avatar for tosh82
0
45
Member Avatar for oluwole.peter.9

This may be an issue related to name resolution. It would be helpful if you had a diagram of your network and elaborate on your DNS configuration.

Member Avatar for oluwole.peter.9
0
270
Member Avatar for Octet

I am by far a sql injection expert, but from my understanding and experience, the vulnerability is not really SQL related. The issue is with the way you collect the user input and pass that input within the query sent to your sql data source. So i would say yes.

Member Avatar for Octet
1
264
Member Avatar for hchmeyer

As you may be aware, the most important thing at this moment is to not write to that drive any longer. I wouldnt even plug it into another computer. If these files are important, you may consider to work with a vendor that specializes in data recovery. If that is …

Member Avatar for JorgeM
0
167
Member Avatar for aldeene

To clarify... ASP and ASP.NET are a bit different. For you to be able to implement an asp.net website, you do need IIS to be running on the web server. In addition, the web server, must be configured properly to service asp.net (.aspx) web pages. Make sure that your files …

Member Avatar for JorgeM
0
169
Member Avatar for teckforce

My first thought is do you have to do this serverside? Have you considered client side javascript? Wut are the requirements for this task?

Member Avatar for teckforce
0
258
Member Avatar for movielinks
Member Avatar for TracyPortner
0
222
Member Avatar for rayidi

Can you elaborate on exactly what information you are trying to retrieve? If you do not include the id in your query, you will get a distinct list of titles. However, you want to know the ID of each distinct title. So, if you add in the ID column in …

Member Avatar for code739
0
242
Member Avatar for GlenRogers

A quick search online results in an example I found that appears to be inline with what you are asking about. Take a look at this: line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery

Member Avatar for JorgeM
0
91
Member Avatar for Abhijith11

Its a professional social network. LinkedIn connects you to your contacts and helps you exchange knowledge, ideas, and opportunities with a broader network of professionals.

Member Avatar for JorgeM
0
35
Member Avatar for nikhilsingh
Member Avatar for JorgeM
0
165
Member Avatar for thelostboy

You could store the files on one PC then share the resource for the other two. However, this requires that this one PC be turned on for the other two to access it. Another low cost solution is to purchase a network capable hard drive, rather than a dedicated server. …

Member Avatar for JorgeM
0
158
Member Avatar for thelostboy

Regarding the first question, my response would have been that it was related to the file associations. The most common cause of this problem is when a user right clicks a file and clicks on "open with" and they choose another program while leaving the check mark enabled for the …

Member Avatar for thelostboy
0
157
Member Avatar for Proglearner

There are a few techniques you can use to center an image. Text-align would work, but i generally use the technique of styling the image as a block element then applying a left and right margin to auto. Here is an example. In your stylesheet... img.center {display: block; margin: 0 …

Member Avatar for Proglearner
0
109

The End.