 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Community News: nWire Eclipse Extension for Code Visualization
by Chris Cornutt October 14, 2009 @ 08:50:06
The Zend Developer Zone has a new post promoting an extension for the Zend Studio/Eclipse IDEs called nWire that allows you to get a better overall view of the structure of your PHP applications.
nWire was designed for developers who get lost in large and complex applications. It dramatically shortens the time it takes to read and understand the code and reduces the learning curve for new developers. [...] nWire was developed with support from Zend Technologies and works with the new Zend Studio 7.0 and Eclipse 3.5 (Galileo) with PHP Development Tools (PDT).
The tool includes a visualizer to graphically browse the parts of your application, a navigator to see associations in the code and a quick search that makes it simpler to search the entire project. You can find out more about the project including downloads and a 4 minute intro video on the nWire website.
voice your opinion now!
nwire plugin eclipse visual
SitePoint Web Tech Blog: How To Create Friendlier Random Passwords
by Chris Cornutt November 13, 2008 @ 07:55:59
New on the SitePoint "Web Tech" blog today is a post by Craig Anderson about friendlier passwords.
One aspect of web applications which is almost always overlooked when it comes to accessibility is how easy any randomly generated string might be to read. If you're lucky enough to have near perfect vision and have no learning or cognitive disabilities such as dyslexia, you mightn't suffer from any problems reading randomly generated strings, but for many users distinguishing between zero and upper-case Os, ones and lower-case Ls, and even the letters b and d can be difficult.
He includes a simple little PHP script that pulls letters and numbers from a pre-defined "friendly" array that can be read more easily by those with some sort of visual issue. Obviously, the results would be less secure than some other methods (only so many to go around) but its still a wide enough range for most common uses (around 17 million passwords).
voice your opinion now!
friendlier random passwords tutorial example visual read easy
Job Posting: MODE Visual Seeks PHP Developer (Charlotte, NC)
by Chris Cornutt February 01, 2008 @ 13:31:38
| Company |
MODE Visual |
| Location |
Charlotte, NC |
| Title |
Web Developer |
| Summary |
We're looking for a full-time onsite Web Developer with a focus in PHP. Alongside our Director of Technology, you will be driving a variety of web development projects combining front and back-end programming for national clients. We are a small design and interactive studio so there is tremendous opportunity for growth and diverse work for national clients and innovative brands.
Tech Details
You should be a person who constantly desires to stay up-to-date on development trends, technologies and innovations. You should be an expert in PHP/MySQL development in an MVC framework. You'll distinguish yourself if you have in-depth knowledge of multiple languages, platforms and technologies including:
- ASP.NET (2.0+)
- JAVA
- MySQL
- Javascript (AJAX)
- XHTML / CSS
- Actionscript
- Version control (Subversion/Git)
Other capabilities and experiences that are desired include: eCommerce experience, a web design sensibility, Flash skills and comfort with the Adobe CS Suite.
Responsibilities
- Develop, maintain and support large, high-availability, web based internal applications and reporting tools; support high-traffic commercial websites
- Interest in creating the next generation of interactive media applications
- Research new platforms and architecture to support current and future business requirements
- Ensure consistency and adherence to MODE's standards, processes, and policies for all projects.
Required Skills
2+ years web development experience
experience in client facing communications
Computer Science degree or equivalent experience
Excellent analytical/problem solving skills, ability to think creatively and solve complex technical problems
Quality oral/written communication and interpersonal skills in order to effectively partner with the technologies and business communities
Ability to develop a clear understanding of client needs and plan applications to meet their needs.
As a MODE team member, you'll be rewarded with:
A fun, friendly work environment
Competitive salary commensurate with experience
Casual dress code
Performance-based bonus
Generous paid vacation (19 floating days, 6 holidays)
100% employee covered medical benefits
Possible relocation assistance
Great North Carolina weather
If interested we ask that you write a cover letter including the following:
Why you are right for our position
Your salary requirements
A set of 3 urls that demonstrate work you are most proud of including a brief description of your role on each project
Please send your cover letter and resume to jobs@modevisual.com with subject "Web Developer".
|
| Link |
More Information |
voice your opinion now!
job post mode visual charlotte nc developer web job post mode visual charlotte nc developer web
Edin Kadribasic's Blog: Benchmarks
by Chris Cornutt December 19, 2006 @ 16:51:00
Edin Kadribasic has posted some benchmarks he's created from the Zend bench.php tool on the latest build he's created with the new version of Visual Studio from Microsoft.
Here is the comparison of running Zend/bench.php from the PHP source using VC++ 8.0 (Visual Studio 2005) and VC++ 6.0. The test was done on my Lenovo laptop with Celron M 1.6 GHz processor and 1.5 GB ram.
Overall, the differences are pretty minimal, but there are a few places that stand out and have more of a variance than the others (like the 12% difference in the "simplecall" test). Check out the post for the full list of the benchmark results.
voice your opinion now!
compile version benchmark visual studio compile version benchmark visual studio
php|architect: Writing an AJAX-based Visual Rating System with PHP
by Chris Cornutt June 13, 2006 @ 06:06:48
In php|architect's ART respository today, there's a new article from Marco Tabini himself about the creation of an Ajax rating system for your site.
A rating system is a great tool for any website. It serves two important purposes: first, it gives your users a way to interact with your pages-and interactivity is an important aspect of any website these days. Second, it provides you with a valuable feedback tool that you can use to gauge viewer interest in individual areas of your site. In other words... everybody wins!
He explains the concept behind the system before ever getting into any code - a visual representation of the rating users are giving a particular article/posting. With that out of the way, he gets into the HTML first, explaining how the table is laid out before giving the code to pull together the images and form one seamless one representing the correct rating. He also demonstrates the use of a "secret hash" to protect the script against abuse.
Next up, he creates the PHP/SQL backend to handle the Ajax requests coming back in from the page, and setting a cookie to protect (somewhat) against more than one vote. Finally, he gives the Javascript you'll need to create the Ajax connection and relay the JSON message back to the server on the rating the user chose.
Of course, the code is available for download as well.
voice your opinion now!
ajax visual rating system mysql cookie gd hash ajax visual rating system mysql cookie gd hash
|
Community Events
Don't see your event here? Let us know!
|