Posts Tagged ‘ feeds ’

Parsing content from Last.FM RSS feed « CodingOurWeb

July 31, 2011
By

<? php // error handling ini_set( 'display_errors', 1 ); error_reporting( E_ALL );. Next we want to get the contents of the RSS feed at : http://ws.audioscrobbler.com/2.0/user/{username}/lovedtracks.rss where {username} should be replaced by ...

Read more »

Python Styol Tips « Woadie Styol Studios

August 15, 2010
By

August 15, 2010 – 8:10 am; Posted in career; Tagged Coding, Python, Tips . It's been a long time since my last update. While that's kind of a recurring theme around here, I feel I should provide a brief update for the odd stranger who ...

Read more »

Detecting errors and bottlenecks PHP

June 24, 2010
By

In this php tutorial I'll teach different ways to detect errors and bottlenecks in PHP projects. PHP tutorial.

Read more »

Big list of Django tips — Светлячный Dev Лог

April 23, 2009
By

Светлячный Dev Лог · texts · links · Feeds · About Me. Thu 23 April 2009. Big list of Django tips . Tags: django · Great Django tips by by Eric Holscher. Comments ! Author Alexander Artemenko, some rights reserved. Powered by pelican.

Read more »

Traversing a Matrix « Hoang Dang

April 1, 2009
By

CPSC 233 Midterm Review Solution · Reading List. « Notes on Python Error Handling : Try, Except · Useful Functions For Assignment 4 ». Traversing a Matrix. A lot of puzzled faces today so I thought I should explain more about matrix ...

Read more »