5,277 Posted Topics

Member Avatar for nenita1

Well there are over a million members here so its a good place to start. Welcome...

Member Avatar for <M/>
0
151
Member Avatar for ealwaqfi

You connect to them using client software. To connect to a web server, use a browser. To connect to an FTP server, you can use an FTP client. For email same thing, use a mail client such as Outlook (if your are running Windows).

Member Avatar for JorgeM
0
125
Member Avatar for Aryan_2

If this happened to me, I'd redo the installation by booting to the Win7 media and perform a clean installation. Before I do that I would ensure that my data on the drive was backed up. If you have data, you could easily connect this drive to another PC via …

Member Avatar for JorgeM
0
99
Member Avatar for joshl_1995

> F.Y.I: I have never worked with servers before so I don't know how they work I only know what they look like so I don't know if all servers have one computer running it all. A server or a workstation really has little difference other than the role of …

Member Avatar for joshl_1995
0
476
Member Avatar for jtodd

I've done something similar in the past with a web application where a user clicks a buton to export data displayed in an asp.net gridview (populated by SQL) to an Excel spreadsheet. You have the data in SQL. You need some type of program to export, maybe a vb.net or …

Member Avatar for Reverend Jim
0
267
Member Avatar for BadManSam
Member Avatar for BadManSam
-1
798
Member Avatar for spluskhan

Your responses so far have been that you get an error.. Have you fixed those items and can you provide more details with regard to the error?

Member Avatar for diafol
0
376
Member Avatar for inavas

If the router is functioning as your perimeter device connecting your WAN to your LAN, yes I'd see the firewall connected to your LAN port since the WAN port is being connected to your provider. What exactly doesn't work? Did you set up the interfaces correctly on the router and …

Member Avatar for CimmerianX
0
236
Member Avatar for <M/>

I would think you'd want to test the value or make sure its not empty since you can visit a page by just opening a browser and typing in the URL. There would be no referrer in this case. I would assume that is what broj1 means when he says …

Member Avatar for broj1
0
164
Member Avatar for silvercats

What do you mean exactly by... "and that 1 button should be able to change links on clicks. " I dont understand that statement...

Member Avatar for ryantroop
0
213
Member Avatar for ACRDepos

The "parent" container doesn't vertically "expand" as you describe because the "infobox" div is "floating". When an element is set to float, its taken out of the normal document flow. There are several ways to fix this. I would **not** set it to display:table. Try this... remove the display:table and …

Member Avatar for ACRDepos
0
2K
Member Avatar for TonyG_cyprus
Member Avatar for <M/>
0
370
Member Avatar for santakdalai90

I beleive your problem is with the /savecred switch. I dont think you need it. Since you are using the /persistent switch, I dont see why you need the /savecred as well. The /persistent:yes saves all connections as they are made, and restores them at next logon. Also on your …

Member Avatar for santakdalai90
0
3K
Member Avatar for inavas
Member Avatar for glight98
Member Avatar for JorgeM
0
141
Member Avatar for John Corner
Member Avatar for vividiah
Member Avatar for Carlosherre

Also some other obvious things to check... The relative paths you referenced are correct? There is a vid folder at the same level within the folder structure?

Member Avatar for joe231
0
201
Member Avatar for riahc3

I am sure that the administrators appreciate some constructive critism. Feedback is definately how products improve. However, there is no need to use certain colorful adjectives with describing the features you dont like or dont work well for you. If this forum sucks that bad, then you also have the …

Member Avatar for riahc3
0
1K
Member Avatar for cgull

Since this is a jQuery question... can you provide the HTML that is the result of running your page? OR if you have this online, provide the URL..

Member Avatar for pixelsoul
0
504
Member Avatar for Malymieczek

>however when I try to connect from another computer, I cannot. If you are on the same local network, you will be able to connect to this computer by its IP address, not 127.0.0.1. You need to find out what's its address is. If you are trying to connect from …

Member Avatar for TomH.PG
0
316
Member Avatar for athman

What do you mean by "handshake" code. I'm not an expert in CSS, but I've never heard of such a thing.

Member Avatar for EvolutionFallen
0
873
Member Avatar for Pravinraj
Member Avatar for dolfinchris

I think that W3Schools is OK for a first pass at learning HTML. Its most definately not the best source for reference. For that, go directly to the W3C's site.

Member Avatar for crescendo
1
171
Member Avatar for lloydsbackyard

Use clients side and server side techniques. First, you can use HTML5 input type number to restrict only number entries: <input type="number" name="txtBox1" /> This will work only in browsers that support this HTML5 input type. Next is JavaScript... function isNumber(e) { var char = (e.which) ? e.which : event.keyCode …

Member Avatar for JorgeM
0
214
Member Avatar for w33n

I dont have time to take a look at this in detail, but I imaging that you have some items within that wrapper that are set to float, or you are using positioning which both of these takes the items out of their normal flow. There are several ways to …

Member Avatar for theHop
0
129
Member Avatar for Dharmendra_1

So as you can see, its not supported on IE8, The border-radius property is supported in Internet Explorer 9+, Firefox 4+, Chrome, Safari 5+, and Opera. What element in particular are you trying to create a border for?

Member Avatar for cmps
0
141
Member Avatar for splacksplack

There's no "Hello World" string in your code. This leads me to believe that either you are running a different page/code, or you have not saved your changes, or haven't uploaded your code to the right place, etc..

Member Avatar for JorgeM
0
268
Member Avatar for selasiak

Rather than dual-booting, why dont you install Windows 2008 R2 as a guest VM? I'd suggest that you use a virtualization app such as Virtualbox. It supports 64bit guest VMs. Advantages to the VM design: 1. This will allow you to run multiple operating systems at the same time 2. …

Member Avatar for HaiderMalik
0
316
Member Avatar for DaniwebOS

In ASP.NET, a form will allow you to post data, but it will post data to the same page unlike other server-side scripting languages. There are many options for getting values from one page to a different page. For example, you can store the values the user has provided in …

Member Avatar for JorgeM
0
124
Member Avatar for athman

You'll need to attempt to write the code yourself, the. Post it in the thread with specific questions a out help you need with issues. No one is going to do your assignment for you. Members are willing to help if you out effort.

Member Avatar for athman
0
48
Member Avatar for aliashraf84

What is the actual problem you are having? Do you have a network setup? If so, you can use a typical CAT5/6 cable to plug into a switch port, or a jack on the wall that runs back to the network equipment.

Member Avatar for rubberman
0
194
Member Avatar for Captain119
Member Avatar for chrispitt
Member Avatar for BadManSam

Here's an idea... Why not validate this client side before you allow the user to submit the form? For example, when a user accesses this page, in the response, include a hidden input element that stores the username. When the user clicks on the submit button, check to see if …

Member Avatar for BadManSam
0
231
Member Avatar for sanbhu2105

I suspect that line 7 results in false and that is why nothing is happening. You can put in an else block and out something in there to help you figure out if the statment is false like a echoing something just to test.

Member Avatar for diafol
0
240
Member Avatar for earlcools

it would help if you post what code you have so far so we can see exactly what you are doing and provide guidance on how to fix it. However, in general... >Example if someone types "John" in a txtFirstName.text I want to print "Thank you , John " on …

Member Avatar for BMXDad
0
114
Member Avatar for shehaniSilva

For quite some time now, the standard on te LAN has been Fast Ethernet implemented as a physical and logical star. Other LAN topologies such as Token Ring and Standard Ethernet (bus topology) are no longer being implemented on the typical LAN. There are other types of topologies as well. …

Member Avatar for omar.iddi.3
0
164
Member Avatar for PixelatedKarma

Filtering is generally addressed at the application, server, or network layer. In this case, since you are trying to restrict a portion of an application, while it can be done at the network layer say with a layer 4-7 capable firewall, its most likely going to be a lot easier …

Member Avatar for JorgeM
0
638
Member Avatar for sireiz

Once a server is promoted to a domain controller, you can **no** longer create local accounts on servers that change their role to domain controllers. From this point, you would have to create domain accounts (member servers and workstations can still have local accounts). You will need to log into …

Member Avatar for Fowomola
0
198
Member Avatar for ganesh wadkar
Member Avatar for Chipper11

While many try using these methods for page ranking, the reality is that quality sites on the internet that have high page rank, generally have a lot of visitors and quality content. You really dont see the facebooks and twitters of the Internet bother with these techniques.

Member Avatar for Fawaz_1
0
330
Member Avatar for GrimJack

With regard to allowing the government to read your email or track your whereabouts... While I have nothing to hide either, that doesn't mean I want to give the government the power to do so. The government is made up of people, and people with power is dangerous. At what …

Member Avatar for diafol
0
624
Member Avatar for jovstudios

On line 15, you performed your query, but I don't see where you checked to see if there was a match. You didn't check the result against anything.

Member Avatar for diafol
0
188
Member Avatar for niki.kabra.31
Member Avatar for grazzie.phett
Member Avatar for shanaka995

Do you mean you are looking for an affliate? In my opinion, that is going to depend on what content you are publishing on your website. You should partner with affliates that have products you recommend to your visitors, and those produts you actually stand by and beleive in. Otherwise, …

Member Avatar for ellena980
0
120
Member Avatar for darmik
Re: newa

Hello there... If you want to really participate on this site, you'll need to make threads with clearer content. Your first post is useless to yourself and this community.

Member Avatar for JorgeM
0
30
Member Avatar for silvercats
Member Avatar for shapeape

> ... but it submitting the form causes the page to reload.... The same page is loading because your form's action attribute is specifying that the target page is itself. action="<?php $_SERVER['PHP_SELF'];?>" Reference --> http://php.net/manual/en/reserved.variables.server.php

Member Avatar for shapeape
0
244

The End.