erich13’s blog

Blogging, web 2.0, music, food, and other important stuff

Archive for the 'Technology' Category


Why Flock? My thoughts about and reasons for using Flock over other browsers…

Posted by erich13 on February 2, 2008

Why Flock?»  by
Eric Herberholz»  Eric Herberholz  View Eric Herberholz's profile on LinkedIn  - Updated March 9, 2008 3:51 PM  US/Pacific
@ my Word Press Blog|Xanga Blog|Blogger Blog|lilurl|jaiku’d|twitter’d ] - [edit|internal|old]
My Favorites @ del.icio.us/eric.k.herberholz/flock  
My thoughts about, and reasons for, using Flock over other browsers

Q: Why Flock?

A: To me, there of several features of Flock that are extremely appealing… 


  • Blog Post Editor
  • RSS News Feeds Reader
  • Media Stream - access/update your favorite photos at Flickr or Photobucket, and at YouTube
  • My World
  • Integration with social bookmarking systems (e.g. de.licio.us, ma.gnolia)
  • Web Clipboard
    • Use the Web Clipboard for Instant Saving and Sharing
    • Even with loading Firefox with extensions, you do not get the integration that Flock offers. For example, to blog from Firefox you can use the ScribeFire extension. And to save webclips you can you can use another extension. And in this scenerio you will not be able to combine the use of a blog extension with a web clip extension, say, to copy from one to the other. But with Flock’s built-in Blog editor and Flock’s built-in Web Clipboard tool, you can copy from the web clips to the blog editor with ease.

  • Built-in spell checker
  • Plus, the same great features that Firefox has:
    • Customizable, Personalize - buttons on toolbars can be re-arranged, toolbars using View»Toolbars»Customize…” For example.
    • Search Engine customization
  • And many other features…

I have given a lot of feedback, and encourage others to do so also,
simply use: Help»Give Feedback, or click on the blue fly icon (Send
Feedback) to the right of the URL/location field.

BTW, I wrote Instructions on how to download and start using Flock…

Kind Regards,
-erich (EricHerberholz.GooglePages.com
  Eric Herberholz  View Eric Herberholz's profile on LinkedIn 

Join my Flock

References:

Eric Herberholz»  About Me  A-List»  Blogs»  Portals»  Social»  Tagging»  Twitter» Web_2.0»

Posted in Blogging, Browsers, Customize, Extensions, Opinions, Technology, Web2.0 | No Comments »

What is a “favicon”?

Posted by erich13 on January 10, 2008

  • According to Wikipedia, “A favicon (short for ‘favorites icon’), also known as a website icon, a page icon or an urlicon, is an icon associated with a particular website or webpage.”
    Favicon-in-firefox102.png
  • According to Computer Desktop Encyclopdia, ” (FAVorites ICON) When a Web page is bookmarked, a favicon is the icon used in place of the standard icon next to the name in the Favorites list. The browser obtains the icon by looking for the FAVICON.ICO file on the Web site.”

Blogged with Flock

Posted in Technology | No Comments »

Google Docs has competition: Zoho [Writer]…

Posted by erich13 on January 9, 2008

Hmmm. Google docs has competition. Namely Zoho Writer, part of a Suite of applications. Zoho works with iPhone (mini.zoho.com). Zoho’s Wiki looks very promising.

Suggested reading: http://lifehacker.com/software/lifehacker-faceoff/zoho-suite-vs-google-docs-315256.php

Posted in Technology, Web2.0 | No Comments »

TIP: Vim sort

Posted by erich13 on December 28, 2007

Being a big fan of vi*, I also use vim.

Not knowing how to sort, on a Windows system, from vim, I searched and found a Vim Wiki, where I read in VimTip588:

the simple sample in the tip can be solved by native :sort command, no plugin required.

:sort /\s\+/

and for the visual blocking condition, you need not any plugin neither. e.g. if your Visuall Block start at visual colume 7, without selecting it, just execute

:sort /\%7v/

* from BSD

Posted in Technology, Tips | No Comments »