Ning Developer Docs

All Blog Posts (110)

FeedChopper: Turn any long document into a daily RSS feed

Logo



For the past day I have been building a new web service called FeedChopper. Basically you paste in a long web article or list of links or quotations, and it gives you an RSS feed that delivers one section (or link or quotation) each day to your feedreader.



Screenshot



I created it because I'll often come across some long article… Continue

Added by Jonathan Aquino on December 30, 2006 at 7:55pm — No Comments

Page-Load Times for Firefox 2, Internet Explorer 7, and Opera 9.2

IE 7 seemed to be faster than Firefox, so I decided to measure page-load times for the two browsers on four popular websites.



Histogram



My test setup is shown below. None of the three browsers had any extensions installed. Page-load times were measured using IBM Page Detailer on my IBM T43 laptop with a wireless connection to a cable modem, in Victoria BC, Canada.…



Continue

Added by Jonathan Aquino on December 28, 2006 at 1:24am — No Comments

Books Worth Reading

Received an early Christmas gift - a big Amazon gift certificate. Here's what I chose.

  • Design Patterns. This must be the third time I've purchased this book. My first copy was lost; my second, left at my previous employer. When I first encountered this book in 1997, it was a revelation - these beautiful structures and patterns, crisply named and catalogued - Observer, Memento, Adapter, Visitor, Façade… Brilliant…
Continue

Added by Jonathan Aquino on December 22, 2006 at 11:48pm — No Comments

Language-agnostic indentation

Just wanted to share a style of code-indentation that I've found to express clearly the logic of if statements and other control structures inside template files. That is, when PHP and HTML are mixed together, this technique can make it much clearer what's going on (in terms of nested structures, such as if statements, for loops, etc.).



You simply indent with each level of nesting, regardless of which language you are in; for example:



A simple example



This makes a… Continue

Added by Jonathan Aquino on December 21, 2006 at 1:31pm — No Comments

Ning Photos + eBay REST API = Instant Embeddable Slideshows

Our new "eBay Seller Photos" site makes it a snap to drop an embedded slideshow of your auction photos into your auction pages or anywhere else on the Internet It's a version of our popular Ning Photos site that's been juiced up with some eBay-specific features, all made possible by the eBay REST API.



Getting your own eBay Seller Photos site just takes a few seconds (just like getting your own copy of any Ning site) -- visit… Continue

Added by David Sklar on December 20, 2006 at 5:19pm — No Comments

jEdit’s very useful Highlight Text plugin

I have to put in a good word for the jEdit text editor again. Every so often I find some astonishing new feature in it (such as search-and-run-Java-expression-on).



Here's one that comes in useful for my current i18n project: Using the jEdit Highlight Plugin (and regular expressions) to highlight code that needs to be done (white), code already done (green), and code I don't need to concern myself with (dark blue).



You can color any text you want, specifying the criteria… Continue

Added by Jonathan Aquino on December 19, 2006 at 3:50pm — No Comments

Remember when…? 14.4 kbps modems and Word 2.0

Remember when you got your first computer? Modems were not a requirement in that day.



Then you got your first real PC. 14 kbps modems were alright, but for faster downloads from your city's BBS, you really needed a 56 kbps modem. And even with RAM at $50 / MB, it was worth the upgrade from 4 MB to 8 MB, even if it did hurt the wallet. Especially now that MS Word 6.0's come out. Word 2.0 is faster, but 6.0 looks so much better. Yeah, WordPerfect for DOS has a clever WYSIWYG interface,… Continue

Added by Jonathan Aquino on December 16, 2006 at 11:53pm — No Comments

Sensible Javascript Constructors

Here's how to create a proper "constructor" in Javascript. Note that the confusing "new" operator is not required. Also "private variables" are implemented through the magic of closures.

function gizmo(id) {return {

id: id,

toString: function () {

return "gizmo " + this.id;…

Continue

Added by Jonathan Aquino on December 15, 2006 at 7:13pm — No Comments

Jon’s links of note: Versioning CSS files with PHP; An uploader for YouTube?; and an interesting drag-and-drop interface

Interesting idea here. Setting the cache headers is key.



Ed Eliot: Automatic merging and versioning of CSS/JS files with PHP



Quote from my friend Doug on YouTube's upload-UI issues:



Noticeably absent from the list of Amazing Youtube Tools is an uploader tool. I would like to tag and title the video on my mac, maybe using spotlight or…

Continue

Added by Jonathan Aquino on December 14, 2006 at 9:30pm — No Comments

Jon’s links of note (APIs, Javascript)

Joshua Bloch: How To Design A Good API & Why It Matters (video, 1 hour). Brian's also got a good list of API links that I'll be reading through next.



Douglas Crockford: Advanced Javascript (three videos totalling 1 hour). On prototypal inheritance.…



Continue

Added by Jonathan Aquino on December 12, 2006 at 10:30pm — 2 Comments

© 2024   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service