 | News Feed |
Sections
Community Events
|
| feed this: |  |
Job Posting: Integraclick (Clickbooth.com) Seeks PHP/MySQL Developer (Sarasota/Miami, FL)
posted Thursday May 08, 2008 @ 14:31:59
voice your opinion now!
BY CHRIS CORNUTT
| Company |
Integraclick, Clickbooth.com |
| Location |
Sarasota, FL & Miami, FL |
| Title |
PHP/MySQL Developer |
| Summary |
Are you looking to work on cutting edge technologies? Are you a great PHP/MySQL coder that can pick up new ways of doing things and new languages quickly? Are you looking for an opportunity to be a major part of one of the most talented teams in the world?
Internet Marketing Firm IntegraClick, Inc., and its subsidiary, Clickbooth.com, are seeking highly motivated, intelligent, and trustworthy employees to whom we can extend excellent career growth opportunities at our Miami and Sarasota locations. We are firmly established as a leader in our industry and have been extremely profitable for over 5 years. If you are looking for a San Francisco or New York pace, this is the place for you.
Qualifications
- PHP 4.0/5.0 (4+ years experience)
- MySQL 4.x/5.x (3+ years experience in development - extra weight given to candidates with administrative experience)
- Javascript (4+ years experience)
- HTML/DHTML/XHTML (4+ years experience)
- XML
- AJAX
- Web services - SOAP, XMLRPC
- HTTP, SMTP protocol knowledge a plus
Expertise in coding, analyzing, and troubleshooting large-scale distributed/redundant advertising systems a plus.
Additionally, the right candidate will possess
- A strong sense of ownership, urgency, and drive.
- A strong ability to adapt and problem solve.
- Proven technical troubleshooting and performance tuning experience.
Required Education
BS in Computer Science, Software Engineering or similar degree preferred but similar relevant experience acceptable
Contact Delia Arteaga-Bussalleu for more information: Delia@clickbooth.com
|
| Link |
More Information |
tagged with: job post mysql developer integraclick clickbooth sarasota miami fl
Martynas Jusevicius' Blog: Calculating great-circle distance in MySQL and Propel
posted Thursday May 01, 2008 @ 16:08:27
voice your opinion now!
BY CHRIS CORNUTT
In a new post today, Martynas Jusevicius shows how to combine a little SQL magic with the Propel framework to fins the distance between two places:
Eventually the simple distance formula that I have blogged about turned out to be too inaccurate, even for locations within city bounds. I needed to use a formula to calculate great-circle distance which takes into account that the Earth is a sphere.
He includes the SQL to pull the data in the right format and the PHP code (using Propel) to reproduce it without having to write it by hand (complete with the bind variables to help with security and consistency).
tagged with: great circle distance mysql propel framework sql
DevShed: Using Timers to Benchmark PHP Applications
posted Wednesday April 30, 2008 @ 14:31:08
voice your opinion now!
BY CHRIS CORNUTT
DevShed has posted the second article in their series looking at benchmarking your PHP scripts. This time they look at the use of "timers" to check on script execution length.
Since you already know how to create timer functions and classes, in this tutorial, I'll create some concrete examples that show where these timing mechanisms can be applied in order to evaluate the performance of certain PHP applications.
They create a few classes that connect to a database and pull out rows (handing it off to a Result class). They use these classes in two examples - one with compression (output buffering) and one without using their Timer class to evaluate the differences.
tagged with: timer benchmark application tutorial class mysql row output buffering
Kae Verens' Blog: review Mastering phpMyAdmin 2.11 for Effective MySQL Management
posted Monday April 28, 2008 @ 07:53:42
voice your opinion now!
BY CHRIS CORNUTT
Kae Verens has posted a new book review of one of Packt Publising's latest PHP-related offerings, "Mastering phpMyAdmin 2.11 for Effective MySQL Management":
In short, my review is this: overall, the book detailed everything I can think of (and more) about phpMyAdmin - I learned about some features in phpMyAdmin that I was not already aware of. I would ask for less screenshots, more how-tos and less 3rd-person speech for the next revision, but if there are any questions I have about phpMyAdmin, the answer is in this book.
The review gets into more detail about the book - its structure, the wealth of content in it (including some unknown features) and a few things that could have been better. Kae mentions a few places where the author "forgets that the reader does not know the subject" and gets a bit too technical too fast. The screenshots, while good in moderation, overpowered parts of the chapters and made them harder to follow.
tagged with: book review mastering mysql phpmyadmin packt
Matthew Turland's Blog: PHP, MySQL, and Oracle An Odd Triangle
posted Thursday April 10, 2008 @ 13:04:30
voice your opinion now!
BY CHRIS CORNUTT
A little while back Matthew Turland posted an interesting item to has blog talking about what he calls the "odd triangle" of PHP, MySQL and Oracle.
In [an article from Maggie Nelson in a blog entry], she remarks on the article being MySQL-oriented and how limited MySQL explain plan support is compared to Oracle. I've had some thoughts in my head for a while that are related to these points, so I finally decided to, knock on wood, put pen to paper.
Matthew talks about things he agrees with (Oracle over MySQL when it comes to hierarchal data and set operators) and some of the things that can make Oracle, with all its power, fall by the wayside. This includes its licensing, the administration costs and some of the recent developments between Sun and MySQL.
tagged with: mysql oracle database compare powerful license administration
|