Quick Turnaround Process

Process For Quick Turnaround Projects

Things can move quickly in web publishing. There are unannounced code updates that create bugs, critical pieces of information that need to be released immediately or looming deadlines that cause you to suddenly realize you need an extra hand (or several) on a certain project.

At WerkPress, we handle projects like this regularly. Unfortunately, a comfortably distant deadline that allows for well-paced milestones doesn’t always happen in the real world. When your site needs to go live as soon as possible, we find a way to make it work.

planThe Plan.

This is the most important aspect of any project, and doubly so when quick turnaround is a requirement. Start with identifying the problem. What is the desired behavior and how does that differ from what currently exists?

Example: The hover state for portfolio thumbnails should contain a title and excerpt on a light grey background. Currently there is no information displayed.

Next, try to imagine your user scenarios and account for anything you can think of. We may chime in during this step to make sure everything is clear.

Example: The title should display centered, in all caps, 16pt Arial bold, underlined. The excerpt will be limited to the first 40 words, 12pt Georgia and left-justified. All text will be in #000000.

When the cursor moves over the image, the text and background will fade in rather than “pop”. When the cursor moves away, it will fade out. If the reader clicks anywhere on the image they will be taken to the portfolio page.

This behavior only applies to the homepage. No hover states should be added to the portfolio thumbnails on internal pages.

buildBuild and Implement.

With all of the scenarios and details described, we can get right to work. Our developers incorporate all the necessary changes in one round of development. The code updates are deployed to your server and we’re ready to move into testing.

testTest.

Testing your updated code involves checking each of the required new elements to ensure they are present and implemented correctly, as well as accounting for scenarios that may have been missed during planning.

Example: Testing reveals fade behavior prevents links from functioning on tablet and other touch-enabled devices. Remove custom hover state from touch-enabled displays.

launchLaunch.

Once you have signed off on all the updates, the project is complete! You may opt to do a ‘soft launch’ at this point if your schedule permits, but often it’s necessary to move live right away. For this reason, we recommend carefully monitoring your site in the days following the launch so bugs don’t sit unattended for a long period of time.

maintainMaintain.

After launch, we typically stay on-board for an additional 7 days to ensure nothing was missed. Reporting bugs early on in the maintenance period helps give you the most stable release for long-term use.

If you’d like to learn more about quick-turnaround projects you can read about the Waterfall Model development process. It will help you identify the important steps to go from problem to solution in no time.

support

It’s Greek To Me: Learning To Customize Your WordPress Site When PHP And CSS Is Foreign

People are drawn to WordPress as a CMS because it’s a solution that anyone can implement without a lot of technical knowledge. I set up my first WordPress site in 2009, and since then I’ve learned a lot about how to start just a basic site with the default theme and no plugins and make it a totally unique, customized website - even if you don’t know how to write a single line of code.

The easiest way to hone the default look of WordPress into a site that reflects your vision, is to leverage the existing tools that have been built by the amazing WordPress community.

Think about the purpose of your site and head on over to WordPress.org. You can find a theme that pulls the important elements into the spotlight. Searching by subject - photography, business, portfolio, journal - is the best place to start. It might be tempting to search by style elements, but it’s so much easier to change the color of the homepage than the layout!

A good theme can get you nearly all the functions you need to launch your site, but even the best might not have that one tool you really need. That’s where plugins come in. You can make slick contact forms, detailed events lists, sell your band’s MP3s, support your site through managed ad campaigns, or even reach a whole new audience.

If you’re like me, after a bit of tinkering, you start to feel confident and want to check out that little area of your site’s admin labeled ‘Editor’. If you’re ready to get your hands dirty you can’t be afraid to break things. The best way to start is to back up your data. You can use any of the backup plugins available or make a copy of the theme folder (if you know how to use an FTP client or if your hosting provider has an interface for you to browse your files it will be in the wp-content/themes area).

If you’re feeling especially adventurous, you may want to review this article on debugging. This will be important information to have if you need to search for help later on.

Now that you have something to roll back to in case your experimenting goes all pear-shaped, start trying things out! Use some of these free resources online to help you navigate the PHP and CSS that runs WordPress.

At this point you’ve either discovered your hidden talents (hopefully) as a front-end web developer, or you’ve realized you need a hand. The WordPress community is there for you if you experiment yourself into a corner. You can get help online at WordPress.org, or look for meetups or user groups in your city.

Get in there and get your site online! Even if you don’t know where the <head> tag goes, you can create your own unique online presence.

Sign Up

Sign Up for our newsletter here. We’ll send you cool WordPress tips, tricks, and news. No spam, we promise.

  • This field is for validation purposes and should be left unchanged.