User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 391,651 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,840 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 33 of 33
Search took 0.01 seconds.
Posts Made By: percent20
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 350
Posted By percent20
Re: Can't access array in a class

ok didn't notice the global. Thanks works now.

On to the next problem.
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 350
Posted By percent20
Re: Can't access array in a class

So you have to pass it an array? you can't just grab a global one?
Forum: PHP Jun 23rd, 2008
Replies: 5
Views: 350
Posted By percent20
Can't access array in a class

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,360
Posted By percent20
Re: Get a Session state from a Query

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: 1,611
Posted By percent20
Re: Making ASP.Net pages better looking

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,428
Posted By percent20
Re: C# Tutorial Please!

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: 4,810
Posted By percent20
Re: Girl Trouble

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: 3,694
Posted By percent20
Re: XP and Linux Gentoo

Yes, just setup your boot loader usually either Lilo or grub to be directed to the right hard drive sector.
Forum: ASP.NET May 21st, 2005
Replies: 11
Views: 42,838
Posted By percent20
Re: Difference between asp & asp.net

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 21st, 2005
Replies: 1
Views: 9,891
Posted By percent20
Re: validating a textbox without using validation control

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: 6,547
Posted By percent20
Re: Which of the .NET Framework Languages Is Best?

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: 4,507
Posted By percent20
Re: Rookie in game development. Where should I start?

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 Technologies and Trends Mar 22nd, 2005
Replies: 24
Views: 6,548
Posted By percent20
Re: Dynamic web pages? Which will exist?

Well glad I could help that is what I try to do. I love to help people. This actually makes my day. :)
Forum: IT Technologies and Trends Mar 21st, 2005
Replies: 7
Views: 10,939
Posted By percent20
Re: PHP and JAVA vs .NET

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 Technologies and Trends Mar 21st, 2005
Replies: 24
Views: 6,548
Posted By percent20
Re: Dynamic web pages? Which will exist?

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: 8,114
Posted By percent20
Re: Setting up the local webserver

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: 3
Views: 9,622
Posted By percent20
Re: What is .NET framework?

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: 2,634
Posted By percent20
Re: J2EE or .NET

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: 4,313
Posted By percent20
Re: are C#, VB.NET, ASP.NET part of new VS.NET?

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: 6,547
Posted By percent20
Re: Which of the .NET Framework Languages Is Best?

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: 11,013
Posted By percent20
Setup and Run MSDE.

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 'SQL2kdesksp3.exe' and...
Forum: MS SQL Feb 28th, 2005
Replies: 2
Views: 3,240
Posted By percent20
Re: MSDE help needed

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: 5,656
Posted By percent20
Re: Which linux

I use to be then i found crux.
Forum: Getting Started and Choosing a Distro Feb 19th, 2005
Replies: 28
Views: 5,656
Posted By percent20
Re: Which linux

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,322
Posted By percent20
Re: Sneek-A-Peek at IIS 7.0

Cool can't wait to use it.
Forum: VB.NET Feb 17th, 2005
Replies: 2
Views: 3,482
Posted By percent20
Re: how to launch a txt file

Huh Can you rephrase that please.
Forum: IT Technologies and Trends Feb 14th, 2005
Replies: 7
Views: 10,939
Posted By percent20
Re: PHP and JAVA vs .NET

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: 2,244
Posted By percent20
Re: Beginner - Integrate with Website

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,126
Posted By percent20
Re: Can any one tell me what is the good tool to develop asp.net page

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: 12,434
Posted By percent20
Re: Username / password using C#

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: 2,831
Posted By percent20
Re: Where can I find and ASP.Net job??

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: 2,831
Posted By percent20
Re: Where can I find and ASP.Net job??

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: 6,547
Posted By percent20
Re: Which of the .NET Framework Languages Is Best?

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 are...
Showing results 1 to 33 of 33

 
All times are GMT -4. The time now is 1:26 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC