Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

28 Posted Topics

Member Avatar for mikeandike22

we, i have used bulletproof ftp, its available for free trial download. Its very self explanitory. Simply download it then go though the install routing. when you add users to it, you specify what directories they have access to i.e. where they can download from. each username have be specified …

Member Avatar for uyapark
0
258
Member Avatar for cmills83

it is nice and easy... if you get a router with a modem built in.. make sure it has a firewall enabled... otherwise if 1 computer connects to tinternet, and the otehr computers connect thought it.. make sure that computer has a firewall on it. Firewalls are not optional unless …

Member Avatar for why_owee
0
223
Member Avatar for steven

sadly you have missed the point of asp.net you are using traditional html tags which renders asp.net useless. read up on server controls. <form runat=server> <asp:button id=button1 runat=server> </form> -- in the page load add: button1 .Attributes.Add("onclick", "whatEverYouWantTheJavaSciptToDo"); i think this is right if you wanna learn .net buy ASP.NET …

Member Avatar for dbeura
0
833
Member Avatar for Tresh

the issue here is not the databse.. although access is not good for larger sites.. you need to run some basic SQL queries thought your code like INSERT INTO table_name VALUES (value1, value2,....) read this: [url]http://www.w3schools.com/sql/sql_insert.asp[/url] also, if you need to learn how to create database connections, get WROX ASP.NET …

Member Avatar for compusolver
0
244
Member Avatar for dina

what version of MySQL is it if you need to create views.. then use access.. as if u have mysql of less than veriosn 5 it does not support them. if you have a lot of CONCURRENT users, use mySQL jack [url]www.ansariltd.com[/url]

Member Avatar for morphosin
0
1K
Member Avatar for Gollum1

im sure there is software available to do this.. give google a try how many computers are we talking about? how many users? desktops or laptops.. any netowrk?

Member Avatar for jbennet
0
182
Member Avatar for frjtb
Member Avatar for porkie
0
187
Member Avatar for mid

yes, the think most people forget is to disable teh MICROSOFT firewall on the network cards.. then is done in the network adapter properties.. and click advanced. run the ICS on the computer with the internet connection. turn off zonealarm (tempararily) to check that its working ok.. good luck

Member Avatar for Flanker
0
288
Member Avatar for gicio

From my experience, if you are manipulating very large strings, such as imported from a 2MB text file you have to use StringBuilder. To give you an example, to import a csv file of 30,000 records, when i used a string to store the data took over 2 mins to …

Member Avatar for jujubee
0
397
Member Avatar for timhysniu

0 security patches.. on what planet.. also make sure you have a firewall.. and that the smtp server that is in IIS is not left as on open relay. you can use IIS as a base to host vertually any type of file... if you install the .net framework after …

Member Avatar for percent20
0
173
Member Avatar for Tony Larson

just so u know, with the computer has a broad band connection, then you can create a vpn server on it, and access it via vpn from your office...

Member Avatar for bentkey
0
163
Member Avatar for gforrest

what graphic software are you using? what type of file are you manipulating? how big is the file you are manipulating? file size and resolution?

Member Avatar for dlh6213
0
166
Member Avatar for BeatTakeshi

check to see that there are no short cuts to my docs and my computer in the startup folver under "All Programs" in the start menu

Member Avatar for jackster
0
162
Member Avatar for gforrest

failing that.. it normally says on the ram how fast it is.. if that software does not work, just look at the ram card

Member Avatar for jackster
0
132
Member Avatar for Slade
Member Avatar for jackster

In asp.net (pref c#) how do you post a set of values to a specific URL withough actually creating a form that submits them. Im sure its possible.. i just cant seem to find the method that adds the content to the page header.. any help greatly appreciated Jack

0
132
Member Avatar for jkrat15@ou.edu

i love the way peopel like to find software to make hardware do things they were not supposed tooo... id be less worred of a few pounds to buy a cross over cable than install and run some unknown software

Member Avatar for jackster
0
195
Member Avatar for viperman224

i use merak mail server, Its cheap and reliable. If the computer is connected to the internet perminantly that hosts the mail server, make sure you secure the relap server (this is try for any mail server) as you will become an open relay very quickly if you dont. the …

Member Avatar for jackster
-1
230
Member Avatar for pundit
Member Avatar for Prince4U
Member Avatar for gchq
Member Avatar for haniebrahim
0
280
Member Avatar for ch1p

could be some dodgy software.. or when a virus scan is taking place... do u have a firewall.. if not.. you might be an open relay spamming the world for the benifit for a spammer... although running at 100% does not harm anything... it means that your computer is doing …

Member Avatar for kc0arf
0
182
Member Avatar for Foster

sounds like virus / spyware.. if you have system restore thing enabled, and you have a virus at the point that you create a restore point, then that virus will be stored forever.. even after you do a virus scan. If you think you are infected, you have to discable …

Member Avatar for DMR
0
173
Member Avatar for ep2002

well.. in theory u can use the same instalation but i would not recomend it. move all data off one hard drive,and use that to do a clean instilation. BEFORE you take the machine apart, make sure that all the data you want to be available from your current windows …

Member Avatar for Catweazle
0
160
Member Avatar for server_crash

has there been any storm damage in your area lately.. if so get bt to check the lines

Member Avatar for jackster
0
141
Member Avatar for siriusly_weird

if you did any ms updates recently, it could have updated your graphics card driver.. so check for latest drivers. Also, go into your graphics card properties and check the refreash rates.. if you are on LCD monitor set it to 60-75Hz, on normal monitors, set to 75-85Hz also, check …

Member Avatar for jackster
0
107
Member Avatar for Jaxon

there should be an option to allow access for 5 mins, that is how it is in outlook 2003 and i remember outlook xp being the same. outlook xp is not overly stable... i know its not a great answer.. but if u can upgrade to outlook 2003 its sooooooooooo …

Member Avatar for jackster
0
104
Member Avatar for Tinaa

to be honest, you really need to sit down witha woob like Wrox ASP.NET for beginers, and user a basic editor like asp matrix, which is freely downloadable from [url]www.asp.net[/url] as for the debuf.. at the top of the page.. make sure in the <%@ language=C#%> you include <%@ language=C# …

Member Avatar for jackster
0
115

The End.