Archive for the ‘Programming’ Category

Chanel 5 how can I pick up progs on my computer?

Posted on September 21st, 2008 in Programming

Can any-one tell me if chanel 5 can be picked up on a pc and if so how can I do it; I really want to get the football that's on this afternoon. Thanks.
Answer: You can get chanel 5 by on your Computer by going to 'Demand Five'.
http://demand.five.tv/Home.aspx
Just follow the instructions to load it.
Answer: Have […]

Help to learn HTML for collage?

Posted on September 21st, 2008 in Programming

i am currently doing a course at collage and part of the course is html for web pages, i would like to get a head begin on this so what i am asking is does anyone know of any good online e-books or tutorials for beginners
Answer: HTML for Dummies is an excellent book (or was […]

Is there a cstomer feedback form that doesn’t require server side code?

Posted on September 21st, 2008 in Programming

My client doesn't have any server side programmes installed in their web hosting account, so I can't make a PHP customer feedback fom which I always do for my clients.
Is there another way, perhaps a javascript that can send form data to an email address just like a normal customer feedback form. Bare in […]

How do you include an HTML file above another HTML file?

Posted on September 21st, 2008 in Programming

I have a website, and need to put a header in, and am not sure what to do!
I have tried a server-side include, which didn't work! ()
What code do I put in to do this?
Thanks in advance
Answer: You need to save the file as an .shtml file to make this work.
Answer: The usual way […]

“Heart Internet” - does anyone have experience? What do they offer for free, and where’s the catch?

Posted on September 21st, 2008 in Programming

Is it anything to do with website building or is it just for domain hosting?
Answer: I have a couple of domains & sites with heart internet using their free hosting. The only real catch that I have the ability to see is 1/2 meg max file size & (if I remember correctly) 100meg bandwidth per […]

Classes and Interfaces?

Posted on September 21st, 2008 in Programming

What is the difference between a Class and an Interface?
Answer: An interface defines what types of functions for something where as a class actually implements them (note - you don't NEED to write an interface for every class you write, it's just a design approach).
For example if I wrote an interface for an animal - […]

How many items on a web-page should be positioned relative?

Posted on September 21st, 2008 in Programming

State for example you build a web page in individual div's. (nav, container, logo, etc.)
How many div's should be positioned relative, is there a limit?
Thanks in advance
Answer: How long is a piece of string?
Use relative positioning when you need relative positioning.
Most layouts don't need it at all.
Answer: There's no limit. Use relative positioning as much […]

How do i run a stored sql query from a button on an access form?

Posted on September 21st, 2008 in Programming

I’ve an access query and I just want to run it by clicking a button on a form. For the life of me I can't find out how to do such a seemingly easy thing… Please help
Answer: Here's one way to do it:
In the OnClick event of your button, put this command:
—————————
DoCmd.OpenQuery “qryYourQueryName”
————————–
Another ways is […]

Which personal language do i need to learn?

Posted on September 21st, 2008 in Programming

hi, a guy came into our shop to set up the systems and it looked like something i would like to do and he said if i learn xxxx and yyyy he would give me a job. i cant remember what x and y were. what languages do they use to create systems for shops. […]

Why did Microsoft make it possible to delete the ‘recycle-bin’ ?

Posted on September 6th, 2008 in Programming

You don't just 'make it possible' without having a reason, so I'd like to know as many reasons out there to why Microsoft perhaps decided to grant users to let their curiousity and boredom get the superior of them, to fulfil their sole goal in life - to delete the recycle bin.
I can't see why […]