--> WEB DEVELOPER'S BOX <--

WebDevBox

Site Prototyping, Design & Development

Categories:

Directory

Genshi Media Group, the parent company of Web Developer's Box, specializes in web and graphic design, music and sound production as well as music consulting services for the film and tv industry.

Creative Projects

GENSHI:TOY is our new indie designer toy label. Our first toy is the critically acclaimed Broken Heart Robot which has since sold out!

We are in the process of working on our second toy, so stay tuned for updates.

Flash Site

Our previous incarnation of WebDevBox.com was a flash based site. It seems designers have moved away from flash sites over the past couple of years (mainly because of the push for clean XHTML and CSS sites) but we are starting to see a resurgence of embedded flash into sites.

Soon we will have new examples of this as well, so make sure to check back with us!

The collapsible panel "reveal" part of this site is a Spry widget that is part of the new Adobe Dreamweaver CS3. The Spry framework for Ajax is a JavaScript library that provides web designers with the ability to build richer, more interesting, and more interactive web pages.
Download   |  Read more...

Latest News

Posted on May 11 , 2007 in Design

We have recently redesigned this site and it is still under remodeling. The purpose of this site is to explore new technologies in web development, prototype and test sites for our clients and provide a resource center for other web developers and designers. As we come up with new code, templates and other goodies, we will be sure to make them available here on WebDevBox.com!

This site is best viewed using either the Firefox Browser or the Safari Browser. There are no longer any excuses from anyone to not use either of these browsers! Get it. Love it. Spread it.

Here is an example of a code block:

  1. for ($i = 0; $i < $num_kw; $i++) {
  2. $keywords = trim($kws[$i]);
  3. $value .= " keywords_meta LIKE '%$keywords%' ";
  4. if ($i < $num_kw-1) {
  5. $value .= " OR ";
  6. }
  7. }

Blockquote example:

The Extensible HyperText Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but with a syntax that conform to XML syntax.

Cascading Style Sheets

Posted on April 10 , 2007 in Internet

List example:
  • list line 1
  • list line 2
    • sublist line a
    • sublist line b

In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).

CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.