- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 8
- Posts with Upvotes
- 8
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Re: you need to check out the starter kits from asp.net. source code inlcuded. [url]http://www.asp.net/downloads/starterkits/[/url] | |
Re: whhy don't you check this out: [url]http://www.codeproject.com/useritems/ATLAS_sample.asp[/url] | |
Re: I got a 360 last year for xmas and i primarily use it as a dvd player and i do enjoy plaing video games. I still play my ps2 more than the 360. I did get a wii this year for xmas and it is as cool as everyone says. … | |
Re: The main difference between vb.net and c# is just syntax really so it shouldn't be much of a leap between the two. I would recommend you download some starter kits from [url]www.asp.net[/url] and review some of the tutorials there. | |
Re: I doubt this would be a dell error, sounds more like an OS error. What did dell say after you called them? | |
Re: This all really depends with how you are binding your data. Are you using asp.net for this? c# or vb.net? | |
Re: You really need to give us more info than this as I don't think anyone is in the business of doing homework for you. Tell us more about the firm and tell us what YOU think and we can help you and make recommendations based on yor designs. | |
Re: What is your definition of biggest? Lines of code? Active contributors? wide use? | |
Re: asp.net can also be run on linux just as php can be run on windows so don't let the server you have or use dictate what you learn. Designing and programming are two VERY different things and while yes, you can pursue them both simultaneously, you will most likely find … | |
Re: Yes, google can see your links as long as you don't require a form or a login to get to them. If you have a links page and the links are pulled dynamically from mysql, they are displayed as HTML so there is no reason google couldn't see them. | |
Re: It can take a while to code a theme if you've never done it before. What have you done so far? I would advise you finding a theme that is similar in layout to the one you want and then start by slowly modifying the css file. | |
Re: You need to check out the [url=http://bakery.cakephp.org/]Bakery[/url] for some beginners tutorials. | |
Re: Everyone "wants to make tons of money"...but realize that takes time and you have to be able to set yourself apart from your peers. One reason I still love programming is I LOVE problem solving. Math was always my best subject in high school and college and I could have … | |
Re: There is. Check this [url=http://www.codeproject.com/csharp/perfgrid.asp?msg=2146640]Performance Monitoring[/url] example. | |
Re: salary all depends on where you live. I went right out of college into a 50k / year job. I was 27 when I finished school. Your previous experience will help increase your salary because you do have real-world experience that the 22 year old you're competing with doesn't. Also...if … | |
Re: This post is a couple of weeks old, but I figured I would add a link to a good website: [url=http://www.acetheinterview.com/]Ace The Interview[/url] I used to use this site to help prepare me for job interviews. There are a ton a technical related questions, etc., and this is more geared … | |
Re: When you say you want to pursue IT... do you mean as programmer? As a Project Manager? As a programmer, you will just want to continue learning and get more experience under your belt. You say you already have 2 years with VB and ASP...why don't you take that experience … | |
Re: since you asked... I have a BS in computer Science, not engineering. Don't think that just because you finish a degree in computer engineering there will be tons of high-paying jobs just waiting for you. This isn't the year 2000 anymore. You need to go with your gut and study … | |
Re: Tool - Aenima Radiohead - The Bends Alice in Chains - Sap NIN - The Downward Spiral The Smiths - Singles | |
Re: You need to check out [url=http://msdn2.microsoft.com/en-us/library/aa502077.aspx]Mappoint web services[/url]. It's pretty sweet. | |
Re: [QUOTE=Duki;299979]Hey everyone, I am not sure of good COSC doctoral programs on the east coast (maybe va tech offers it?). I am also wondering how a PH.D. will help me in the long run. I would love to work for a huge enterprise as the head network administrator, but I … | |
Re: [QUOTE=steven01;319468]hi,I see a site when I click the game image,it's to a url: [url]http://www.site.com/skill-games/12-many.html[/url] when I click the second image,the url changes to: [url]http://www.site.com/play/1400.html[/url] how this can be done?thanks in advance:eek:[/QUOTE] How can this be done in PHP? I think what you are talking about is Mod-rewrite. | |
Re: First let me ask you, did you try to process it? Second, for your action="" just put <?php echo $_SERVER['PHP_SELF']; ?> rather than assigning a variable to it. If you don't need it more than once, don't create a variable for it :) | |
Re: I need to ask.... You're a programmer. Why are you looking at McDonalds? I know you're 17 but there must be something you could do with your technical skills. | |
Re: When I need a quick break from coding... i play this game: [url]http://www.gamesandgames.net/games/bloomin-gardens/[/url] Probably not what you're looking for, but I like logic games. | |
Re: Your code probably has an error in it but you can't see it because error reporting is probably turned off. Put this at the top of your page: error_reporting(E_ALL); so see the errors. | |
Re: I have also never had an issue with google and I receive payments just fine. If you stay away from your own ads or you report any suspicious clicks to google, you've got nothing to worry about. | |
Re: What version of the framework are you using? You would need to post some code or some links so we can look at it. |