Moved this blog and http://www.sergeychernyshev.com/ to new hosting.
Other projects will follow soon.
Let me know if you’ll notice any glitches with it.
Author ArchiveMoved this blog and http://www.sergeychernyshev.com/ to new hosting. Other projects will follow soon. Let me know if you’ll notice any glitches with it. In preparation to next development phase (remember that preprocessing configuration interface?) I rewrote large chunk of code in more object-oriented way then it was originaly done (release early makes it’s evil deed). So it’s quite possible that some functionality got broken even though I tested the code after the change. Please let me know if you notice some sudden problems with the service. P.S. I’m also preparing a new hosting for the service so I hope for significant performance increase. I’m working on configuration manager for Feed Preprocessor to give you more control over your feeds. Some time ago I’ve added an interface for global configuration (I never posted about it because only I can see it) and today I changed how one of preprocessing modules work and changed some global preprocessing configuration that you’ll start seeing in your feeds (that’s why I’m posting about it now). Shortly, I rewrote a module that inserts “In-feed controls” (sister project for Feed Friends and Feed Preprocessor) directly into new items so now in addition to “Share” button (that changed it’s appearence to Now you don’t need to depend on blog author to insert these links into posts - you can use Feed Preprocessor (which is part of Feed Friends’ feed management) to add them to all feeds you’re using. P.S. interface to configure preprocessing is on it’s way and you’ll be able to do more preprocessing for your feeds relatively soon. Apparently some browsers (e.g. IE) perform a clicking sound on each URL update and this begavior wasn’t really pleasant when map URL was constantly updated when map was dragged. I tweaked a code a little so it updates URL only when dragging is over (link on the right updates in real time) so now you should here reasonable amount of clicking if you use those clicking browsers. As a side effect URL stays the same when you originally load the page as http://www.sergeychernyshev.com/maps.html
19
07
2006
Persisting location attributes in URLs hashPosted by: Sergey Chernyshev in AJAX, Google maps vs. Yahoo! mapsI noticed that new Flash Yahoo! maps interface uses location parameters using URLs hash (text that you can see after # sign).
I liked the idea and that’s why I replaced passing parameters through query string with passing them using hash (or anchor if it sounds better). Enjoy!
18
07
2006
Google maps vs. Yahoo! maps permalinksPosted by: Sergey Chernyshev in Google maps vs. Yahoo! maps
I can say that I enjoy JavaScript development which is a weird thing for a server side developer to say but I stopped using JS (about 10 years ago) only because it was so puny as a technology and now I’m coming to AJAX and JS web services because they really allow making cool stuff pretty easily - whole project took approximately 20 hours of work (spread over a couple of weeks) including learning both APIs, setting up hosting and writing this post. So please, come and enjoy the fun of searching for differences (coordinates permalink will allow you to link to current position). You can post them as comments to this blog for now, special interface integrated into main page is coming in future releases. P.S. Looks like Google is not using zoom level in their URL but viewport size instead, also it seams that Google maps quality is much better then they provide with API while Yahoo! is letting you use their production imagery (+1 to Yahoo!). P.P.S. I had hard time figuring our how to point to Yahoo’s plain maps service so I put a link to their Flash based beta which is noticebly slower on my computer. I’ll be happy to add plain version link if someone will give me a clue how to pass it all parameters. I was pretty tired past week because of this bullshit with carpeting in my apartment and a lot of information I got from Syndicate and Streaming Media East, but I spent some time on improoving friends interaction as well as feed management.
More to come - currently I’m working on following features:
Please feel free to post your comments - I’ll be happy to discuss all this (I’m still thinking about putting up a Forum but I hate empty forums - even more then empty comment lists). Syndicate![]() Event type: Conference Date: 2006-05-23 I’m back from the conference. It was quite interesting even though everything looked like early stage for the business. I loaded my new iPod Video with Rocketboom, installed structured blogging wordpress plugin for this blog and gave away some Feed Friends business cards. Now it’s time to get more hands dirty with Feed Friends guts - more features to come. Tags: rss Right before going to Syndicate conference, I opened Feed Friends to public. It’s still in very raw state and several actions fail without giving user any feedback e.g.:
But it works for me, works form some other people and clearly worth opening - just expect it to be fixed on the go.
And I hope to see more news shared by you! Sergey
Now all the links in the feed are converted on the fly to toolbar links (with same base module that absolutizes links and helps to see those images that got corrupted otherwise). What it means is that target page is opened inside a frame and on the top of that frame there is another tiny frame (36 pixels high at the moment) that contains “share” button, feed item title and a link to the initial link (in case you’d like to get back to where you started). This toolbar significantly saved my time when I tried to chase stories (to share them) after I clicked deeper into the story which happens quite often. P.S. some sites (e.g. Make magazine) coded their pages in the way that it detects being opened inside a frame and jumps our of it. I’m sorry to say that this can’t be reasonably avoided and I respect site owners decision to do so. In this case you’ll have to feel the pain and get back the feed item in your reeder to share it until I find some other tricks (like popups instead of toolbar or URL posting - both were given serious thoughts for this or other reasons). |