7,623 Posted Topics
Re: 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 … | |
Re: tables are also bad because the confuse the hell out of mobile devices, bots, and screen readers | |
Re: Which version of directx sdk are you using? the most recent ones only support Visual Studio 2005 and above. | |
Re: it does have a default password i think its no username, but the default password is definatelty "admin" | |
Re: [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 | |
Re: 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 | |
Re: No Cohen, he wants to set a group policy to disable all USB devices across his windows domain | |
Re: 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 … | |
Re: 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. | |
Re: beer has always been good beer was commonly drunk in europe constantly because it was safer than the drinking water | |
Re: 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 … | |
Re: a 35gb drive aimply aint enough for vista. 60gb is the minimum i would reccomend. | |
![]() | Re: [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 … |
Re: Welcome! Im fairly handy with VB if you have any questions | |
Re: The most recent is 2.0.2 - released on the 7th of July 2007 | |
Re: 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 | |
| |
![]() | Re: 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 … |
Re: Its either the inverter or else someone has been playing with the accessibility features and put the high contrast mode on. | |
Re: 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 | |
Re: 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 … | |
Re: [url]http://en.wikipedia.org/wiki/Sapience[/url] | |
Re: 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 | |
Re: 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 … | |
Re: It works fine. I run office 2003 pro on vista and server 2009 no problem | |
Re: Nah that wont work. Dont UNIX machines operate using UTC offsets so that it doesnt cause problems with timestamps on WANs? | |
Re: 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... | |
Re: omg so bad Have you seen the robotic dancing fight scene with the mime in the film euro trip? | |
Re: Ask your ISP what thier DHCP lease interval is Maybe its a really short lease which is not renewing? | |
Re: When do you get this error? In the event viewer? | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: For a board game you wont need an engine lol Just use basic libaries like AWT or Swing or whatever the device supports |
The End.