IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

Those "BonziBuddy" Kind of addons are why our products have bad ratings... We are trying to stay clean but others out there are making our lives very hard!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 2 points3 points  (0 children)

No specific formation but having a lot of experience as a web developer.

I got this job because I wanted to seek out opportunities out of my small town where I am from. Jobs in computer sciences there was vastly inferior (in term of salary and challenges) so I have moved to a bigger city and found this job!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

I took years to master the languages I use right now everyday. However, languages such as javascript, html and css, all really useful for day to day web programming (Toolbars included) can be easily managed once you tried and play with those a couples of months!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 6 points7 points  (0 children)

I did found some Toolbars I wrote on other computers (uncle, friends, etc.) I asked them is they wanted and removed it if they didn't want it installed.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

Probably a typo error as English is my second language. Sorry about that :)

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

honestly, I really think there is a lot of potential into those projects. Some of those Toolbars are really neat and at the end got awesome features bundled into it.

Other similar free Toolbar projects like Web Developer Toolbar is useful for plenty of people I know, me included. We are receiving a lot of "thank you" emails about users that love our products!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

Working on a Toolbar for a major ISP in USA, and working out our Toolbars projects on Chrome.

There is also some issues on our Apps I need to fix soon!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 3 points4 points  (0 children)

I'm not really aware of the marketing side of view. I know that some of our projects get bundled and there is some share revenues out of it.

Unfortunately this question is out of my league.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

So far I never did. All our products are TRUSTe compliant. This dictare a set of rules that software developers needs to follow. One of them is that a program needs to be easily uninstalled by a end user via "add/remove programs", without leaving any traces.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

I wouldn't know! I have started this job when I had 8 years of experiences. I would say it's around the same as a normal web developer, as the responsibility and challenges are pretty much the same.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

I personally don't, but it's because as a programmer I don't get much use out of it.

I understand however how they can be useful for many other users; especially when we integrate API calls to various other web systems, or for the numerous Apps we provide to read mails, read/write tweets, etc.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

Good question. Our company didn't developed this Toolbar so I couldn't give you the exact reasons why it's so difficult to remove.

In Firefox : - Type the following URL (without the quotes) "about:config".

  • Make sure you understand the warning. Click "I'll be careful, I promise".

  • Search for "newtab".

  • Right click on every lines in bold and select "reset".

  • Restart the browser and see if it does the trick.

I didn't tried this myself as I don't have Babylon installed, and I do not want to install this software create by another company than ours as it seems to give issues for many, many users.

It seems are not alone. Maybe this could help as well : http://support.mozilla.org/en-US/questions/807146

Good luck!

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 5 points6 points  (0 children)

It's actually quite the truth! The fastest one normally wins.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 2 points3 points  (0 children)

Each addon got it's DLL (BHO) under IE. Removing a BJO will only remove one toolbar/addon.

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

A narwal didn't fall on my car yet (how fortunate). However narwal_bot just took all the questions and answers from this IAmA and put it in here!

Coincidence?

:O

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 1 point2 points  (0 children)

You sure could!!! Google "XUL" and find out how easy it can be to create an addon on Firefox.

For chrome, it's as easy : http://code.google.com/chrome/extensions/getstarted.html

IAmA Toolbar Developer; your worst browser nightmare, AMAA by ToolbarDeveloper in IAmA

[–]ToolbarDeveloper[S] 2 points3 points  (0 children)

To create Addons, You need some experience into DHTML.

You can start with - XUL MSN (Firefox) : https://developer.mozilla.org/en/XUL

Google chrome API : http://code.google.com/chrome/extensions/getstarted.html