Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: percent20
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 2,034
Posted By percent20
ok didn't notice the global. Thanks works now.

On to the next problem.
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 2,034
Posted By percent20
So you have to pass it an array? you can't just grab a global one?
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 2,034
Posted By percent20
I have been trying to access a public array inside a class, but it is freaking out on me. Should this be able to work?


$TestArra = array('Hello', ' ', 'World');

class Test
{
function...
Forum: ASP.NET Mar 22nd, 2007
Replies: 3
Views: 1,965
Posted By percent20
Yeah it is possible the best thing to do is connect to a database using the datareader potentially then read and compare fields until you find the one you want. Once you find the user you need add...
Forum: ASP.NET Mar 22nd, 2007
Replies: 8
Views: 2,413
Posted By percent20
Basically what you are going to have to do is one of several things or a combo of both.

1) make some graphics on your own and implment using CSS or tables
2) Buy some templates and implement your...
Forum: C# Mar 22nd, 2007
Replies: 2
Views: 1,739
Posted By percent20
http://msdn.microsoft.com/vstudio/express/visualcsharp/easytolearn/

There are some video tutorials you can look at. It uses visual C# express but it is a stripped down version of Visual Studio so...
Forum: Geeks' Lounge Jul 25th, 2005
Replies: 35
Views: 5,890
Posted By percent20
Cain nailed it. I use to be in the same situation. Then basically I did almost exactly what he is describing and now i have the pick of the liter and most of the girls think it is cool that i am a...
Forum: Getting Started and Choosing a Distro Jul 25th, 2005
Replies: 13
Views: 4,959
Posted By percent20
Yes, just setup your boot loader usually either Lilo or grub to be directed to the right hard drive sector.
Forum: ASP.NET May 22nd, 2005
Replies: 11
Views: 62,072
Posted By percent20
well, it compiles for better speed. It is highly integrated with the server and OS so you can some really cool cacheing things to get speed. Easier to code in because of the .NET framework. Don't...
Forum: ASP.NET May 22nd, 2005
Replies: 1
Views: 13,226
Posted By percent20
in the submit button do something like

if (txtField1.Text = "")
{
msgbox = "Sorry please enter something in txtFeild1";
}

Try something like that.
Forum: ASP.NET Mar 25th, 2005
Replies: 21
Views: 8,253
Posted By percent20
Sorry what I ment as the same was like if end if... Basic things like that.
Forum: Game Development Mar 22nd, 2005
Replies: 17
Views: 5,783
Posted By percent20
Go to 3dbuzz at www.3dbuzz.com they have a lot of video tutorials there about how to do 3d there is a game development section there that can get you on your way for some free 3d engines. Also they...
Forum: IT Professionals' Lounge Mar 22nd, 2005
Replies: 24
Views: 8,199
Posted By percent20
Well glad I could help that is what I try to do. I love to help people. This actually makes my day. :)
Forum: IT Professionals' Lounge Mar 22nd, 2005
Replies: 10
Views: 16,581
Posted By percent20
After doing a little research and watching some videos with people that work with php professionaly I have found that php is actually interpreted at the moment. There is work on a compiler though...
Forum: IT Professionals' Lounge Mar 22nd, 2005
Replies: 24
Views: 8,199
Posted By percent20
Well ASP.NET (not asp) is going to be around for a long time especially scince it is now multi-platfrom with apache. What how can this be? check out http://www.go-mono.com They have finally gotten...
Forum: ASP.NET Mar 21st, 2005
Replies: 7
Views: 9,797
Posted By percent20
I don't know about the number of patches that IIS 6 has but I do know that they only have 3 secureity problems scince it was introduced as opposed to Apaches 2.x 24. I think that is why he said...
Forum: ASP.NET Mar 21st, 2005
Replies: 4
Views: 13,645
Posted By percent20
Also for PHP.NET compiler checkout http://www.php-compiler.net It looks like a cooll new thing that is about to come out were you can take existing php compile it under .NET and bam you have a php...
Forum: ASP.NET Mar 21st, 2005
Replies: 2
Views: 3,059
Posted By percent20
I personally would suggest you go .NET because of all the benefits of using .NET and the windows platform. The windows platform is easier to use and for overall productivity and scince you have the...
Forum: ASP.NET Mar 21st, 2005
Replies: 3
Views: 5,368
Posted By percent20
C#.NET is a programming language that is mainly used with the .NET framework it was built for the framework. VB.NET is a language used to develop .NET applications with the traditional VB style. ...
Forum: ASP.NET Mar 21st, 2005
Replies: 21
Views: 8,253
Posted By percent20
Yes it is different from the other VB languages becuas of the different porgramming models. VB is now a OOP language wereas it was not before. I am not sure exactly what syntax is different but...
Forum: MS SQL Feb 28th, 2005
Replies: 2
Views: 13,395
Posted By percent20
Intro

Here is how to set up Microsofts MSDE for personal development.

Getting started

Download the MSDE from:
http://www.microsoft.com/sql/downloads/2000/sp3.asp

Select...
Forum: MS SQL Feb 28th, 2005
Replies: 2
Views: 3,961
Posted By percent20
Here is how to set it up.
http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1

Then you must go into services and start

MSSQLSERVER
SQLSERVERAGENT

Make sure both are on automatic.
Forum: Getting Started and Choosing a Distro Feb 21st, 2005
Replies: 28
Views: 7,049
Posted By percent20
I use to be then i found crux.
Forum: Getting Started and Choosing a Distro Feb 19th, 2005
Replies: 28
Views: 7,049
Posted By percent20
If you want to learn something about linux and do coding i would suggest crux www.crux.nu That is what i use. But i will warn you it is not for newbs. Once it is installed however it is a very nice...
Forum: Windows Servers and IIS Feb 17th, 2005
Replies: 2
Views: 3,940
Posted By percent20
Cool can't wait to use it.
Forum: VB.NET Feb 17th, 2005
Replies: 2
Views: 4,712
Posted By percent20
Huh Can you rephrase that please.
Forum: IT Professionals' Lounge Feb 14th, 2005
Replies: 10
Views: 16,581
Posted By percent20
I have the perfect answer for you. Use ASP.NET there are many reasons why.

1. Faster than php because it runs on the .NET framework is based on compiled languages and the Web applications is...
Forum: MS SQL Feb 14th, 2005
Replies: 1
Views: 3,009
Posted By percent20
um i hate to break it to you but this is the MicroSoft server forum. Here is a link to the MySql forum.

http://www.daniweb.com/techtalkforums/forum126.html
Forum: ASP.NET Feb 14th, 2005
Replies: 6
Views: 3,656
Posted By percent20
Using VB 6 IDE is going to be user friendly because you pay for a lot of functionality with the IDE. (if that is what you are refering to) The web matrix is there for a fast free alternative to...
Forum: C# Feb 14th, 2005
Replies: 2
Views: 21,101
Posted By percent20
It is possible to do what you are talking about but i am not sure though with a mysql database i would use SQL-Server if you can. I have heard of people using mysql but have also heard it is very...
Forum: ASP.NET Feb 4th, 2005
Replies: 3
Views: 3,537
Posted By percent20
Try looking at www.ineta.com or www.dnug.com(though i find this one quite bad) But that can get you on your way i dont know of any there but it wouldnt hurt to try and find it.
Forum: ASP.NET Feb 4th, 2005
Replies: 3
Views: 3,537
Posted By percent20
Try finding a Dot Net User Group around your area if there is one and usually they have a site with forums and a jobs posting area. I have seen this on several DNUG sites. You could also just try...
Forum: ASP.NET Jan 28th, 2005
Replies: 21
Views: 8,253
Posted By percent20
Well just a couple of things.

C# is a very nice language for .NET mainly becuase it was designed for .NET. Kind of like for .NET by .NET sorry stupid cliche. Anyway I use C# and like it there...
Showing results 1 to 33 of 33

 


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

©2003 - 2009 DaniWeb® LLC