Tool bar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • creative1
    Contributor
    • Sep 2007
    • 274

    Tool bar

    I am working on a media site, and want to design a tool-bar for it, same idea as yahoo-tool bar. Can someone guide me how I can do that logically or by programming tips. Any piece of advice will help me alot.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I don't think tool bars are created using PHP, for a start.

    Comment

    • henryrhenryr
      New Member
      • Jun 2007
      • 103

      #3
      Originally posted by creative1
      I am working on a media site, and want to design a tool-bar for it, same idea as yahoo-tool bar. Can someone guide me how I can do that logically or by programming tips. Any piece of advice will help me alot.
      Do you want the toolbar permanently in the users' browsers? You would need to write your own add-on. The firefox setup isn't too hard - at least for simple requirements...

      {% render_partial firefox/_legacy_notice.html %} ![Your Guide to Writing Firefox Extensions](/firefox/images/firefox_extension_heading.jpg) ## Tutorial Index - [Extend Firefox!](/firefox/) - [Development Overview](/firefox/Tutorial/overview) - [ …


      is a tutorial, many available

      Of course the toolbar will be browser specific so you'll need to program one for each browser. I bet you could hack up the yahoo-firefox toolbar as a starting point in firefox

      Comment

      Working...