Forum: Database Design Feb 14th, 2009 |
| Replies: 2 Views: 617 Looks good but I think the "Package with" could have been consolidated with the creature.
But I may not understand how the game works.
Meaning I buy a creature and it "comes with" or is... |
Forum: USB Devices and other Peripherals Feb 14th, 2009 |
| Replies: 2 Views: 789 Is the drive SATA?
It may be listed as SCSI if it is SATA |
Forum: Motherboards, CPUs and RAM Feb 14th, 2009 |
| Replies: 3 Views: 510 It sounds like an overheating issue. The BIOS is shutting down the system.
Check for failing fans. |
Forum: Show Off your Projects Feb 14th, 2009 |
| Replies: 0 Views: 526 I launched a website: http://www.joncoiro.com/
Right after Jan 1 2009.
I was quite suprised at the results. It has taken off in a very big way.
It targets local markets in the NY,NJ, PA & CT... |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009 |
| Replies: 1 Views: 299 What exactly are you calculating?
Dimensions? Size?
Can't see why its not possible. Just not enough info to help further. |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009 |
| Replies: 2 Views: 628 Essentially what you want to do is create an array of images and hide them off the form to start.
Now on load or on push of a button simply run a rand() function and call to array image[x]
... |
Forum: Windows Software Feb 14th, 2009 |
| Replies: 2 Views: 765 Could be a bad stick of RAM.
Also could be video card driver issue?
Is it possible to remove the current driver and install the MFG's version of it? |
Forum: PHP Feb 14th, 2009 |
| Replies: 4 Views: 491 What will this "Top Secret" platform need to be able to do? |
Forum: Windows NT / 2000 / XP Feb 14th, 2009 |
| Replies: 3 Views: 1,420 From what your describing it sounds like you want Isolation mode:
http://technet.microsoft.com/en-us/library/cc753285.aspx |
Forum: ASP.NET Feb 14th, 2009 |
| Replies: 1 Views: 481 Using standard security:
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
Using Trusted:
Data Source=myServerAddress;Initial... |
Forum: Networking Hardware Configuration Feb 14th, 2009 |
| Replies: 5 Views: 657 If the printer does not have wifi built in then you must use a USB cable which can be purchase at a local store or online.
If it has wifi then it is already online and you can install it as a... |
Forum: Storage Feb 14th, 2009 |
| Replies: 1 Views: 465 I had a very similar issue. The solution was to upgrade the bios on the machine itself.
I believe it needed 4.x or higher but it was a very long time ago.
Visit HP site and upgrade the BIOS on... |
Forum: eCommerce Feb 14th, 2009 |
| Replies: 3 Views: 596 Broadcasting without permission can always warrant a legal battle.
It just depends how big he gets or who he pisses off.
In regard to the technical aspect, setting up a podcast/shoutcast server... |
Forum: Network Security Feb 14th, 2009 |
| Replies: 3 Views: 734 Most likely not.
If it is configured right then it will check the MAC from the wifi access point you are connected too.
You might want to go over to the other building and get those MAC's and... |
Forum: Windows NT / 2000 / XP Apr 11th, 2008 |
| Replies: 4 Views: 517 You should be able to re run the System Restore in Safe mode and push it forward rather then back. |
Forum: Windows NT / 2000 / XP Apr 11th, 2008 |
| Replies: 3 Views: 1,537 You probably have a "HOME" edition and installed professional etc.
Without purchasing a real license no. |
Forum: PHP Apr 11th, 2008 |
| Replies: 2 Views: 718 Well your main problem here is trying to use javascript + php natively like this with frames.
I would look to convert this to ajax as it is much more flexible. Sort of middle ground for client vs.... |
Forum: PHP Apr 11th, 2008 |
| Replies: 1 Views: 452 paypaldev is a great and resource full site with many samples and demo's to use.
It is quite easy what you are trying to accomplish. |
Forum: Windows NT / 2000 / XP Apr 11th, 2008 |
| Replies: 2 Views: 729 You can boot off the XP disc and get into the recovery console and repair the registry this way. |
Forum: PHP Apr 11th, 2008 |
| Replies: 2 Views: 457 MD5.
Here is a sample for both:
<?php
$salt1="something custom";
$salt2="blahblah";
$salt3="differentblah"; |
Forum: MySQL Apr 11th, 2008 |
| Replies: 4 Views: 1,125 Click the "Browse" tab and you should be able to modify it from there.
Or Click the small icon next to the table name.
To delete all items from a table you have two options.
Browse to the... |
Forum: Geeks' Lounge Apr 4th, 2008 |
| Replies: 5 Views: 771 Thanks guys.
What did you think of the video quality.
That mural was 8 ft by 5ft.
Was a ton of work.
Thanks for the feedback! |
Forum: Geeks' Lounge Apr 4th, 2008 |
| Replies: 5 Views: 771 OK so this one is for people who grew up or lived through the 80's
I painted a really big mural for my sons baby room. (He is now 6 months)
So I edited my video and made a fast paced theme with... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 2 Views: 1,353 Private FileName AsString
Dim sr As StreamReader
Function MyParseFunc(ByVal strFileName AsString)
Try
FileName = strFileName
sr = New StreamReader(FileName) 'using streamreader to read... |
Forum: ASP.NET Mar 25th, 2008 |
| Replies: 2 Views: 1,356 Yes, load them into an array and then for each on the array and display the entire array and build labels as needed. |
Forum: Storage Mar 25th, 2008 |
| Replies: 1 Views: 583 It's a come on... they mark it up at check out and keep changing the price. I would stay clear. |
Forum: IT Professionals' Lounge Mar 25th, 2008 |
| Replies: 2 Views: 624 You can use hex editor and evaluate the headers of the .exe. |
Forum: HTML and CSS Mar 25th, 2008 |
| Replies: 3 Views: 769 Simple.
You keep calling:
class="title"
That will display the image as stated in your css.
background: url(/images/img04.gif) |
Forum: C# Mar 25th, 2008 |
| Replies: 1 Views: 5,273 using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing; |
Forum: HTML and CSS Mar 25th, 2008 |
| Replies: 1 Views: 1,385 Hmmm... Is there a question in here?
Why not just work in percentages and let it resize as needed? |
Forum: Visual Basic 4 / 5 / 6 Mar 25th, 2008 |
| Replies: 2 Views: 518 Ok, can you start by speaking English, then post some code so I can review this? |
Forum: Visual Basic 4 / 5 / 6 Mar 24th, 2008 |
| Replies: 2 Views: 1,210 Store the database on:
\\yourserver\yoursahrename
Now make the adjustments in VB6 program to call the correct path.
Apply the correct permissions for your users to allow access to the db.
... |
Forum: *nix Software Mar 24th, 2008 |
| Replies: 1 Views: 1,279 This is kept in your php.ini
You should look it over and enable the features you require for your application. |
Forum: ColdFusion Mar 24th, 2008 |
| Replies: 2 Views: 2,725 Download the gallery_viewer.zip, unzip, and put the gallery_viewer.cfm file into any folder with .jpg images. Upload the file and browse to the page to view your slideshow gallery.
... |
Forum: Windows NT / 2000 / XP Feb 28th, 2008 |
| Replies: 2 Views: 3,131 Did you force a refresh of the policy?
http://support.microsoft.com/kb/227302
or
Using GPUPDATE? |
Forum: ASP.NET Feb 28th, 2008 |
| Replies: 35 Views: 5,381 I would cron/schedule a job to run a new program.
The new program should read through the member db. Then look at the last email sent date (you will create this field). Now do now() +30 days. If... |
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2008 |
| Replies: 2 Views: 914 Put this in a command button or Macro then call macro from command button:
Dim Msg, Style, Title, Help, Ctxt, Response, MyString
Msg = "Do you wish to proceed?"
Style = vbYesNo + vbCritical +... |
Forum: Shell Scripting Feb 28th, 2008 |
| Replies: 5 Views: 1,110 OK correct me if I am wrong but wouldn't this be an endless loop?
However the solution for the unix side is just to run a bash script to run a "reboot" command as root.
In windows I would... |
Forum: Windows NT / 2000 / XP Feb 28th, 2008 |
| Replies: 3 Views: 922 Restricting the user from the hosts file and then putting
myspace.com 127.0.0.1
Will work.
However you should really install something on your gateway such as a proxy server or web filter.
... |
Forum: Windows NT / 2000 / XP Feb 28th, 2008 |
| Replies: 2 Views: 1,441 What programs are causing this error exactly?
I have seen Outlook cause this error and deleting and re creating the profile seems to be the only resolution. |