7,623 Posted Topics

Member Avatar for veledrom

One without a GUI. The CPU and Ram will be too slow for a decent GUI. The hdd is no problem. A web server with a CLI will use 300-700mb. Neither is the vid card. If you intend to run MySQL you need 256mb minimum or you will get strange …

Member Avatar for veledrom
0
141
Member Avatar for OmniX

tables are also bad because the confuse the hell out of mobile devices, bots, and screen readers

Member Avatar for jbennet
0
133
Member Avatar for vatsa.devil

Which version of directx sdk are you using? the most recent ones only support Visual Studio 2005 and above.

Member Avatar for jbennet
0
212
Member Avatar for namespace
Member Avatar for runion
Member Avatar for Greger1990
Member Avatar for basilj

it does have a default password i think its no username, but the default password is definatelty "admin"

Member Avatar for cohen
0
120
Member Avatar for DracetLopez
Member Avatar for Cisco Kid
Member Avatar for cohen
0
103
Member Avatar for sumitbaks

[quote]I dont know what you use to make your installer with. Wise (the one I use) does. [/quote] He is using the installer capability built into visual studio

Member Avatar for LizR
0
145
Member Avatar for Dell XPS

Yeah i dont know how the HTC works but ive got a hp ipaq and i can do this: go into file explorer, find the .exe and do copy then go /windows/start menu then you can do paste as shortcut

Member Avatar for Dell XPS
0
105
Member Avatar for Netking27
Re: hi

No Cohen, he wants to set a group policy to disable all USB devices across his windows domain

Member Avatar for jbennet
0
107
Member Avatar for DavidB
Member Avatar for hotmatrixx

Thats right, should be fine. Use the routers setup cd / web interface (FOLLOW THE INSTRUCTIONS!!!!) to set it all up. Initial setup will require a wired ethernet connection. During initial setup you can give a name to your wireless network and (Definately do this step!) set up encryption so …

Member Avatar for hotmatrixx
0
195
Member Avatar for robynbrock84
Member Avatar for killkenny

Your "120gb" hdd probably isnt 120gb anyway a) hard drive sizes are a few gigs out, its just the way they get made b) some people call a gigabyte 1000 mb when its really 1024mb. Thats why a 120gb hdd is only like 117gb.

Member Avatar for killkenny
0
165
Member Avatar for The Dude

beer has always been good beer was commonly drunk in europe constantly because it was safer than the drinking water

Member Avatar for vmanes
0
91
Member Avatar for infotechland

Frontpage 2003 is obsolete. There is no 2007 version. It has now been replaced by Microsoft Expression (Web) for home / general website creatoes, and Visual Studio for professional software developers. Frontpage doesnt compare that well to dreamweaver whereas Expression does. Frankly though, if you just start out you will …

Member Avatar for jbennet
0
214
Member Avatar for Kennel
Member Avatar for Mitchapalooza
Member Avatar for jbennet
0
142
Member Avatar for ingeborgdot@yah

[quote]he first problem that the screen would get a lot of jibberish on it. Pixels or what ever[/quote] Sounds like a classic symptom of an overheated GPU. Maybe his PC is too warm and its cooking his parts? Check the drives SMART status and it will tell you its health …

Member Avatar for hotmatrixx
0
142
Member Avatar for ais94
Member Avatar for ais94
0
82
Member Avatar for Philomena
Member Avatar for jbennet
0
138
Member Avatar for DavidB

Its a place where oensource projects can find developers, and host thier source code. If you are a small opensource project you wont have much if any cash to afford bandwidth which is why SF is good

Member Avatar for jbennet
0
137
Member Avatar for jntn

? Theres another identical thread like this elsewhere on the site...

Member Avatar for jbennet
0
8
Member Avatar for lucky28
Member Avatar for jcdugayo
Member Avatar for Ifeanyi Ossai
Member Avatar for boydcarter

Yeah basically its prohibited to advertise sites which you have a commercial intrest in. The only area that sort of thing is allowed is in the "show off your CV", "show off your project" and the webmaster marketplace boards. dont worry about it, the rules are a little confusing at …

Member Avatar for jbennet
0
178
Member Avatar for murdoduncan
Member Avatar for murdoduncan
0
225
Member Avatar for EmnMnB

Its either the inverter or else someone has been playing with the accessibility features and put the high contrast mode on.

Member Avatar for EmnMnB
0
142
Member Avatar for Agileinfoways
Member Avatar for efmesch
0
145
Member Avatar for GrahamW2

nah firewalls block pings when they are set to high security thats because you can in theory bring down a server by pinging it repeatedly - a dDoS attack

Member Avatar for GrahamW2
0
145
Member Avatar for -Flipz-

Yeah simple bubble sort Define an array [] of integers Define a counter , lets say its called 'i' Use a for loop with another loop nested in it e.g For (i = 0; i<Size of array; i++) what this means is start the counter at zero. Add 1 to …

Member Avatar for isaackhazi
0
1K
Member Avatar for bcurt85
Member Avatar for GrimJack
Member Avatar for Steveorevo
Member Avatar for sbv

do you mean 1 or 1.1 ? 1 is Visual Studio 2002 (Visual Studio .NET) 1.1 is Visual Studio 2003 (Visual Studio . NET 2003

Member Avatar for sbv
0
416
Member Avatar for tnvkrishna

yeah it should run it fine i got a lenovo. originally had xp. it has a 1.6 core(1)duo, 2gb of ram, 120gb disk and intel graphics. Runs fine. Bear in mind you may not get Aero glass on the integrated graphics without some tweaking. The 2gb of ram is the …

Member Avatar for hollowman1
0
272
Member Avatar for jwaldron82
Member Avatar for Beastmanh

Nah that wont work. Dont UNIX machines operate using UTC offsets so that it doesnt cause problems with timestamps on WANs?

Member Avatar for jbennet
0
166
Member Avatar for mattjmorrison

Java? Got a lot of snippets from my course which would be helpful to students for assignments (sorting arrays, splitting strings, working with text) etc...

Member Avatar for jbennet
0
61
Member Avatar for mattyd

omg so bad Have you seen the robotic dancing fight scene with the mime in the film euro trip?

Member Avatar for Jen0608
0
141
Member Avatar for dise652
Member Avatar for doua

Ask your ISP what thier DHCP lease interval is Maybe its a really short lease which is not renewing?

Member Avatar for hotmatrixx
0
150
Member Avatar for prgt
Member Avatar for BioHazard90

not much. Even with a degree you still have to start at the bottom (very junior programmer, it helpdesk etc....) - employers look most importantly on the job experience.

Member Avatar for vmanes
0
183
Member Avatar for CodeBoy101

Here is your data dictionary: [code] [B]Staff[/B] SSN (Primary Key) Other staff data [B]Course[/B] CourseID (Primary Key) Other Course Data [B]TaughtCourse[/B] (this is important, you need a link table) CourseID (Foreign Key) SSN (Foreign Key Other details (e.g when, where, notes) [/code] The link table is needed as you cant …

Member Avatar for CodeBoy101
0
109
Member Avatar for jbennet

Okay, i have two classes. One needs to access (public) methods within the other . If i declare [code]ClassB objectName = new ClassB(); [/code] in one method of class A , then use objectName.methodname() in that method then it works fine. Butif i then try and call objectName.methodname() from another …

Member Avatar for masijade
0
103
Member Avatar for asus2008

For a board game you wont need an engine lol Just use basic libaries like AWT or Swing or whatever the device supports

Member Avatar for jbennet
0
104

The End.