Search Results

Showing results 1 to 40 of 508
Search took 0.05 seconds.
Search: Posts Made By: techniner
Forum: Database Design Feb 14th, 2009
Replies: 2
Views: 611
Posted By techniner
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: 765
Posted By techniner
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: 505
Posted By techniner
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: 516
Posted By techniner
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: 293
Posted By techniner
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: 609
Posted By techniner
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: 735
Posted By techniner
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: 473
Posted By techniner
What will this "Top Secret" platform need to be able to do?
Forum: Windows NT / 2000 / XP Feb 14th, 2009
Replies: 3
Views: 1,368
Posted By techniner
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: 476
Posted By techniner
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: 645
Posted By techniner
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: 456
Posted By techniner
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: 586
Posted By techniner
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: 727
Posted By techniner
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: 513
Posted By techniner
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,532
Posted By techniner
You probably have a "HOME" edition and installed professional etc.

Without purchasing a real license no.
Forum: PHP Apr 11th, 2008
Replies: 2
Views: 715
Posted By techniner
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: 447
Posted By techniner
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: 725
Posted By techniner
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: 451
Posted By techniner
MD5.


Here is a sample for both:


<?php
$salt1="something custom";
$salt2="blahblah";
$salt3="differentblah";
Forum: MySQL Apr 11th, 2008
Replies: 4
Views: 1,108
Posted By techniner
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: 759
Posted By techniner
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: 759
Posted By techniner
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,318
Posted By techniner
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,322
Posted By techniner
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: 582
Posted By techniner
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: 622
Posted By techniner
You can use hex editor and evaluate the headers of the .exe.
Forum: HTML and CSS Mar 25th, 2008
Replies: 3
Views: 766
Posted By techniner
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,146
Posted By techniner
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,343
Posted By techniner
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: 508
Posted By techniner
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,190
Posted By techniner
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,250
Posted By techniner
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,695
Posted By techniner
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,092
Posted By techniner
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,251
Posted By techniner
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: 894
Posted By techniner
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,103
Posted By techniner
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: 902
Posted By techniner
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,430
Posted By techniner
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.
Showing results 1 to 40 of 508

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC