62 Posted Topics
Re: Compliance is not necessary for you to be assimilated. | |
Has anyone heard of or better yet have experience with these programs? I am starting a computer repair business, I live in MT and I have a big truck. A program like these could save me a ton in gas and mileage since my customers can be up to 100mi … | |
Hello All, I was hoping to get advice from senior technology career professionals. I graduated from Graduate School 2 years ago. While going to school and for about 1.5 years after school I was working for an awesome company and loved my work but was paid poorly (probably justified due … | |
Re: I0ki's advice is perfect and I am not saying to stray from that, just a side note though, if you have a cd burner on your laptop. You can create an image of the floppy files, burn them onto cd and boot from cd, but even a laptop without a … | |
Hello, Trying to see if this is possible. I have a Dell Vostro I bought a while back that came with Windows 7 32 bit. I removed Windows 7 and put Ubuntu on the Vostro. I recently orded all the hardware for a new gaming PC. I would like to … | |
I hope this is the correct forum. I would appreciate any advice from any developers/engineers willing to give. I am having difficulties progressing my career into the engineer world. I graduated a year ago with my Masters in Software engineering and maintained almost a 4.0 (3.96). I lived in a … | |
Hello, I am having trouble with MySQL on a newly installed Fedora 14. I have found that there are several issues with MySQL on Fedora but none of the issues I have found have exactly fit my situation. To start off, when I installed Fedora, I chose the Web Server … | |
Hello All, I am very new to YUI, as in tonight I used it for the first time. I have been reading some great tutorials and I was able to write my first small app with it. In my test app, there is one thing I dont understand but it … | |
Can someone tell me how I can accomplish this. I want the results of a form to be placed in a pdf and then added as an attachment. I am not sure if this is possible, but if someone knows how, please let me know. Thanks. | |
Hello, I am trying to find how to use custom tags in html and render data based on their use. A good example is the joomla <jm:whatever> tag. I found the following article: [url]http://msdn.microsoft.com/en-us/magazine/cc301515.aspx[/url] I think it might be outdated though because the behavior:url element does not seem to work. … | |
When ever I open the task manager on my machine, it shows the CPU usage at least 46%. However, when I look at the processes, the idle process is at 96, meaning the other processes are only taking 4%. I have a dual 2.4GHZ running XP SP 3 with 2GB … | |
So I am pretty sure I know the answer to this but just want to check. I run a Debian GNU/Linux at home and I have set up the necessary port forwarding for Apache and SSH. However, I have been planning to enable FTP and of course I did not … | |
Hello All, I am new to linux and I m trying to build a series of startup scripts. My goal is to call one startup script that then calls several others based on conditions. I am starting with a simple alias script. I have read many posts on this and … | |
I am not sure if this is the correct category for VXML but it is very similar to XML; so I am hoping this will fly. Please move to another forum if necessary. I am a Grad-Student and my thesis is working with VXML. I have built my application to … | |
Hello all, I am trying to update the .onclick event after its been clicked once. Everything works fine in my script except updating the .onclick event. I have searched the web and found that I should do the following: div.onclick = function(params); or div.onclick = new function(){updatedStatement}; I have tested … | |
Hello all, I am not sure if I should post this in this forum or the PHP forum. Basically, I am designing a web application for a school project. On the delete action, I want to prompt the user to make sure they mean delete. I was wanting to use … | |
Hello All, I might be developing an IVR System for a unique school project. This is something I have never done before and I am currently in the researching phase of the project. Can anyone point me to some valuable articles, tutorials, definitions, open source programs for review, and anything … | |
can someone tell me what is wrong with the following: [CODE]function connect($db_host,$db_database,$db_user,$db_pass){ global $db_connection; try { $db_connection = mysql_connect($DB_HOST,$db_user,$db_pass, true); if(!$db_connection) { throw new Exception('MYQSL Connection Database Error: ' . mysql_error()); } else { $connection = true; } catch (Exception $e) { echo $e->GetMessage(); } }[/CODE] I receive: Parse error: … | |
Hey all, I have a XPS M1730. I have Intel Duo 2.4 GHZ and 2 GB of Ram. I noticed last month every once in awhile my hard drive would get overloaded and the computer would freeze for about 30 seconds. Last month I was running Vista, and most of … | |
I have an AJAX script that works fine the first time in IE. For example, if you go through the form and never change your mind, everything updates like normal. However, if you decide that where you checked yes you shold have checked no, the objects do not update. The … | |
I am having problems with the mod_rewrite including an apostrophe. I was able to make this work.... RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z]|-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z]|-[a-zA-Z]|-[a-zA-Z])*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 However if I only want one work and no dash I can not get it to work.... RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s)*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 or RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/([a-zA-Z]|'s*)\.html$ /list.php?stateabrev=$1&city=$2&restName=$3 … | |
Hey all, I am trying to write my first Ajax script.....I downloaded a demo and basically tried copying it and it did not work. My PHP scripts that are tied to it work, however on the form, my onclick="getName();" or onChange="getName();" does not work. onkeyup="doWork();" works just fine. can someone … | |
Ok, I have done the search through the forum.....I see the security issues with AJAX in FF and I checked in the URL calls, they are staying within the domain and not going to a third party. I did not write the AJAX script and I am pretty new to … | |
When I type ipconfig in my computer, I get the following: Windows IP Configuration An Internal error occured: The request is not supported. Please contact Microsoft Product Support Services for further help. Additional information: Unable to query host name. I checked my device manager and under Network adapters I have … | |
I am having a problem with my print spooler not staying automatic even though auto is selected. Every time I want to print, I have to manually restart the spooler. It does not matter what program I am trying to print from or even what printer I am using. Any … | |
I have a page that holds two iFrames. The first iFrame is a form the user has to fill out. The second iFrame prints the results the form gives. When the page is first loaded with the two iFrames, I want the second to hold a default page that says … | |
Just a quick question, I am working with classes and I was trying to rename one as an array, ie: [code] addressType addresses[n];[/code] But I have decided not to make it an array. So is this a legal statement? [code] addressType addresses;[/code] Or does that only work for arrays? Thanks | |
Hello all, my employer and I are looking for some good web development conferences to go to this year. We are really wanting to expand our knowledge of PHP, AJAX, and Security for Ecommerce. I was hoping some people in this community could reccommend some good conferences to go to. … | |
I am working with classes for the first time. I am trying to make an address book. While I think I have done my header files and class definition files correctly, I am running into a snag with getting it to show on the screen. I went back to a … | |
I have an integrated video card and an ATI 2400. My main is on the ATI and I am trying to hook up my second to the integrated. I tried saying for the second monitor to not use the ATI. It made me restart, shutdown my main monitor and booted … | |
I am helping a friend with her Dell computer and she has some kind of RAM in there I have never seen before. She has 4 slots, with 2 256 sticks and 2 sticks that seem to just be fillers. However, if you remove the fillers and have an open … | |
Ok...I am trying to hook up a desktop through a wire to my notebook running vista. My notebook is hooked up to a wireless network. The desktop is running xp. I went into network connections, assigned the IP that I want to use to the local connection, however, my desktop … | |
I have been working on an Outlook Problem that Microsoft was unable to help with and was hoping someone here could. Messages get stuck in the outbox, which I know is nothing new. The messages actually does send, outlook just doesn't move it to sent items, an error message pops … | |
Hello all, I have been working on a homework assignment that has to build a program for a user to enter student's grades and see the student's average as well as a class avaerage. Besides some cleaning up, organizing, and labeling I am pretty happy with it and it is … | |
Re: I notice you keep typing the path with only one backslash between folders. This was a problem I was having recently, remember in quotes and using backslashes you have to use two backslashes or "\\". The same is true for a quote mark inside quotes, "\"" or \". You probably … | |
Re: Ok...I am just a student and a noob one at that so fill free to correct me and raze me into the ground so I learn, but last night in my reading and doing an assignment I worked with rand() for the first time. To quote: [QUOTE]% operator removes randomness … | |
Hello all, yes yet again an Assignment problem I need help with haha ;) Anyways this time my code is correct, I think, but I am getting hung up on an ifstream issue. Here is the code: [CODE] ifstream infile; ofstream outfile; infile.open("C:\Users\***\Desktop\School\chapter5.txt"); if (!infile) { cout << "Cannot open … | |
Hey guys, I was doing my reading last night and was trying to come up with a program other than the practice assignments. It has been hard remembering all the keywords when they are given to you in the practice assignment. I came up with one and kinda got myself … | |
Hello all, I have a company that repairs computers on the side and I do some networking and server maintenance. However, I have a new account where they have a pretty big setup off of a server running 2003. I wasn't looking to take on such an account but this … | |
Re: I had the same issue on some of my games and it was the driver. My experience with the power has been the screen wont even load, do you actually see the game or is it a blank screen? On my desktop I blew my psu and went and bought … | |
Ok, currently I do not have this problem but I would like to know how to solve it should(when) it happens. I realize recovering data is a specialized field in some cases but for a small job....is it possible to clone a HD that is not responding using any available … | |
Hey everyone, I have customer that I just replaced a DVD-Rom with. When we check the old one, it would freeze up when you would try to play any disc in it, I tried re-installing drivers and all that jazz, nothing worked and the computer just went into a hard … | |
Re: This all depends on what area of IT you want to go into. I graduated in '06 and wanted to move north, I am a big outdoors guy but love the IT path. I took the best job available where I wanted to live and honestly have been pretty disappointed … | |
Has anyone ever heard of this file, dwsbc.ocx, and know why it might be invalid or not registered correctly. I tried to find a replacement for it on the internet but it cost a few hundred dollars bundled with other files I am not sure that I need. Any ideas … | |
Hey guys, a family friend wants me to build a simple website for his business. I know how to do everything, the only problem is I don't have a good web design software, while I can change the coding just find, I don't have any cool graphics at all for … | |
Ok guys, I have a form I want to email the data to my email addess. There are three inputs, two text and one text area. On submit I would like it to display a thank you page. Whenever submit is clicked, I get a script error(thank you page never … | |
Re: There could be a few reasons for this. Do you actually hear the system fan start? Do you know power is getting into the computer, led lights come on for the second it is on, you hear the system fan start, the you can hear the hard drive going? Do … | |
Hello all, I am helping create a website. Over a particular Image I have, I want it to say the name of the link, ie Home. While I got my cool flash things working where the image changes colors on mouseover, I can not get the text of the link … | |
Re: Jeny, when you hit Ctrl + Alt + Del, look at the proccesses tab, do you see a proccess titled mveo.exe and jay.exe? | |
Re: Actually, I was just having a very similar problem on my Dell Laptop. I changed some setting and was running a scan, all of a sudden I lost connection to the internet but I was connected to the network and could access my other two computer's share folders. What happen … |
The End.