Forum: ASP.NET Jun 12th, 2009 |
| Replies: 2 Views: 561 Thanks for the info, I will investigate and test! Can you point me towards a code example for doing that? |
Forum: ASP.NET Jun 10th, 2009 |
| Replies: 2 Views: 561 Hi Guys,
I'm working on converting an existing site from classic ASP over to .NET. The existing user passwords are MD5-encrypted. I'm trying to figure out if there's a way to import those... |
Forum: C# Jun 5th, 2009 |
| Replies: 3 Views: 397 Web application. Using a select statement to limit my data isn't my intended goal though. I *want* to return all data, but only show a radio button next to those that can be selected.
Basically I... |
Forum: C# Jun 4th, 2009 |
| Replies: 3 Views: 397 Hi Everyone,
I have a datatable with a bunch of options in it, some marked "assignable", so not. I'm trying to dynamically create a radiobuttonlist with all the options listed, but the ones... |
Forum: ASP.NET Mar 25th, 2009 |
| Replies: 1 Views: 1,076 Found it!
Had to put it in the Master Page's PreRender event!
:) |
Forum: ASP.NET Mar 25th, 2009 |
| Replies: 1 Views: 1,076 Hi Everyone,
New ASP.NET (C#) programmer here. Have a quick question that I'm sure you all will laugh at me for asking :)
I'm using a Master Page to control my site's pages. On the master page... |
Forum: Motherboards, CPUs and RAM Feb 28th, 2009 |
| Replies: 2 Views: 557 Thanks for the reply! I've had a few other people on other forums mention Noctua as well, I think that's a definite as of now; Mobo is still up in the air though. |
Forum: PHP Feb 24th, 2009 |
| Replies: 4 Views: 970 Added Bytes (http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/) has a great collection of cheat sheets. The one in that link is for their regular expressions cheet sheet. It's... |
Forum: PHP Feb 24th, 2009 |
| Replies: 3 Views: 393 I first display a message to the user letting them know the maximum size of files they can upload (post_max_size), then I use a flash upload script to subtract from that number for each file they... |
Forum: Motherboards, CPUs and RAM Feb 24th, 2009 |
| Replies: 2 Views: 557 Hi gurus,
I haven't purchased a pre-built machine for about 10 years; I've always found it more enjoyable to pick-and-choose parts for the machines I spend 8+ hours of my day on.
However, the... |
Forum: C# Feb 3rd, 2009 |
| Replies: 4 Views: 593 |
Forum: C# Jan 30th, 2009 |
| Replies: 4 Views: 593 But what if that child has children, and it's children have children? See my problem? |
Forum: C# Jan 29th, 2009 |
| Replies: 4 Views: 593 Hi all,
I'm a PHP programmer and I'm just now getting into C#. Here's the problem I'm having:
I have a table, 'categories', with 'catID', 'parentID' and 'name' fields. CatID is the primary key,... |
Forum: C# Jan 9th, 2009 |
| Replies: 4 Views: 1,296 Hi Everyone,
Fairly new C# coder here. I'm currently writing a small application that will be deployed on several computers, each of which will need to connect to a remote SQL server. I'm... |
Forum: Storage Dec 26th, 2008 |
| Replies: 2 Views: 676 Free is always good :) Thanks for the links! I would prefer hardware based encryption, but truecrypt looks pretty darn good for my purposes, and i'm not too concerned with speed.
Thanks again... |
Forum: Storage Dec 24th, 2008 |
| Replies: 2 Views: 676 Hi Everyone,
I'm looking to put together a small NAS RAID, probably just as RAID 1 (maybe RAID 5...but doubtful). What I'd really like is to use hard drives with on-disk encryption, like the ones... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 3 Views: 684 Thanks for the code; I may implement a form of that in as well, but I'd like to actually protect the files themselves, just in case someone finds out where they are stored. I think I may use... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 4 Views: 561 Took me a while to figure out what you meant, lol! Modified my code to the following, and it seems to catch the 2 conflicts you mentioned:
SELECT count(*) as count FROM `schedules`
... |
Forum: PHP Dec 19th, 2008 |
| Replies: 3 Views: 684 Hi everyone,
I'm stuck on the best way to handle this. In a nutshell, I'm creating a website that sets up forums between one or several parties. Each participant of a forum can upload file... |
Forum: PHP Dec 6th, 2008 |
| Replies: 5 Views: 415 Looks like you're missing your closing curly brace. Change it to the following and try:
}else{
echo @$_REQUEST['code'].' Codigos falso';
mysql_close($conn);
} //<--Add this guy in
?> |
Forum: PHP Dec 6th, 2008 |
| Replies: 4 Views: 561 Well I stared at this for a bit and finally came up with a workable solution. My MySQL skills are rather intermediate so this may not be the best way to run this sort of query. Here's what I came up... |
Forum: PHP Dec 6th, 2008 |
| Replies: 4 Views: 561 Hello gurus!
Hoping someone can help me out. I am building a calendaring program for items with php/mysql. Each item will have an entry into a table, listing a starting unix timestamp and an... |
Forum: Cases, Fans and Power Supplies Oct 12th, 2008 |
| Replies: 3 Views: 1,224 Going with the Intel Skulltrail board. I do have an old case I was thinking of cannibalizing partially for the inside, and then just drilling holes where needed, but would still feel better knowing... |
Forum: Cases, Fans and Power Supplies Oct 9th, 2008 |
| Replies: 3 Views: 1,224 Hi Everyone,
Odd question, can't seem to find an answer. I'm trying to track down the dimensional specifications (notably, screw-hole positions) for extended ATX motherboards and/or cases. I'm... |