Archive for the ‘blogging’ Category
30 gigs black iPod is looking for its owner
Monday, October 23rd, 2006Opmlmanager blog
Sunday, October 22nd, 2006I’ve set up a brand new blog for opmlmanager that i’ll be using for news on opmlmanager!
A librarians opml-wishlist
Monday, October 16th, 2006John Tropea has some wishes on the opml-front:
- A search tool for searching a specific opm-file: I like the idea, but there is a risk when such a tool also searches in the opml-files that it finds within the opml (inclusion). Searching full-text across a massive directory sounds great but it is like asking a search-engine to search on a specific page and also search on all the pages it finds links of on the first page, and so on… What if opml-file #1 links to opml-file #2 and #2 links to #1. How do we get out of the loop?
- Subscribe to an OPML or get services to subscribe to your OPML: I agree, if you are developing a service that can handle opml, make it handle it dynamically and not just import the feeds!
- OPML archive or latest posts for your blog: In my opinion oplm is not such a great format for storing posts. From a developers perspective storing html in an attribute instead of between tags where you can escape the html with [CDATA[]], is a bad idea. Al the angled brackets have to be replaced by < and > and some more. And why would we do this anyway when we have a fantastic format that was designed for storing posts: RSS. Grazr and bitty will handle this very well!
Meet Janus Friis
Sunday, October 15th, 2006Serial entrepenuer: Kazaa, Skype, and Venice is next. And a blogger.
“It’s simple, really — we are trying to bring together the best of TV with the best of the Internet. We think TV is one of the most powerful, engaging mass medias of all time. People love TV, but they also hate TV. They love the (sometimes…) amazing storytelling, the richness, the quality itself. But they hate the linearness, the lack of choice, the lack of basic things like being able to search. And wholly missing is everything that we are now accustomed to from the Internet: tagging, recommendations, choice, and so on… TV is 507 channels and nothing on and we want to help change that!”
Looking at where he’s coming from, this might be a project to keep your eye on!
OPiuML, your daily shot of feeds!
Thursday, October 12th, 2006“An OPML file which has been thoughtfully and carefully built over time by an individual has real value. It is an asset of intellectual property. As such, I would like a tool which lets me continually build value in that asset by discovering, adding, editing, and deleting feeds.”
Timothy from flyingposts needs help organizing his opml file.
Please share your thoughts with me on how i can improve opmlmanager to make it a better and more valuable tool!
Google Docs & Spreadsheets as a blogging tool?
Wednesday, October 11th, 2006I’m testing that right now. This post is written with google docs & spreadsheets.If this works ok, we’ve another piece that can be loosely joined…
Will it work with images:
wordpress edit: it was not only written but also published using google docs. The posting did work allthough the title was not displayed… to use google docs & spreadsheets as a blogging tool it’ll need something extra i think
But i have to say that it has very nice features, like publishing your document on the web If google adds some wiki-features to this baby then they got them selfs a very interesting collaborative tool!!
Firefox: open bookmark in sidebar
Tuesday, October 10th, 2006Ideas are build on top of each other:
Dan shows us how in Firefox you can open a boormarked site in a sidebar. The Eirepreneur gets inspired and with this newly acquired wisdom he creates a browser based collaborative writing environment!
mmm, but how did he get 3 frames in there? The third frame that you see at the bottom of the page is actually a firefox add-on called ‘Performancing’ which is actually a full feautured blog editor that sits right (at the bottom) within firefox!
wouldn’t it be cool if firefox would feature a ‘open in left-sidebar, right-sidebar, bottom-sidebar’ option? That way you could open your own brand of choice blog editor (wordpress
in frame nr 3 (or 4).
Anyway, James shows us how small pieces can be loosely joined: firefox + performancing + grazr + opml + rss + typepad make a full featured browser based collaborative writing environment. How cool is that!
yomoblog
Wednesday, August 30th, 2006hi there i’m posting this mobile from my nokia n90! (how does one enter with this?), using dave winer’s yomoblog.com
I-PHPodder
Monday, August 23rd, 2004I spend my saturday writing a very simple script that would work somehow like Adam Curry’s i-podder script as far as i understand it (I don not have a mac..)
Because i’m an internet developer and do my everyday coding in php i decided to use php. It’s not a brilliant peace of work but it does the job. I decided to call it i-phpodder ![]()
The script scans rss-feeds for mp3-links included in the description-tag and downloads these mp3-files to your local-disk.
so here’s version 0.01 of I-phpodder
There are two files in the zip:
1. i_phpodder.php
2. i_phpodder_feeds.db
The first one is the script itself and you should not have to change anything in there. In the second one you type the rss-feeds that you would like to be searched and the destination-folder for the downloaded mp3’s:
http://live.curry.com/rss.xml|N:curry
http://radio.weblogs.com/0100368/rss.xml|N:gilchrist
Make sure you place those in the same directory and that that directory is writable cause the first time you run the script its going to create a third file called i_phpodder_memory.db in which the names of downloaded items are placed to prevent you from downloading the same file multiple times.
php.ini - settings
Because the downloads will take some time the normal setting of max_execution_time (default = 30 secs) will not do. I changed it to 100000 just to be sure
ok, allready told you that the script is not perfect so i’m open for suggestions!
Greetz, Pieter Overbeeke