At what point does bandwidth cease to become an issue? Our training centre currently has a 4 Mbit connection ... and our service provider is upping that to a 10 Mbit connection in the near future. Fabulous - thank you - especially as the price actually drops. And on past form, we'll truly get t ....
In PHP, you can use a file function to read the whole contents of a file into an array, and you've got a whole variety of other functions to open and read files in other ways too. If you want to read from a web page (a URL) via the GET method, that's easy too - simply put the URL in instead of the ....
I'm pleased to announce that we now have access to additional facilities in Melksham, within a mile of our current training centre. These facilities offer us a choice of two training rooms on the level with wide door access, toilet, tea, coffee and lunch facilities too. There are numerous parkin ....
"I want to find all records that look like ...". Such is a common sayingwhen searching a database table (or a text file or other data source come to that), but the words "look like" are very woolly and can mean different things to different people. So when you're writing code to find matching reco ....
It's been a mad week ... I know I'm usually busy, but this has been "beyond". . I had expected that Tuesday evening - when we hosted a meeting to discuss cuts in rail services to / through / from Melksham - would attract a handful of people. I had never done anything like that before, started from n ....
"Graham - this is Melksham - it would be a miracle to get 20 people to a meeting". So say the doubters, but we'll see! This weekend gone and all non-work hours around, I'm preparing for tomorrow's "Save the train" meeting that we're hosting.
It looks like we are headed for a miracle - I have over ....
Posting at 06:30 or so ... but I've already been up for an hour, and down to the station. Today is the day that I'm doing a survey of train usage through Melksham and I'm going to meet and greet every one of the 10 trains that call here and the first was at 05:53
"It's just an empty stock working ....
In a Tk appllication, you'll define a number of widgets (components) that you want in your GUI - your "Graphic User Interface". That's all very well and good, but you'll also want to arrange them neatly and you'll do this with a geometry manager. of which there are three.
The pack geometry manager ....
Q I'm going to be writing a database application, but I don't know much about programming of about databases. Should I learn Python before MySQL, or MySQL before Python?
A As far as our training is concerned, the order in which you learn the two technologies isn't especially important. They're li ....
I'm updating our web site and, naturally, I want to use current standards for my HTML, and some of the newer features such as style sheets to make the web site cleaner and easier to navigate. But I was faced with a conflict - I want to be able to support customers who are browsing to our site with ....