Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 350 |
Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 350 |
Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 350 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 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 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 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 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 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 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 |
Forum: ASP.NET Mar 25th, 2005 |
| Replies: 21 Views: 6,547 |
Forum: Game Development Mar 22nd, 2005 |
| Replies: 17 Views: 4,507 |
Forum: IT Technologies and Trends Mar 22nd, 2005 |
| Replies: 24 Views: 6,548 |
Forum: IT Technologies and Trends Mar 21st, 2005 |
| Replies: 7 Views: 10,939 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 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 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 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 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 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 |
Forum: MS SQL Feb 28th, 2005 |
| Replies: 2 Views: 11,013 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 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 |
Forum: Getting Started and Choosing a Distro Feb 19th, 2005 |
| Replies: 28 Views: 5,656 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 |
Forum: VB.NET Feb 17th, 2005 |
| Replies: 2 Views: 3,482 |
Forum: IT Technologies and Trends Feb 14th, 2005 |
| Replies: 7 Views: 10,939 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 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 |
Forum: C# Feb 14th, 2005 |
| Replies: 2 Views: 12,434 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 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 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 |