web design
CSS Shorthand – I Need To Read More.
by WeblashAdmin on May.25, 2010, under CSS, stylesheets, web development
I stumbled upon this little shorthand trick today for CSS.
This…
.myFontStyle {
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 10px;
line-height: 12px;
font-family: verdana, sans-serif;
}
is the same as this:
.myFontStyle {
font: bold italic small-caps 10px/12px verdana,sans-serif;
}
There’s a great slidedeck on CSS architecture here.
Become a CSS Expert: The CSS Selector Reference From W3C
by WeblashAdmin on Aug.23, 2009, under CSS, stylesheets, web, web design, web development
I have at times struggled with CSS because I didn’t fully understand what I was looking at when modifying WordPress themes. Then I came across this resource when doing some jQuery work. It is unbelievable what you can do with CSS. I always thought it was remarkable before, but WOW, this really opens up a new avenue of theme customization for me.
Cross-browser Compatibility Testing: A Great List of Tools
by WeblashAdmin on Aug.20, 2009, under Testing, development, web application, web design, web development
7 Awesome Resources to Test Cross Browser Compatibility of Your Website
”When there are many browsers available for the users to surf the internet, it becomes evident for you to check the Cross Browser Compatibility of your website. Different people use different operating systems and browsers and you cannot control their wish to surf your website on one particular browser, just because your website does not look well on it. Though among many available browsers, Mozilla and IE are the most used browsers around the world. But still while designing a website web designers make it sure to check the browser compatibility of the website in all browsers.”
Great Usability Article: 30 Usability Issues To Be Aware Of
by WeblashAdmin on Aug.16, 2009, under design, development, usability, web, web design, web development
Came across this terrific article about website usability. May be a little dry for some, but essential for any web designer/developer. Just one question: shouldn’t the title be “30 Usability Issues Of Which To Be Aware?”
Project: Photo Essence Web Site
by WeblashAdmin on Jul.22, 2009, under Web Portfolio, Weblash.net Updates, WordPress, business, design, marketing, web, web design, web development
Photo Essence of Lynnwood, Washington needed a new, dynamic Web site to compete with regional professional photographers. The client had few requests:
- Keep the site elegant
- integrate a slideshow feature on the landing page
- integrate a Flash gallery browser
- provide a way to automatically update his photo galleries.
I decided to choose the WordPress platform because I was impressed with the ease of implementation and breadth of features for this framework. I was pretty sure I would be able to exceed the customer’s expectations by providing additional features with minimum development time.
One example of this is the Shadowbox JS plug-in, enabling visually engaging photo galleries that are easily customizable. See it in action on the site: http://www.photo-ess.com/blog/?page_id=42
I convinced Photo Essence that including a blog would be a great way to get higher rankings on search engines. As the site accumulates more and more content, that content is getting indexed by search engines, and thus, more and more views by potential customers. Blogging is so easy now and there are many applications out there to write and publish blogs including Microsoft Word 2007, Microsoft Live Writer, or even e-mail to post a blog.
Lastly, I developed tools to enable the client to quickly and easily update galleries with one or two mouse clicks. I wrote a small C# application which uses Photoshop APIs (OK, this is getting technical…) to take his high-resolution photographs and resize them, create thumbnail images in a specific size used in the WordPress photo galleries, save them in .jpg format, and finally, FTP the finished pictures to photo-ess.com. I’m going to write another blog soon on the C# application and PhotoShop scripting features. It’s really pretty awesome.
Below are some screenshots, but please visit the live site: www.photo-ess.com.
- Introduction Page
- Gallery Browser
- Events Gallery
First Attempt at a WordPress Template
by WeblashAdmin on Jun.21, 2009, under Weblash.net Updates, WordPress, design, development, web design, web development
So this is my first attempt at designing a template for WordPress. It didn’t take long to develop after reading the template articles on the WordPress Codex site. I’m hoping I can swap out background images with little trouble. There will probably be some tweeking to the styles for links and hovers, plus font colors to align the color scheme. I’d love to hear comments on the theme. What do you think?
The background image is a photo of the Oregon coast taken at Seaside, Oregon.
















