Frye / Wiles Blog Archive for the ‘Development’ Category

Rob [creative director]
0
Posted by Rob [creative director]
Posted on 05-09-2008 under Creative Business, Development

Start Blogging Today!

You may have noticed that we here at Frye / Wiles post in our blog a lot. Why, you ask, do we do it? Are we really that full of ourselves?

Well, yes. But that’s not the reason. When it comes down to it, Google (and the other major search engines) loves blogs. They prioritize indexing on blogs (and other sites that are updated very frequently), to really a quite ridiculous degree. (more…)

Julian [designer]
0
Posted by Julian [designer]
Posted on 05-07-2008 under CSS/HTML Markup, Development

Plugging content into a website is the most monotonous part of web design. Most of the time its apple-c from word, apple-v to html, Rinse Repeat. One secret weapon though is to use a converter for the text so that all the garbled up entities from word don’t slip into your html.

This HTML UTF-8 Entity Encoder is what we use to make sure that our text is clean when we drop it in the HTML.

Just paste your text in, convert, copy the clean text and paste that in your html doc. That simple.

Julian [designer]
0
Posted by Julian [designer]
Posted on 03-26-2008 under Development

Citibank has downtime

Downtime happens.  That is a fact in all things web-based.  Sadly, we sometimes have to take our websites or at least sections of a site off line to do some maintenance or upgrading. What’s most important is that you pick the best time for such downtime.

(more…)

Julian [designer]
0
Posted by Julian [designer]
Posted on 03-14-2008 under CSS/HTML Markup, Development, SEO

What good is a website if users can’t get from page to page? Even worse, what if search engines can’t get from page to page? It’s useless, and that’s the last thing you want. Essentially, if you want your website to be usable by everyday people, then it needs to be navigable by computers, and here are a few steps to do just that.

(more…)

Justin [programmer]
0
Posted by Justin [programmer]
Posted on 03-10-2008 under CSS/HTML Markup, Design, Development, JavaScript / AJAX

When we talk about topics such about CSS, JavaScript, and sometimes even certain image formats (png24, I’m looking at you), and how they render in a client’s browser, we always, or should always also consider cross-browser behavior. This behavior entails many things: CSS rendering, the availability of CSS specific attributes, whether or not the DOM interface will be the same, general JavaScript behavior — the list goes on and on. And, since most discussions about CSS and JavaScript (at least the ones that I am having) also concern this variable nature, I’m coining (maybe I’m the first) a new term to put all of this into a handy little phrase, “Cross-Browser Consistency,” or, in typical programmer fashion, simply, “XBC.”

Let’s take a brief moment to establish a more exact meaning for this phrase. As you may well be aware, the industry commonly talks about cross-browser support, so we’ll differentiate between support and consistency, as well as defining what cross-browser really means, and some other tidbits as to boot.

(more…)

Julian [designer]
1
Posted by Julian [designer]
Posted on 03-06-2008 under CSS/HTML Markup, SEO

There is a right way to link.

<a href="http://blog.fryewiles.com" title="Link to Frye/Wiles - a Riverside Web Design Blog" rel="follow">Top notch design blog in Riverside CA</a>

And a wrong way.

To visit Frye/Wiles blog <a href="http://www.fryewiles.com">go here</a>.

Lets go over a few reasons.

(more…)

Justin [programmer]
8
Posted by Justin [programmer]
Posted on 03-02-2008 under Development

As a programming department, it is always our goal to code in such a manner that makes use of methods that provide, on average, the fastest execution times. In today’s discussion, we’ll be testing the many different ways to process and interact with arrays in PHP in the first of three main areas: reading, modifying, and reconstructing. (more…)

Julian [designer]
3
Posted by Julian [designer]
Posted on 02-11-2008 under Development, SEO

Julian and his ugly sitemap

Map out your pagerank!

If you have built out a website, by this point you are a bit familiar with the site map. Creating site structure for your website goes beyond grouping like topics. By creating intuitive navigation and properly grouping like pages we can control the site’s overall function; ergo, increasing its conversion rate.

(more…)

Julian [designer]
0
Posted by Julian [designer]
Posted on 01-24-2008 under Design, Development, SEO

Content is the most important part of your website. There, I said it.

SEO blog post concerning its importance
Michael Martinez writes about the same thing, I highly recommend reading his post before you begin working on your site.

(more…)

Andrew [programmer]
0
Posted by Andrew [programmer]
Posted on 01-09-2008 under Development

Using good design and implementation practices can be the difference between your client’s site having many years of reliable and incident-free service, and catastrophe. That said, I would like to discuss over the next few weeks a few implementation practices that the Programming Department at Frye / Wiles either already follows on a regular basis, or is evaluating for future use.

Our lesson for today will be in protecting ourselves and our clients’ property from an unexpected server crash.

(more…)