Showing posts with label xhtml. Show all posts
Showing posts with label xhtml. Show all posts

Tuesday, January 6, 2009

The Office - An American Workplace

The HTML can be customized in Blogger to allow for different width body and side-bar.

For the Template that I used "minima by Douglas Bowman" (the first in the templates to chose from as of now), the variables to change are the 'width' for both main-wrapper and sidebar-wrapper:

#main-wrapper {
width: 510px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 120px;
float: $endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

I adjusted mine so that a video from Amazon can fit in the main body and a tall, skinny ad can fit in the right side bar.

View the blog: The Office - An American Workplace.

Thursday, December 4, 2008

My Skill Set

PHP, Linux, Unix, *nix, Java, C, C++, C/C++, LAMP, Apache, MySQL, XHTML, XML, HTML, CSS, JavaScript, JS, AJAX, JSON, DHTML, Regular Expressions, Web, Web Design, Web Development, PosgreSQL, Facebook, API, APIs, Facebook API, OpenSocial, Operating Systems, OS, Social Networking, FBJS, FBML, Facebook Developer, Drupal, WordPress, MediaWiki, OOP, Object-Oriented Programming

Saturday, July 5, 2008

BlogThis!

The BlogThis feature for Blogger allows people to create links for their website. The links offer parameters that can be sent in to specify the link, title, and content of the Blog. This will undoubtedly help raise inbound links to a website. This is a high factor in search engine rankings. The more inbound links, the higher the website will show. This is called page rank. A page that already has a lot of incoming links has more weight when linking to another page. A page with thousands of inbound links linking to a website will raise the linked to website much higher than a page with few incoming links.

Here is my BlogThis link. Just place it in the "href" of a link in the HTML source:

javascript:window.open('http://www.blogger.com/blog-this.g?u=' + escape(location.href) + '&n=' + escape(document.title), 'blogger', 'toolbar=no,width=700,height=400'); void(0);"