 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Job Posting: Yahoo! Seeks Sr. Front End Platform Engineer (Santa Clara, CA)
by Chris Cornutt August 07, 2008 @ 10:29:08
| Company |
Yahoo! |
| Location |
Santa Clara, CA |
| Title |
Sr. Front End Platform Engineer |
| Summary |
The Internet is a big, busy place, and we at Yahoo! are proud to stand out in the crowd. As the world's number one Internet brand, servicing over a half billion people, we're determined to maintain our commitment to delivering news, entertainment, information and fun... each and every day.
In order to maintain our position as one of the world's most trafficked Internet destinations, we're always on the lookout for people with big ideas and big talent to help us provide our visitors with the innovative products and services they've come to expect from Yahoo!. We're looking for people like you.
How Big Can You Think?
Would you like to touch the lives of millions of people, while working in a technically challenging environment? Are you fascinated by what it takes to build a highly efficient and scalable web application infrastructure that forms the backbone for various search applications used by hundreds of millions of users every day? If yes, then here is your chance!
We are looking for a motivated Senior Engineer/Architect to join the Yahoo! Search engineering team. In this position you will use your strong technical background to design and develop the next generation frontend platform for Yahoo! Search. This platform will provide a flexible and scalable base for building new and cool products for search.yahoo.com and its associated verticals.
Qualifications:
- BS/MS is Computer Science or related field
- 5+ years of industry experience in large scale web application development
- Expert level knowledge in PHP
- Experience with Apache, HTTP, Perl, XML, C/C++
- Knowledge of AJAX/JS, HTML/DHTML, CSS and other client-side technologies is a strong plus
- Development experience on UNIX platforms
- Excellent problem-solving and communication skills
- Fast learner and team player
Interested applicants should submit their resume to Shawn Cartwright at shawncar [at] yahoo-inc [dot] com.
Yahoo! Inc. is an equal opportunity employer. For more information or to search all of our openings, please visit http://careers.yahoo.com.
|
voice your opinion now!
yahoo job post frontend platform engineer santaclara ca
Job Posting: BINC (Recruiter) Seeks Front-end Web Developer (Redwood City, CA)
by Chris Cornutt July 02, 2008 @ 16:18:45
Via Terry Chay's blog:
| Company |
BINC (Recruiter) |
| Location |
Redwood City, CA |
| Title |
Front end Web Developer |
| Summary |
Responsibilities
- will work toward weekly and bi-weekly deadlines
- will develop optimized/cross-platform front-end code using XHTML/CSS, JavaScript, and AJAX Collaborate with product management and backend engineers
Qualifications
- must demonstrate development skills across a wide range of technologies, including: HTML/XHTML, CSS, JavaScript, AJAX, W3C DOM methods and properties, Adobe Photoshop
- must have a BS degree or greater, preferably in CS, with an excellent grasp of computer science fundamentals
- must have expertise in using Unix, SVN (or other version control system)
- must have experience launching/building successful interactive web sites and applications
|
| Link |
More Information |
voice your opinion now!
redwoodcity ca frontend developer job post binc
Hasin Hayder's Blog: How to make your own springloops in PHP
by Chris Cornutt April 28, 2008 @ 10:26:33
Recently, the Springloops version control system made its debut on the web and was greeted with both skepticism and interest. One developer, Hasin Hayder decided to look at it from a different angle and worked to see how easy it would be to reproduce a similar service.
Springloops is a nice code management service recently came into focus. It helps you to manage the code base of your application, monitor the commit and deploy the final version easily to another server. So if you are wondering how to build such a system and how it actually works, this article is for you.
He breaks it down into the six main topics (as he sees it) that are the core parts of the system - things like payment gateways, setting up subversion and making it user friendly. He goes through each topic, explaining its place in the application and providing some links to resources to help you set it up (or at least learn more about it).
voice your opinion now!
springloops webbased frontend version control reproduce subversion
Job Posting: FOX Interactive Media Seeks Senior Front End Web Developer (Brisbane, CA)
by Chris Cornutt December 18, 2007 @ 07:57:00
As posted on Terry Chay's blog:
| Company |
Fox Branded Entertainment |
| Location |
Brisbane, CA |
| Title |
Senior Front End Web Developer |
| Summary |
Fox Branded Entertainment is responsible for developing high-profile web sites for select Fox television programs, including the official site for the top-rated series American Idol.
We are seeking an experienced front-end web developer for a full-time position. Responsibilities include managing and performing daily development in a LAMP environment; building standards-compliant, cross-browser/platform compatible web pages; defining and overseeing technical architecture; evaluating and recommending emerging technologies; and performing website updates on a scheduled and ad hoc basis.
Successful candidates should thrive ina process-driven team-based environment. THey must be capable of working collaboratively to determine technically superior solutions which meet business objectives. They should be highly organized and capable of managing multiple projects and priorities simultaneously, with a proven ability to meet deadlines. They should be willing and able to provide leadership and guidance to other team members as needed.
Responsibilities:
- Daily development of front end web pages using XHTML, CSS and XML.
- Client side scriting of interactive site components and system integration using Javascript, DHTML, and Ajax.
- Video player and game development using Flash and ActionScript
- Graphic preparation and slicing of layered comps provided by design team
Requirements:
- At least 4 years of web development experiences, preferably in media and entertainment.
- Understanding of version control concepts and tools.
- Expert knowledge of XHTML, DHTML, CSS, and Javascript.
- Solid understanding of web standards and IA/UI best practices.
- Experience with JavaScript Frameworks (MooTools, Prototype, jQuery) and Ajax.
- Extensive experience in at least one object-oriented server-side scripting language such as PHP, ASP, JSP or similar
- Experience developing in a LAMP environment with PHP and mySQL.
- Experience with Flash application development, ActionScript 2.0 a plus.
- Strong understanding of Content Management Systems.
- Proven ability to develop applications across multiple complex environments with varying configurations (DEV, STAGE, PROD)
- Resourcefulness in troubleshooting complex problems, finding available internal solutions, as well as developing new solutions based on external sources.
- Ability to multi-task and manage multiple complex initiatives simultaneously.
- Familiarity with 3rd party ad serving and analytics integration a plus.
- Video encoding and player development a plus.
If interested, contact Diana Schwartz 310.590.4570 or dschwartz at this site.
|
| Link |
More Information |
voice your opinion now!
job post senior frontend developer brisbane ca job post senior frontend developer brisbane ca
Stoyan Stefanov's Blog: phpBB front-end optimization - 1 hour workshop
by Chris Cornutt July 13, 2007 @ 08:56:00
On his blog, Stoyan Stefanov takes a look at using on of the most popular pieces of PHP forum software out there - phpBB - and optimizing the front-end.
During this short workshop there will be no changes to the phpBB code, we'll create a new template instead, so that in case something bad happens, your board will continue to work normally. As an example, I'll use the bgcanada.com/phpBB2, the board I volunteer to administrate.
The tutorial is broken up into sections:
- The plan
- New subdomains
- Creating a new template
- Moving CSS to an external file, merging
- Copying files to the new subdomains
- Serving gzipped content
- Turning ETags off
- Expires header
- Sysadmin summary
It looks like a lot of steps, but each section is relatively short and written well so as not to have more information than needed. In the end you'll have a simple template that uses Yahoo's 14 optimization rules to make things work that much faster.
voice your opinion now!
phpbb frontend template workshop tutorial phpbb frontend template workshop tutorial
Zend Developer Zone: Flash and PHP in On-Line Gaming
by Chris Cornutt April 11, 2007 @ 14:34:00
In thie new post to the Zend Developer Zone, Cal Evans caught up with three guys from the Athlon Sports web team - Bryce Wells (manager), Corey Snyder (lead Flash designer), and Mike McCracken (lead game PHP developer).
Earlier this year I was given the opportunity to visit one of Nashville's hidden gems, Athlon Sports. Athlon Sports is tucked away in a non-descript building near downtown Nashville. Inside is a 40 year old company, well respected in their field that has been, not so quietly, moving into the world of on-line games.
Traditionally, they publish Pre-Season Annual sports magazines. Before your favorite sport's season begins, Athlon probably publishes a magazine on it. These days however, their interactive division publishes their web site along with many private label on-line games.
They talk about topics like why Athlon decided to get into the web, some about the Pepsi Racing Project (and related technology choices), as well as why they went with PHP to "be the P in LAMP" for their Flash based application.
voice your opinion now!
interview flash online gaming athlonsports pepsiracingproject frontend lamp interview flash online gaming athlonsports pepsiracingproject frontend lamp
Robert Swarthout's Blog: PHP frontend to Subversion (SVN)
by Chris Cornutt February 01, 2007 @ 10:33:00
In a new post to his blog, Robert Swarthout about a PHP frontend he's been developing for working with Subversion repositories:
The frontend needed to be designed in such a way that each developer could access their working copies and make the full range of actions against them. I decided to also use an AJAX setup so that pages would be quickly loaded and updated by a single toggle of a folder.
A few issues popped up, including tracking edits correctly through the interface. His solution revolved around an Apache MPM that could serve different pages to different users and groups. With this solution in place, the functionality could be built up, a list of which he provides including:
- create working copy from repository (svn checkout)
- svn blame
- svn delete
- search files (via a grep/find combination, omitting .svn folders)
- svn rename
voice your opinion now!
frontend subversion repository apache mpm ajax interface frontend subversion repository apache mpm ajax interface
|
Community Events
Don't see your event here? Let us know!
|