ses5909 60 Junior Poster in Training

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.

ses5909 60 Junior Poster in Training

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.

ses5909 60 Junior Poster in Training

You need to check out the Bakery for some beginners tutorials.

ses5909 60 Junior Poster in Training

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 you have any management or supervisory experience...that is a plus.

ses5909 60 Junior Poster in Training

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 easily been a mathematician, but that isn't where my interest lied. Once I started programming, I knew that was it. You will always have new problems to solve and just when you feel you've gotten into a routine; you challenge yourself to learn a new language or learn the language you're working with better. So, if you like problem solving...i recommend programming.

ses5909 60 Junior Poster in Training

This post is a couple of weeks old, but I figured I would add a link to a good website:

Ace The Interview

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 towards programmer and other IT fields than other "interview" sites.

ses5909 60 Junior Poster in Training

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 and teach yourself at least vb.net to make yourself more competitive as classic ASP is going the way of the Dinosaurs. Or, make a leap and learn c# (i prefer over vb.net).

ses5909 60 Junior Poster in Training

There is. Check this Performance Monitoring example.

ses5909 60 Junior Poster in Training

Sure...

select distinct category from articles;

ses5909 60 Junior Poster in Training

hi,I see a site
when I click the game image,it's to a url:
http://www.site.com/skill-games/12-many.html
when I click the second image,the url changes to:
http://www.site.com/play/1400.html
how this can be done?thanks in advance:eek:

How can this be done in PHP?

I think what you are talking about is Mod-rewrite.

ses5909 60 Junior Poster in Training

First let me ask you, did you try to process it? Second, for your action="" just put <?php echo $_SERVER; ?> rather than assigning a variable to it. If you don't need it more than once, don't create a variable for it :)

ses5909 60 Junior Poster in Training

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.

ses5909 60 Junior Poster in Training

What is your definition of biggest? Lines of code? Active contributors? wide use?

ses5909 60 Junior Poster in Training

You need to check out Mappoint web services. It's pretty sweet.

ses5909 60 Junior Poster in Training

When I need a quick break from coding... i play this game:

http://www.gamesandgames.net/games/bloomin-gardens/
Probably not what you're looking for, but I like logic games.

ses5909 60 Junior Poster in Training

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.

ses5909 60 Junior Poster in Training

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.

ses5909 60 Junior Poster in Training

Excellent intro. Welcome to Dani Web :)

ses5909 60 Junior Poster in Training

It was really bad here in Belgium. We had gusts up to 90Kmph. We had some minor yard damage and we also had a tree snap in our front yard and it punctured the sewer line. Here is a picture, but we had already started cutting it down this morning. This tree was just as large as the one left standing. It sucks. I like my trees.

[img]http://www.ilovecode.com/pics/second-tree.jpg[/img]

ses5909 60 Junior Poster in Training

if it gives you an error on activation or on registering, they will usually give you the option to call someone. I have done this before. Just tell them you bought a new computer and are installing it there.

ses5909 60 Junior Poster in Training

Give this a shot:
phone.ToString("(###) ### - ####");

ses5909 60 Junior Poster in Training
ses5909 60 Junior Poster in Training

Your padding is currently 6px. try making it:

padding: 11px 6px 6px 6px;

ses5909 60 Junior Poster in Training

Hi james. What aspect of Web development are you interested in?

ses5909 60 Junior Poster in Training

Marhaban Mohamed :)

ses5909 60 Junior Poster in Training

Just start making some asp.net sites and include those in your resume. IMO, the best way to learn is by getting your hands dirty.

I work on different projects and sometimes I use PHP and sometimes I use .Net(c#). It can be hard switching back and forth between the two sometimes, but I think its great to have varied experience.

ses5909 60 Junior Poster in Training

Tool - Aenima
Radiohead - The Bends
Alice in Chains - Sap
NIN - The Downward Spiral
The Smiths - Singles

ses5909 60 Junior Poster in Training

What language do you program in? There is always the MSDN magazine.

ses5909 60 Junior Poster in Training

Hi Jerry. I do php, perl (only when i have to) and .net as well. nice to meet you :)

ses5909 60 Junior Poster in Training

you need something like the ,Hawking hiGain Antenna

ses5909 60 Junior Poster in Training

Try going to rentacoder or something similar and look at what projects are there. find one you like and go for it.

ses5909 60 Junior Poster in Training

Reporting for duty... Welcome :)

ses5909 60 Junior Poster in Training

Did any software come with it? That has happened to me on occasion using MSN, but if I restart and plug in the webcam it will work again. When the green light is always on it means the webcam is in use, so if the green light is on but yahoo tells you it can't find it, it means some other program is using it.

ses5909 60 Junior Poster in Training

nice to meet you :)

ses5909 60 Junior Poster in Training

what burning software do you use?

ses5909 60 Junior Poster in Training

Thats just javascript. If you have a button on your asp.net page, you can set the onclick event in the page load event:

Me.BtnLogout.Attributes.Add("onclick", _
                   "return confirm('Are you sure you want to logout?');")
ses5909 60 Junior Poster in Training

Nice to meet you. You sure you don't want to rethink the move to .net ;)

ses5909 60 Junior Poster in Training

Are you trying to use an API or an existing java class? The best way to work with Java and asp.net is to wrap up the java in a web service.

ses5909 60 Junior Poster in Training

hello,, i am a newbe in php can any one tell me how to delete multiple records in php , i am using dreamweaver as my front end tool and php triad for the back end .......


i want to learn how can i delete multiple records by passing the value of record id in my php query .... Plz help !:rolleyes:

What database are you using? And what you use to develop the program won't matter in the answer :)

ses5909 60 Junior Poster in Training

Why dont you start with some starter kits or come up with something that you are interested in.

ses5909 60 Junior Poster in Training

a tar is a group of files. very similar to a zip file. You can burn it just fine.

ses5909 60 Junior Poster in Training

I am Sara

ses5909 60 Junior Poster in Training

Is this information created dynamically? Can there be infinite levels?

I've done this a few times using databases, but by hierarchy was defined by the user on the fly. as soon as he added a new level or category, it was present.

Can you tell us when and how this information is created (through an application? is it pre-defined, etc.)

ses5909 60 Junior Poster in Training

a wbo is a web business object which is a synonym for a web object (.wo)

according to filext.com:

WebObjects is a rapid application development environment with web services, data access and page generation capabilities.

ses5909 60 Junior Poster in Training

Do you want to do this with code or manage this at the server level?

ses5909 60 Junior Poster in Training

1. Are you using vb.net or c#?
2. What have you tried thus far? no one is sitting here waiting to do homework for you. Inf the future you should try first and then when you run into problems, we can help you.
3. Tried google? http://www.tutorialized.com/tutorial/Connect-to-MySQL-from-ASP.NET/6124

ses5909 60 Junior Poster in Training

Is there a reason you want to start with VB and not just try VB.Net?

ses5909 60 Junior Poster in Training
ses5909 60 Junior Poster in Training

I was wondering the same thing campkev.

If you just want the values of a single column in all the rows, set the data source and databind it.

ses5909 60 Junior Poster in Training

That is similar to what I had planned ... a BS in Comp Sci coupled with an MBA. Unfortunately - or rather quite fortunately - fate intervented with DaniWeb and the MBA is on hold.

That's a good thing! Fate works in great ways sometimes!