OK, several challenges with what you are looking for. There is a specific meaning for what a users Profile is in Drupal, and the feed aggregator, last time I checked, in no way checks the profile. I think what you mean to say, in Drupal terms is; you want a user to be able to create and save their own search criterion for jobs (where ever), and have that pop up for them once they have logged on.
Another challenge (at least for indeed.com, which scans a lot more than craigslist), is they haven’t seen fit to develop anything that works within drupal yet. Here are some of the things they do provide. See my comments below in red.
Join the Indeed Publisher Program to earn money by including our job search tools on your website or blog. You will be adding valuable content to your site while generating revenue.
|
JobrollTMThe Indeed Jobroll is an easy way to add fresh and relevant job listings to your website or blog. The Jobroll can be added to your site in minutes, is continuously updated with new pay-per-click job links and can be targeted to the interests and locations of your users. You get paid when your users click on the jobs in your Jobroll - there's no need to sell job postings or deal with clients. This is the feature I implemented for fortyplus.org, notice you pick the search, not the user. |
Job Search Boxes and Text LinksYou may add Indeed job search boxes and affiliate text links to your website. Any Indeed job search results page may be used for your affiliate links. This tool posts the user’s selection criterion directly via the form action parameter, to the indeed.com site, no opportunity to save the criterion for your users. This sends the user to indeed.com (off of our site). |
|
|
Instant Job SiteTMThe Indeed Instant Job Site is a quick and easy way to add a full job search experience to your website, with job listings powered by Indeed. You also have the option of earning more money by allowing your users to post jobs. You set the price per job posting and we handle the rest! My first thought was that this was more for employers posting jobs, now I think it might be more like what you had in mind, but the risk is it will take a visitor or user to the indeed.com website. I’ll look further on this option.
|
Indeed XML APIYou may also use our publisher XML API to develop your own custom job search solutions. The XML feeds tab is activated upon request after you have enrolled in the publisher program. This one might have some promise, but it is much more complex, involving the services module to initiate and consume an xml feed and saving the users feed criterion and results with the user’s id to limit viewing to each user. One encouraging item, I could not find any references to the number of hit limits, perhaps they’ve removed them. Hopefully it complies with the XML_RPC protocol supported by the Drupal Services Module. Another item of interest is the per click money potential. |
|
OK, looks like the instant job site can be configured on our website or on indeed.com’s server. To do so on our website involves a javascript plugin. Javascript plugins are typically loaded in the theme, though they can be part of the page, which puts them in the arena of things not normally part of a drupal site (and tested), and a possible source of problems. Money making here seems to be by charging the poster more than the $20 that indeed.com charges per post. There may also be per click income, but it wasn’t mentioned in what I read. Using the indeed.com server option allows some page configuring and css that we code to be used with their page.
One thing I like about this solution is we only need to store the user’s request, not the results. Using indeed.com’s server is not possible if we want to keep the users search criterion, and I’m guessing we won’t be able to save search criterion without javascript modifications and that is not one of my strong suits.
That has some promise, in php we could post the get to our own url, save the criterion then transfer to the URL you show below with a redirect.
Nice catch,
From: collabora...@googlegroups.com [mailto:collabora...@googlegroups.com] On Behalf Of WJho...@aol.com
Sent: Thursday, February 10, 2011
12:33 AM
To: collabora...@googlegroups.com
Subject: Re: Job feeds was
Meeting...
Yes but Indeed uses a GET, so you can simply grab the URL
results in a variable
http://www.indeed.com/jobs?q=PHP&l=San+Francisco
I just thought this thru after some needed rest. Clearly you are thinking in terms of some vanilla PHP code.
If you stick this in a form, which is about all you can do using the resources of a cms like Drupal for security reasons, it transfers the user to the indeed.com website. The reason is that Drupal does a lot of restriction kind of stuff to keep your blog capabilities from being exploited by hackers and spammers by not allowing php code in conventional content.
You can develop modules in Drupal, which allows you to set up PHP code to “grab the URL results” and present them on a page, but then you need all the infrastructure to verify the user, save the query, retrieve it when appropriate, deal with all the other things Drupal uses like mod rewrite. If you ignore all that you break the Drupal functionality just to make your simple solution work.
Another limitation of this solution is that it does not allow entrepreneurs to load job requirements to indeed.com, it only deals with the searches of developers. We opted NOT to exclude people under 40 for some very good reasons, yet we have an opportunity to also support entrepreneurs (an important half of our collaboration package) and we are excluding them from this resource, probably only because our focus is on the part most of us have had to deal with thru the years, and not on the bigger picture (a good thing to keep an eye on going forward).
I would propose that we set up the “plug in job board” and attempt to hack it to save the queries for our members.
This brings up a question: Say we set the price for job postings at $40, with $20 to indeed.com, where does the additional proceeds go or do we just set our price at $20 to cover indeed.com charges. There may also be some small revenue from click traffic. Where does that go?
From: collabora...@googlegroups.com [mailto:collabora...@googlegroups.com] On Behalf Of WJho...@aol.com
Sent: Thursday, February 10, 2011
12:33 AM
To: collabora...@googlegroups.com
Subject: Re: Job feeds was
Meeting...
Yes but Indeed uses a GET, so you can simply grab the URL
results in a variable
http://www.indeed.com/jobs?q=PHP&l=San+Francisco
If you stick this in a form, which is about all you can do using the resources of a cms like Drupal for security reasons, it transfers the user to the indeed.com website. The reason is that Drupal does a lot of restriction kind of stuff to keep your blog capabilities from being exploited by hackers and spammers by not allowing php code in conventional content.
Paying $40 for a listing is cheap in anyone's book ($100 may be more
typical), but didn't want them to feel exploited.
Warren Vail
Vail Systems Technology
war...@vailtech.net
(510) 444-5380
-----Original Message-----
From: collabora...@googlegroups.com
[mailto:collabora...@googlegroups.com] On Behalf Of Michael J.
Fuhrman
Sent: Thursday, February 10, 2011 10:21 AM
To: Collaboration Alley
Subject: Re: Job feeds was Meeting...
Ok, if connecting is not part of the collaboration then a job board would be of no use at all, I would think, for either developers or entrepreneurs.
I had assumed that connecting was part of the process, probably the first step after the idea.
Needless to say, finding people is not the end of things, and lot’s of other tools would help with these processes, not the least of which would be development sandboxes, is that the kind of thing you were thinking?
From: collabora...@googlegroups.com [mailto:collabora...@googlegroups.com] On Behalf Of WJho...@aol.com
Sent: Thursday, February 10, 2011
1:40 PM
To: collabora...@googlegroups.com
Subject: Re: Job feeds was
Meeting...
What I'm thinking isn't quite square with that, but rather, we use other sites tools for what they are good at. Instead of focusing on how the person views the jobs, or how the person posts the jobs, we focus on bringing those two to one spot to *then* continue to the collaboration stage.
This is good, I know Dice has been very successful with a “Mashup” of a skills inventory, a resume site and to some degree a job site. They never became a real big player, in my perception, in the job site, but I get calls and emails all the time from head hunters using the skills inventory and the linked resume,
I like the idea of the tool to monitor the gig search process, perhaps we could do something like it for a team search process.
Here is something I just received from another resource, perhaps this will provide some food for thought.
|
|
|||||||
CALLING ALL ENTREPRENEURS! FREE Entrepreneur Pitch Event with Angel Investors
Themes: Medical Devices, Platform Technologies, and Diagnostic Tools
Wednesday, March 2 | 9a.m.-12p.m. | Crowne Plaza, Union City
The first 2011 event sponsored by the Northern Silicon Valley Partnership will be an opportunity for entrepreneurs to present their product and business ideas to and make connections with angel investors for medical devices, platform technologies, and diagnostics. A panel of Angel investors will provide feedback to a small number of entrepreneurs regarding their commercialization ideas and presentations. Entrepreneurs and interested parties are invited to this event at no cost through the generosity of the cities of Fremont, Hayward, Newark and Union City. These cities are partnering to increase their visibility to the startup community. The pitch event will be held at the Crowne Plaza, Union City. To register contact Christine Friday, Economic Development, The City of Union City at 510-675-5396 or Cfr...@ci.union-city.ca.us. Entrepreneurs interested in presenting are invited to contact Claire Kinlaw claire...@terviva.com and Christine Friday cfr...@unioncity.org for further information and to receive templates for submitting an executive summary for consideration. Executive summaries are due by February 24, 2011. Angel investor panelists are members of the East Bay Chapter of Keiretsu Forum, http://keiretsuforum.com. Keiretsu Forum, founded in 2000, is the world's largest angel investor network with 750 investor members in 18 chapters on 3 continents. Its members collaborate in the due diligence about companies and technologies, but make individual investment decisions in the range of $250K-$4M.
Entrepreneurs and others are welcome to attend and observe at no cost. Continental breakfast will be served.
|
|||||||
This email sent by WorkIt.com. You have received it because you subscribe to one or more of our lists. For questions contact us via this email: der...@workit.com phone: 800-889-2369 |
|
|
|
You know what the letters mean (in word form) and that’s a good start. Simply stated it is the set of rules for one program to communicate to another.
Now I’m guessing that even with that definition, it may not be clear, so I will try to show you an example of one you could use every day. Using one is often the best way to understand. Let’s take the case of your browser (program no 1) trying to communicate to a web server (program no 2) to retrieve some information. Let’s say I want to get google maps to give my visitor a map of a national parks tour in California. Some of the rules about how to do this describe how to put together the URL (internet address).
The rules (when all combined, become very complex) start out like this;
In my program I have a way of causing your browser to get all this information, and in that case I am using an api.
I hope this helps,
Warren Vail