Pyrodius |
Django Settings Site Domain example.com
Django RequestContext Example
Clever table design
I thought about building one on my own when watching the video, but I haven't even built anything simple before. Maybe I need the challenge to get me interested.
College Stops Giving Students New Email Accounts
I've been looking around at the school's interface and at the Windows Live account area and I haven't found anything yet. If https://owa.msoutlookonline.net/Login.aspx is the OWA you are talking about, then I can't log in to that.
I remember someone saying that forwarding was turned off so that people would have to use the web interface. I don't know why they would even make than an option.
College Stops Giving Students New Email Accounts
Also, a lot of universities have their application process online and require an e-mail address to apply. So the information is already available and that would eliminate the step of requiring the student to set up forwarding manually.
If it's already a method of contact between you and the university, why add another place to look by creating a separate inbox?
College Stops Giving Students New Email Accounts
> They considered offering from both Google and Microsoft, but eventually decided against both in lieu of the new forwarding option.
UCF recently had to make this decision and went with Microsoft. And now our students do not have an option of forwarding those messages to an address of their choice.
PHP Developers, Keep me Sane
I've been using python a lot recently and I like they way they work with their errors. Instead of suppressing it, you are catching it and then you have a chance to do some logic in that case. I guess php implemented a way of doing it that way also, but no one uses it.
Ask YC: Does music help programmer concentrate better?
I agree that instrumental progressive metal is awesome for programming. I've also found classical music to work, but I enjoy metal a bit more.
Using Beautiful Soup for Screen Scraping
How To Use Triggers to Track Changes in MySQL
OLD and NEW are used on UPDATE triggers. OLD.col_names will access the data that is in the row of the database before the UPDATE query runs and NEW.col_names will access the data that the row will be updated to.
IF OLD.first_name != NEW.first_name
That checks if the UPDATE query is changing the information for first_name.
Ask HN: Rate my startup: IvyLees
We've opened up parts of the site so that you don't have to be logged in to view it. Some links will need to be added to the front page, but maybe this will satisfy your curiosity for now. http://ivylees.com/associations/IvyLees
htpc.. troubles once again…
Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron
I've seen a few sites mention it and I would like to check that out also. I was wondering how to pronounce that word for a while. I should have just looked it and I would know it's pronounced "engine x". I subscribed to your feed so that I'll know if you do post about it.
Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron
That is a really good article and I'll be following along when I get around to using a different server for static files.
Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron
I didn't mention anything about a mail server in this post. I found this page that can set up forwarders easily: http://eightpence.com/howto-setup-mail-forwardi...
Setting up Apache2, mod_python, MySQL, and Django on Debian Lenny or Ubuntu Hardy Heron
Going with Slicehost Instead of AWS EC2
Mufin: An Automated Music Recommendation Engine That Actually Works
Some of the recommendations were on target, but there were about half that were far off. I like being able to browse through the similar tracks and it's cool that it keeps the history of them so you can go back.
Do any of the music recommendation places have an api? I've been thinking about creating a site that recommends music for groups of people that might have different tastes in music. Not many of my friends like the same stuff, but I know there is some overlap there.
