- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
41 Posted Topics
Re: Seems like power is good. From what you say, my first guess is bad CMOS. Unplugging and all that good stuff can reset the CMOS (which is what you want, cause something is wrong with the way it currently is). Maybe try to remove battery and unplug for an extended … | |
Re: In the Industrial arena, many of my softwares won't work (well) without XP; many are not even Vista compatible, and some of these are very large companies. The paradigm of "dont fix it if it ain't broke" seems to be a big part of it. Security is a concern of … | |
I still don't know how this happened (even after I fixed it). Maybe someone else can enlighten me. I have a multi-partition setup with grub2 as my bootloader. I restart my computer and it fails to POST ?!?!?!?! (black screen and freeze with NO feedback) I remove the battery for … | |
Just polling for users who are familiar with Django. Deployment? Development? Maintenance? Doesn't matter! Just trying to get a head count, maybe spawn some topics, make some friends, or whatever. Django is a pretty fantasitic project. It is extensive and documented extremely well (almost too well; reminds me of the … | |
![]() | Re: If your making one... It will help to have a programming language in mind. I hope you know what regex is; if not, I don't think there is a great way to design this yourself. Need to query google with a search url: 'www.google.com?query="my_clever_phrase_that_gets_me_what_I_want"'. Be able to traverse the search … |
I think if we had a forum for Industrial Automation it would get some attention. Maybe a sister category would be Automation Hardware, but its hard enough to find common ground in the Software topics. I am aware: * a person's experience can vary drastically from brand to brand * … | |
Not sure if this is quite the place for my question, but I dunno why you couldn't handle it ;) Really just looking for some opinions/answers on develop/design workflows for small/medium projects using AdobeCS5. This week I discovered many of the magics between Illustrator/Flash, such as arranging symbols on an … | |
Re: The one item in your list, is that coming from your boot disk, or is that the broken configuration left on your hard drive? Also, Im gonna assume your working with Grub 1 (as opposed to Grub 2.0; This is important...) Its good that grub is loading, your probably just … | |
Re: Virtual Machines are awesome if you don't have a dedicated computer or are a little weary of installing side-by-side with windows as a dual-boot. If you just want to tinker, many linux distros also have LiveCDs these days; you put in the CD, restart your computer, and you boot right … | |
Re: Im pretty sure ubuntu server has python installed (v2.5 maybe). Are you trying to say dpkg doesn't work? AFAIK something is very wrong if this is true. I wouldn't exactly mix differnt versions of ubuntu (i dont think server has a livecd), you might get wierd dependency mismatch that will … | |
Re: The 'A record for @' means you didn't define the primary domain (you defined a subdomain, which could be a different machine, so you must be specific...) I usually set my A record without www. then make CNAME records for the www, mail, ftp or whatever. (CNAME are basically registered … | |
Re: If you like pulling your own hair, you can most definitely do it yourself! JorgeM gave good advice, but didn't explain item #4, which is the hard part. There are several components to full email service, and all of them need to work together to create the email experience you … | |
Re: Out of curiousity, why does it need a blank "?", or are there goodies after that? I ask because if there are GET variables after the ?, the rewrite could really mess stuff up by putting additional "?" into the URL. Im adapting this from a lighttpd config, but I … | |
Re: Banshee and Amarok to name some others. There are many great media players similar to iTunes, but plug-and-play ipod support is not always so great. | |
Looking for some advice from a Windows perspective. Hopefully someone can relate, or at least understands what I am trying to accomplish (keep in mind the "path of least resistance"). I am open to multiple suggestions and paradigms, just try to sugar coat if you can :) I know something … | |
Decided I want to use python for web programming. I am a fan of Lighttpd, but when it came to python, just seemed like apache had some better options. I am currently setup with Apache2 and mod_python. I use VirtualHost site configurations to serve a few websites, and do per-site … | |
I am newish with python (ActivePython v2.6), and I am trying to automate AutoCAD 2010 (Acad) using module win32com (using acad's COM/ActiveX interfaces). Most of the interface is pretty straight forward, but I am getting hung up on functions that need to use VARIANTS to pass numerical arrays. Im not … | |
A some point in my program, it is necessary for me to start a child process (Im on linux, btw, ubuntu gutsy). The process streams DV to stdout, but can be controlled in an "interactive mode" through commands to stdin. How does one establish streams going both ways? If you … | |
Im currently trying to work with a program that reads raw DV and dumps each frame in the form of a PPM file. I need to read the PPM's into OpenGL Textures and display them. But that is not the problem. The program has the ability to dump all of … | |
It has been a long time since I have used C++ (I am only 20, so maybe not that long) I have been using several languages in the last couple years(Java, ActionScript2 and 3, PHP), polluting my mind with many different idioms, and now need to hop back to C++. … | |
I have recently been trying to work with OpenGL in Java and decided to go with JOGL to start. I am using SWT for my visuals and I am programming inside the Eclipse IDE. I have found plenty of interesting uses for OpenGL, but once I have more than one … | |
I currently have a small Java project on my local setup (Im using Tomcat). I want to get this out on the internet, but not many hosts offer Java. Im not really looking for the cheapest host out there, but Im not very rich either. I just want something reliable, … | |
Re: I have actually just been working on something similar myself. My post is [URL="http://www.daniweb.com/forums/thread95909.html"]here[/URL] . My thread was pretty long, but scroll down to the bottom for some links to check out. There are many ways to accomplish what CDBaby did. You can put an extensionless PHP script into any … ![]() | |
I am currently trying to understand how to rewrite URL's, but I am missing several pieces to the puzzle. I will have a directory stucture similar to the following... / /apps /lib /config /public /public/index.php /public/images /public/css /public/js I want /public/index.php to be called first on nearly every url request. … ![]() | |
Hello, First of all, I am new to c++, but have experience in PHP. I am currently working on a little educational program for myself and a group of friends. I use linux all the time, but my friends tend to use windows. i would like to add a graphical … | |
I am a self taught web-designer, and have not had many lessons in html best practices. I am currently making a website that uses tables for the page layout, and the elements therein. All of the pages display perfectly using Firefox and Konqueror, but when I open them in IE6, … | |
Hello, I am attempting to create a session class. I want it to be able to store all kinds of data about the current session, such as member information, authentication, application data, or any other structures that would be unique to any given user. If I were to create a … | |
Hello, I am currently in a residential area. My entire building is connected to a single router that hands out public IP addresses. What is does is assign one IP address for each MAC address that it encounters, so if you change your MAC address and renew your IP, you … | |
Hello, I am fairly new to PHP, although I am fairly familiar with c++. I am just looking for some good php websites. I am interested in Content Managedment Systems and MemberSystems. I am not exactly looking to download someone elses code. I am instead looking for tutorials, that teach … | |
Hello, I normally run openSuse 10.2, but recently have had a need to install windows. I obtained a copy, and installed it. To my knowledge it installed successfully. I wanted to use the GRUB Bootloader to boot both linux and windows. It seems like it should be working now but … | |
Hey guys, I have a question regarding file serving. I live in a frat house with 50 other guys. We have an email list to communicate, but recently, I have decided that I want to set up some type of file server. A simple FTP server would be great, or … | |
I recently moved back home from school. When I left school, my computer worked fine. I shut it down, unplugged everything, and packed it home. When I got home, I plugged everything back together, and thats where things get fun. I turn on the power supply, and then hit my … | |
Hello, I need to write a program that runs along with an emulator. The goal of my program is to intercept certain keystrokes before the emulator gets them, and then send the emulator back some different keystrokes. I want the program to use as few CPU resources as possible, as … ![]() | |
Ok, I have programmed in c++ for a while, but recently, I have found an emulator that supports vbscript files and have some questions about it. What I need to do, is detect a keystroke with the vbscript. How does one go about detecting a keypress with a vbscript, while … | |
I just found an old HP Pavilion in my basement that hasnt been used in a while. I thought I would set it up. I formated the HD and install a fresh copy of XP Pro with Service Pack 2. Worked great as I was setting it up, and when … | |
Hello, I am kinda getting into MAME arcades and what not, and My questions is related to that. I have found many front-ends for mame that run on window and linux. There are many great ones, but none of them have one particular feature I am looking for. The feature … | |
Hello, I am kinda getting into MAME arcades and what not, and My questions is related to that. I have found many front-ends for mame that run on window and linux. There are many great ones, but none of them have one particular feature I am looking for. The feature … | |
Hello, I am sort of new to PHP programming. I am very familiar with C++, but i seem to be having some stupid little problems in PHP. The code I am writing is to validate the information from a form and then email the information in the form to an … | |
I currently have both linux and windows installed. I can boot linux just fine, but when i attempt to boot windows, i get something like this (this may not be word for word, but its close) chainloader (hd0, 0) cannot find NTLDR (or NLTDR) Press CLT-ALT-DEL to Restart Is this … | |
My friend comes to me with his hp pavillion 520c and says it wont work. He thought it was getting dusty inside and wanted to clean it. He took the heatsink off of the cpu, but touched nothing else. (such as ram or hard drives) He then blew the case … |
The End.