-
Posts
3,158 -
Joined
-
Last visited
-
Days Won
411
Content Type
Profiles
Forums
Events
Downloads
Gallery
Store
Posts posted by administrator
-
-
You can learn a lot from the Beginner's Web Design Archive
-
Now you know how Adobe feels.
-
Ouch!
I've had people rip off old designs and articles in the past and I am sure the future will see the same.
You could try contacting the ISP, but given this is an international website ... I wouldn't hold my breath. Take it as a complement and move on from there. That said, sometimes contacting the jerk might give you results.
Stefan
-
If you're going to go down that road, you should stop eating meat because the greenhouse gases produced by beef is far greater than that of automobiles.
Yes, all the cows in the world fart out more global warming gases than all the trucks, cars and jets combined.
... Or so I've read.
-
Personally, I don't drive a car and use my bike instead. For that reason alone, I should have so many carbon points saved up ... that I should have a card/license that allows me to litter anywhere I like!
Stefan
-
Hi,
It could be the hops, but to be honest, we've been getting a lot of traffic and even our dedicated servers are moving really slow. I will have to look into this ... again.
Thanks for letting me know.
Stefan
-
Update:
I've outlined the course on paper and I'm actually starting to produce my Javascript videos tomorrow. The videos will be targeted at total beginners to programming and should be out in say two weeks.
... I will actually have a few of the videos out sooner, because they are supposed to appear in a soon to be published Web Designer Magazine. I hate it when I give myself deadlines!
For all the advanced members who want it ... just PM and I will send you copies.
Stefan
-
No, you are not.
... But you may need to come up with topics of discussion to see any response.
Welcome to the forum.
Stefan
-
Can I avoid Recordsets, Dynamic List Boxes etc?
Is this classic ASP you are talking about or ASP.net?
If classic ASP, you can either: just manually set the default value in the HTML (may not be the best approach for nerd reasons .. but it works) or you can use a simple condition when populating the list box to filter for whatever default value you are looking for.
... It all depends on what the criteria is for the default selection.
For ASP.net, I think you can just set that in the list box control. It has been many years since I use ASP.net, so my memory is weak on that one.
Stefan
-
"Have a refreshing moment all the time." Sounds good to me and I'm working on it.
-
I use awstats and Google analytics (formally Urchin) and that's good for me.
Stefan
-
Poor porn guys.
Funny thing is, at least they make their money in an honest way ... unlike the mortgage and banking industry has over the last 10 years!!
Stefan
-
In Photoshop, to have transparent backgrounds for your images, you need to first 'Save for Web' and then you need to choose either Gif or PNG.
When you choose one of those options, you will then be presented a screen with many new options, one of those options is the transparent background.
Stefan
-
You can configure WAMP to use your ISP's outgoing mail server .. this is usually set up when you first install WAMP.
That said, WAMP is designed to be a development environment ... not for production. So I don't think having an SMTP server built in, is a problem for most.
To test your use of the mail() function can just as easily be done on your live server.
Stefan
-
Personally, I check a few outside stats like the W3C and others, but I pay special attention to my own stats with regards to the deciding factor.
... But then again, we get about 500 000 visits a month, so we have some data.
Another thing to consider is the subject of the site: if you are building a site where your visitors are more likely to be up to date with newer computers, then IE6 becomes much less important. Sometimes though, it is hard to predict these things.
Stefan
-
Wow, I appreciate all the kind remarks.
I think that the teaching thing is in the blood - several people in my family are teachers or had been teachers, including my father.
Stefan
-
Ben,
New site looks good. You have some design talent.
Stefan
-
I'm still on vacation (still on phone) so I'll take a look later
Eric, has does the forum render on the phone? And btw, what phone are you using?
Stefan
-
Oh wait ... default was already mentioned.
My bad.
Stefan
-
Hi,
You change your thinking on this and use the 'default' statement for a catch all:
switch ($_POST['page_count']) { case "1": echo "There is 1 page." break; case "2": echo "There are 2 pages." break; case "3": echo "There are 3 pages." break; default: echo "There are 4 to 5 pages ... or even more!" break; };
Actually, I think the other options presented above would work better, but I wanted to mention the 'default' statement.
Stefan
-
Just look in the APACHE config files and search for 80. When you find the line that says something like: port 80 ... you just need to change this to port 8080.
So when hitting Apache that is set to port 8080, the URL would be:
127.0.0.1:8080/yourwebsite/
That said, why do you need both running at the same time? Just turn one off when you don't need it.
Stefan
-
In my third video the script is all there for you to use.
... It isn't that hard and at the same time, you gain important web design related skills.
Stefan
-
Classic Microsoft.
You should see the Xbox 360 - half of the time the CD tray won't even open.
-
Hi,
Have you seen my podcast on the business of web design?
I go over many details about starting a web design business where I also get into some basic working strategies.
Stefan
-
The tea with chocolate and honey sounds like something to add to the evenings plans for this house.
Tea and honey rocks!
If you use 90% cocao and pure honey, this ultra tasty beverage is actually super healthy for you too!
Stefan
Posts for sale
in Open Forum
Posted
Wow, 7000!
What can I say, but thanks for being such a great contributor to the community.
Stefan