Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Dustman
  • Content: Threads
  • Order by date
  1. Dustman

    Traffic Management/QoS

    I've got the x550e with Fireware Pro. We're sharing an 8 mb connection between the firebox and some other devices and I'm trying to get the firebox to cap everything behind it so that it can only use 3.5mb. I figured Traffic Management policies were the key here. I made the entry and set...
  2. Dustman

    Pocket PC or Windows Movile 5 MySQL Browser

    Does anybody know of a good, preferably cheap MySQL Browser that will run on PPC or WM5? There's got to be a free one out there somewhere. -Dustin Rom 8:28
  3. Dustman

    Problem with opening files.

    I've got 2 servers having this same problem. Both are Fedora Core 6 (same install) and php 5.1.6. Anytime I try accessing an external file, I get "failed to open stream: HTTP request failed!". It doesn't matter how I try it: fopen, file_get_contents, file.. they all give the same problem. I...
  4. Dustman

    Disable Replication

    I've got a server that used to use replication but no longer has any slaves. To turn this off and stop generating the bin files, do I just need to comment out the bin-log command in the cnf file then restart? -Dustin Rom 8:28
  5. Dustman

    VBA MySQL .NET connector

    I've used the .net connector for MySQL before with VB .net.. but it doesn't seem to work with VBA. Anybody know if this is true? I'm trying to connect with Outlook 2003 VBA. -Dustin Rom 8:28
  6. Dustman

    Restarting Apache from PHP

    Yes, I know its not safe but does anybody know of a way to restart apache from a php script on a linux box? This is for internal use only so I don't need all the warnings of security.. I know what i'm doing and the risk is poses. I've been trying `service httpd restart` but apache doesn't have...
  7. Dustman

    Redirect to another IP

    I've got a server running right now with several virtual hosts. I'm moving one of them to a new server but don't have access to the DNS records for that domain yet. Is there a way to make apache redirect all traffic for that particular subdomain to another ip address? sd1.domain.com pointing...
  8. Dustman

    Dynamic text problem

    Ok.. I've done this many times before but I seem to be missing somthing this time. I've got a movie clip that has 3 text boxes in it. I create several of these movie clips dynamicly (using attachMovie()) and populate the text boxes from my xml that i load in. All this works great. My problem...
  9. Dustman

    Communication Server Examples

    Does anybody have any good examples of using Flash to interact with the communication server? I'm going to be building an interface much like they use on ODEO.com (http://www.odeo.com/create/studio) that will record audio from a users mic. I'm almost postive that the com server is the only way...
  10. Dustman

    Shell script and ImageMagick

    This is an odd one. I upgraded ImageMagick on my server from 5.3.8 to 6.2.7. I've got a simple php script setup to output the help command. <?php print "<pre>".`convert --help`."</pre>\n"; ?> When I run this from the web, it still shows 5.3.8 but when I run this script from the terminal, I...
  11. Dustman

    What is the going rate?

    Not really a tech question but I need some honest answers. I've worked with php for years now but I've always done it for work and I'm on sallary. I've got people wanting me to do side jobs but I honestly don't know what the going rate is for hourly php/mysql/actionscript development. Whats...
  12. Dustman

    Playing multiple FLV videos.

    I'm loading several different link to .flv videos. I want each one to play in the same window. Currently, I can get the first one I click to play but the others just make it sit there like its trying to download. My trace function still outputs but the video just goes blank. It doesn't...
  13. Dustman

    making onDrag lock the mouse in place

    I don't know exactly how to word this.. basically, I have a homemade scroll button. All my scrolling works fine but I have a problem with onRelease because the mouse isn't on the scrollhead movieclip any moore. Is there a way to lock the x value of the mouse itself while dragging...
  14. Dustman

    Can't make static array in my class..

    I have a question class. Each question can have child questions. And each question will have a parent question. My parent variable works fine but it seems that no matter what, my array is static. In other words, each of my Questions are sharing the same Children array. Is this a bug/feature...
  15. Dustman

    Compact Framework Database Suggestions

    I'm about to start developing some applications for HP IPAQs running PPC2003. I've never messed with the .net compact framework so I'd like to hear some suggestions. The tools are for in house stuff so I'll actually be buying the PDAs that work best with the new software I write.. in other...
  16. Dustman

    Get the selected data row from a ListBox

    Ok, I know this has got to be something simple.. its a weekend though and my brain is fried. I've got a listbox bound to a table. How do I reference the actual bound DataRow of the selected row? List box is lstProdList Data source for the list box is qnaDS1 DisplayMember is products.pName...
  17. Dustman

    FTP socket issues..

    I'm using a slightly modified version of the clsFTP class posted in thread796-1074156. I've got it uploading fine but i can only get one instance of it to work at a time. I'm fairly new to sockets in .net so I don't know if this is a socket issue or if its something else i'm doing wrong. I'm...
  18. Dustman

    Printing suggestions..

    I know how to print from VB.. but I've got an interesting delima. I've been using pdflib for most of my extensive printing needs but I need to get away from this for one of my projects. I've got full page stickers right now that I print (currently from corel but can be exported to any format)...
  19. Dustman

    Forcing output before script is done.

    I've always had problems with this and never seemed to come across an answer. I use php a lot to parse huge files into our databases. Sometimes the script will have to run up to 15 minutes. I usually put print statments inside the loops to give an update of where the script is but sometimes...
  20. Dustman

    Dynamic proportional shape resizing..

    I've got a script that builds a movable rectangle with 4 resizing verticies. I'm attempting to make it only resize proportionally but having mental errors trying to figure out the best way. So far, I've got it keeping the rectangle, but I need some help making it proportional. Verticies are...

Part and Inventory Search

Back
Top