Tagged Questions
The boss tag has no wiki summary.
19
votes
9answers
992 views
How to explain Open-Source to your boss?
My boss was in the past not really interested in Open-Source. He always was fine, if we developers used a library or framework, that came at no cost. But he was never interested in details.
But some ...
10
votes
12answers
505 views
What to do if a senior member of the team keeps breaking things?
Theoretically, if you were in a position where a senior member of the team had the authority to make bad decisions, which affected the business in a bad way, and kept implementing these decisions ...
10
votes
15answers
1k views
How do you help a non-technical client or boss understand why something takes so long?
I want to know specifically how you deal with explaining a timeline to a non-technical boss or client, and why it takes so long to do something they feel should take a lot less longer. I hear "Why ...
5
votes
19answers
1k views
What should I do when my boss tells me to make passwords the same as usernames by default in our software?
My boss is against requiring our users to have secure passwords, even going so far to request they be setup by default to have passwords the same as their username. What should I do in this situation? ...
3
votes
7answers
400 views
Company doesn't want to use ASP.NET ajax…what can I do?
Developers and management tell me that they want to move away from using asp.net ajax because it is big and cumbersome.
I kind of agree, but I don't want to do all the javascript heavy lifting ...
1
vote
1answer
276 views
Yahoo Boss API (version 1) shut down for good?
It looks like the Yahoo Boss API terms of service has recently changed to an exclusive pay as you go model and that the "Key Terms ? Query Suggestions" has been discontinued altogether according to ...
1
vote
1answer
37 views
looking for search engine service for drupal that wont include my data to public index
i tried drupal core search and its kinda disappointing, i used many moudles to improve it but its not good enough, and i dont wana install apachesolr , is there a search engine api / service (even ...
1
vote
2answers
544 views
Can google app engine site be blacklisted for exceeding twitter api rate limit?
Hi I have a website that uses twitter api. The thing is that site becomes blank once the api limit is reached(I THINK) and then after a while it starts displaying the results.
I am running on GAE ...
1
vote
1answer
220 views
What's the difference between BOSS and the Yahoo Web Search API?
If I'm building a commercial search engine to display results from Yahoo! search, should I use BOSS or the Yahoo Web Search API?
What's the difference?
1
vote
1answer
201 views
how to get better suggestion(spelling) on yahoo boss?
I have been using Yahoo BOSS for little time .It is an easy API for search but spelling suggestion support is really not that robust .Do folks around here have any idea of getting better spelling ...
0
votes
1answer
52 views
how to get lastpage of totalresult in yahoo boss
i have a json like this from my query.
{"bossresponse":{"responsecode":"200","web":{"start":"0","count":"10","totalresults":"1050000000","results":[{"date": ...
0
votes
1answer
63 views
Heroku over Network Solutions, web developer to convince boss
I have a critical meeting tomorrow and I need to convince my operations manager to let our web team leverage Heroku vs our current solution, Network Solutions.
Network Solutions is pretty locked ...
0
votes
1answer
42 views
Does Yahoo BOSS (version 2) allow automated search queries?
As far I know, Yahoo BOSS (version 1) didn't allow this. But with the new payed model, does it mean you're allowed to do automated search queries?
0
votes
0answers
75 views
Does Yahoo BOSS use Bing under the hood?
Does anyone know if Yahoo's BOSS API uses Bing for it's search results or not?
If not, it would beg the question of how BOSS will continue as Yahoo increasingly switch off their search engines as ...
0
votes
0answers
244 views
Alternatives to Yahoo Boss API? [closed]
Before it was shut down on July 20th, I'd been using the Yahoo Boss API to pull LSI terms back to my web app for any given input keyword or keyword phrase.
I've just changed to the Bing API and am ...
0
votes
1answer
104 views
No AJAX response text
I think the code is right, but I don't get any response in my second alert. When I go to the website given in the first alert, I get the text I want. Why doesn't it work?
<script ...
0
votes
1answer
151 views
Creating a search engine for my site (should I use Yahoo BOSS?)
I'd like to create a search engine for my photo sharing website. The search engine would just need to return results based on "tag" words. Photos would be sorted by popularity, newness, or a ...
0
votes
2answers
730 views
Yahoo BOSS Python Library, ExpatError
I tried to install the Yahoo BOSS mashup framework, but am having trouble running the examples provided. Examples 1, 2, 5, and 6 work, but 3 & 4 give Expat errors. Here is the output from ex3.py:
...