<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Krazier Designs &#187; Web Design</title>
	<atom:link href="http://blog.krazier.com/index.php/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krazier.com</link>
	<description>Freelance Design Blog</description>
	<lastBuildDate>Mon, 03 May 2010 05:30:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Google Map Embedding Tip</title>
		<link>http://blog.krazier.com/index.php/simple-google-map-embedding-tip/</link>
		<comments>http://blog.krazier.com/index.php/simple-google-map-embedding-tip/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:08:15 +0000</pubDate>
		<dc:creator>Zebb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Pop-up]]></category>
		<category><![CDATA[Popup]]></category>

		<guid isPermaLink="false">http://blog.krazier.com/index.php/simple-google-map-embedding-tip/</guid>
		<description><![CDATA[ 
As a web designer I am frequently required to embed a Google or possibly Bing map onto the contact page of a new website. Often times the client or the allotted area for the map can be fairly small making it hard to see the “Pop-up” window which contains the address information and such [...]]]></description>
			<content:encoded><![CDATA[<div class="headlinePhoto"><a title="Simple Google Map Embedding Tip" href="http://blog.krazier.com/index.php/simple-google-map-embedding-tip/"><img style="display: inline" title="Map" alt="Map" src="http://blog.krazier.com/wp-content/uploads/2010/04/Map.jpg" width="565" height="283" /></a> </div>
<p>As a web designer I am frequently required to embed a Google or possibly Bing map onto the contact page of a new website. Often times the client or the allotted area for the map can be fairly small making it hard to see the “Pop-up” window which contains the address information and such on the map. Frequently the window will get cut off on the top or it simply is aligned oddly for the size of the map.</p>
<p><strong>The issue:</strong></p>
<p><a href="http://blog.krazier.com/wp-content/uploads/2010/04/image.png"><img style="display: inline" title="image" alt="image" src="http://blog.krazier.com/wp-content/uploads/2010/04/image_thumb.png" width="402" height="302" /></a> </p>
<p>Notice how the window is cut off and you can’t really see much.</p>
<p><strong>How it should look:</strong></p>
<p><a href="http://blog.krazier.com/wp-content/uploads/2010/04/image1.png"><img style="display: inline" title="image" alt="image" src="http://blog.krazier.com/wp-content/uploads/2010/04/image_thumb1.png" width="402" height="302" /></a> </p>
<p>Now you can see the full Pop-up window, yet without having to change the allotted width and height of the map area.</p>
<p><strong>The Solution:</strong></p>
</p>
<p><strong>HTML:</strong>     <br />&lt;div class=&quot;mapContainer&quot;&gt;     <br />&lt;iframe width=&quot;400&quot; height=&quot;<strong>550</strong>&quot; src=&quot;”&gt;&lt;/div&gt;     <br />&lt;/div&gt;</p>
<p>*Note that most of the map code is removed for ease of reading.</p>
<p><strong>CSS:      <br /></strong>.mapContainer     <br />{     <br />width:400px;     <br />height: <strong>300</strong>px;     <br /><strong>overflow: hidden;</strong>     <br />}</p>
<p>If you look at the code above you will see a few key elements to make this work.</p>
<p>First, you need to wrap your iFrame in a simple div with a class or id attached to it, in this case it’s just a class called “mapContainer”.</p>
<p>Secondly, in the css code you need to define your height and width, specifically the height. As you will notice I have set the css height to only 300 pixels (my allotted space on my site), but the iFrame height is 550 pixels. (more on this in a bit)</p>
<p>Thirdly, you will notice I have a css attribute: overflow: hidden; – this is important as it allows us to hide anything that may fall outside of our div container.</p>
<p>Now back to the height settings, if you look at the iFrame you will notice it is set to 550px and not the 300px that we have in our css. What we are doing is making the map “extra tall” which in return pull our location marker and pop-up down further inside of the div, thus lining it up the way we want need it to be while not extending outside of our div container since we have the overflow: hidden value set. (You need to fiddle with the height values until you get the desired vertical placement)</p>
<p>And that is all there is to it, pretty simple but very effective.</p>
<p>I have never actually tried it, but I would expect you can have the same results if you need to adjust the horizontal placement as well, just set your iFrame width larger than the css width.</p>
<p>You will only be able to pull the pop-up down and/or right with this technique.</p>
<p>Has anyone else had a similar issue? How did you solve it? Is there a better way? Let me know your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazier.com/index.php/simple-google-map-embedding-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Bono Service Project Offer</title>
		<link>http://blog.krazier.com/index.php/pro-bono-service-project-offer/</link>
		<comments>http://blog.krazier.com/index.php/pro-bono-service-project-offer/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 17:21:12 +0000</pubDate>
		<dc:creator>Zebb</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Krazier Designs]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.krazier.com/index.php/pro-bono-service-project-offer/</guid>
		<description><![CDATA[Krazier Designs would like to offer our Web Design services to a local (Sartell, St. Cloud area) art organization in need of a new website for the high price of $0.00. We have been in the area for just over a year now and would like to help give back to the community by providing [...]]]></description>
			<content:encoded><![CDATA[<p>Krazier Designs would like to offer our Web Design services to a local (Sartell, St. Cloud area) art organization in need of a new website for the high price of $0.00. We have been in the area for just over a year now and would like to help give back to the community by providing up to 40 hours of free web design services to an organization related to the visual and performing arts: Art Galleries, Theatres, Music, etc.</p>
<p><a href="http://blog.krazier.com/wp-content/uploads/2009/09/2602.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px" title="260" alt="260" src="http://blog.krazier.com/wp-content/uploads/2009/09/260_thumb2.jpg" width="689" height="262" /></a></p>
<p>Here at Krazier Designs we feel that art plays an important role in all of our lives whether people realize it or not, we hope that we can help your organization promote your art services to the community.</p>
<p>If your organization falls into the visual or performing arts and are in need of a new website, please send us an email at: <a href="mailto:info@krazier.com">info@krazier.com</a> with at least the information listed below:</p>
<ul>
<li>Organization Name </li>
<li>Art Category involved with </li>
<li>Current Website </li>
<li>Your Name and relation to the organization </li>
<li>Email Address </li>
<li>Phone Number </li>
<li>Description of your services </li>
<li>Description of how a new site would benefit you and the community </li>
<li>Description of the features you would like on your website that do not already exist on your current site </li>
<li>Any other useful information about your organization so we can get a better level of understand as to what you do and what you offer </li>
</ul>
<p>We are looking to get started on a site soon and so we are setting a short deadline to get your requests in. We will accept requests up through Sunday September 20th 2009. At that point we will pick one organization to work with on a new website.</p>
<p>Please note:</p>
<ul>
<li>Websites will be static only, no database driven sites will be allowed </li>
<li>Websites will be built using the ASP.NET framework or basic HTML depending on the features of the site </li>
<li>Domain Name expenses are to be handled by the organization </li>
<li>Hosting can be provided if requested </li>
<li>Due to limitations in our own time we are limiting our free services to 40 hours </li>
</ul>
<p>Please pass on this article to anyone who you feel might be interested in our offer, we look forward to all your requests and we hope we are able to help out a great organization.</p>
<p>Thank you,    <br />Krazier Designs</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazier.com/index.php/pro-bono-service-project-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centrasota Centre &#8211; A Higher Level of Dental Care</title>
		<link>http://blog.krazier.com/index.php/centrasota-centre-a-higher-level-of-dental-care/</link>
		<comments>http://blog.krazier.com/index.php/centrasota-centre-a-higher-level-of-dental-care/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:26:13 +0000</pubDate>
		<dc:creator>Zebb</dc:creator>
				<category><![CDATA[Krazier Designs]]></category>
		<category><![CDATA[Sytek]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Centrasota Centre]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.krazier.com/?p=33</guid>
		<description><![CDATA[In my last post about Sytek, I mentioned that we will continually update the blog with recent work that we have completed. We just launched the second site that we designed and developed for Sytek, this time Sytek&#8217;s client iss the Centrasota Centre in St. Cloud MN.
This site was a bit more involved compared to the Hendricks Insurance site [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.krazier.com/wp-content/uploads/2009/06/centrasota_concept_06_09_09.jpg"><img class="alignright size-medium wp-image-34" style="border: #cccccc 1px solid;" title="Centrasota Website Design" src="http://blog.krazier.com/wp-content/uploads/2009/06/centrasota_concept_06_09_09-300x206.jpg" alt="Centrasota Website Design" width="300" height="206" /></a>In my last post about Sytek, I mentioned that we will continually update the blog with recent work that we have completed. We just launched the second site that we designed and developed for Sytek, this time Sytek&#8217;s client iss the <a title="Centrasota Centeer" href="http://congdonstampdental.com/" target="_blank">Centrasota Centre </a>in St. Cloud MN.</p>
<p>This site was a bit more involved compared to the <a title="Hendricks Insurance" href="http://blog.krazier.com/index.php/2009/06/14/hendricks-insurance-agency-website/">Hendricks Insurance</a> site in that there were more pages, photos, content and they requested a flash element with some photos and basic text.</p>
<p>Professional looking design targeted at a younger age group were just a couple of the goals the client requested. Business/ Professional design involves clean, sharp lines, strong colors and a clean interface.The client is very pleased with the way the site turned out, we are happy that the Centrasota Centre now has a great new website to show their clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazier.com/index.php/centrasota-centre-a-higher-level-of-dental-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Inn Style &#8211; Designing Websites for Bed and Breakfasts</title>
		<link>http://blog.krazier.com/index.php/get-inn-style-designing-websites-for-bed-and-breakfasts/</link>
		<comments>http://blog.krazier.com/index.php/get-inn-style-designing-websites-for-bed-and-breakfasts/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:14:24 +0000</pubDate>
		<dc:creator>Zebb</dc:creator>
				<category><![CDATA[GetInnStyle.com]]></category>
		<category><![CDATA[GoInnStyle.com]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Bed and Breakfast]]></category>
		<category><![CDATA[GetInnListed.com]]></category>
		<category><![CDATA[Inns]]></category>
		<category><![CDATA[The Cornerstone Suites]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.krazier.com/?p=43</guid>
		<description><![CDATA[Not long ago we launched our new service GetInnStyle.com, this service is dedicated to providing affordable websites to owners of Bed and Breakfasts. We have received quite a bit of traffic to our service but we really haven&#8217;t been actively promoting it outside of linking to it from the Krazier Design&#8217;swebsite. There were several reasons behind this but we [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.krazier.com/wp-content/uploads/2009/07/innstyle.png"><img class="alignright size-medium wp-image-49" style="border: #666666 1px solid;" title="GetInnStyle" src="http://blog.krazier.com/wp-content/uploads/2009/07/innstyle-300x164.png" alt="GetInnStyle" width="300" height="164" /></a>Not long ago we launched our new service <a title="Get Inn Style" href="http://www.GetInnStyle.com/">GetInnStyle.com</a>, this service is dedicated to providing affordable websites to owners of Bed and Breakfasts. We have received quite a bit of traffic to our service but we really haven&#8217;t been actively promoting it outside of linking to it from the <a title="Krazier Designs" href="http://www.krazier.com/">Krazier Design&#8217;s</a>website. There were several reasons behind this but we are happy to announce that we have finished up the areas that we needed to finish (primarily the admin panel) and we are now ready to push full-steam ahead on promoting our services. Here are a few features we currently have for Inn Keepers once they login.</p>
<p><strong>This interface includes things such as:</strong></p>
<ul>
<li>An online &#8220;Design Brief&#8221; used to collect basic information as to what Inn Keepers are looking for in a website, from colors and layout to age demographics and specifically what pages are required for the site.</li>
<li>An &#8220;Assets&#8221; page, used to collect files from the client such as their logo, photos and other marketing materials they may already have which could influence the direction of the design.</li>
<li>We also provide a page specifically for collecting the content for each page of the website, our clients can login add the information about the Bed and Breakfast Features and submit it to us to be included into the live website. This is an easy way for the client to provide us with &#8220;copy&#8221; as they write it for inclusion into their site.</li>
</ul>
<p>We have also setup an account on Twitter so you can follow any important updates and information that we may provide, including giveaways once in a while, follow us here: <a href="http://twitter.com/GetInnStyle">http://twitter.com/GetInnStyle</a></p>
<p>We look forward to working with all our new customers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazier.com/index.php/get-inn-style-designing-websites-for-bed-and-breakfasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hendricks Insurance Agency Website</title>
		<link>http://blog.krazier.com/index.php/hendricks-insurance-agency-website/</link>
		<comments>http://blog.krazier.com/index.php/hendricks-insurance-agency-website/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 03:53:48 +0000</pubDate>
		<dc:creator>Zebb</dc:creator>
				<category><![CDATA[Krazier Designs]]></category>
		<category><![CDATA[Sytek]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Hendricks Insurance]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.krazier.com/?p=26</guid>
		<description><![CDATA[Here at Krazier Designs we actually produce quite a bit more work than what our portfolio actually shows, this is mostly because of a lack of time to update our own site.
We decided it is important that we start showcasing more of our recent work to help show-off what we are really able to create. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.krazier.com/wp-content/uploads/2009/06/hendrickssite.jpg"><img class="alignright size-medium wp-image-27" style="border: #ffffff 1px solid;" title="Hendricks Insurance Agency" src="http://blog.krazier.com/wp-content/uploads/2009/06/hendrickssite-300x222.jpg" alt="Hendricks Insurance Agency" width="300" height="222" /></a>Here at Krazier Designs we actually produce quite a bit more work than what our portfolio actually shows, this is mostly because of a lack of time to update our own site.</p>
<p>We decided it is important that we start showcasing more of our recent work to help show-off what we are really able to create. We plan to blog about our latest projects at least once a week from here on out.</p>
<p>Recently we started working with a company called <a title="Sytek Communications" href="http://www.sytekcom.com/index.php" target="_blank">Sytek Communications</a> located about 30 miles north of St. Cloud MN in Upsula MN. They recently started offering basic web design services and ended up getting busier than expected and needed someone to help them out. We saw it as a good opportunity for us to produce a lot of new quality work for our portfolio while at the same time helping make the web look a little nicer.</p>
<p>We are currently working on two new sites for them and we just launched a third site that we completed. <a title="Hendricks Insurance Agency" href="http://www.hendricksinsurancemn.com/index.html" target="_blank">Hendricks Insurance Agency</a> is the first completed site and we think it turned out quite well. The client was looking for something clean and easy to use. We received basic color requests and only a few photos to work with.</p>
<p>Based off this basic information we designed the concept shown above, the client loved the design and was beyond what they would have ever imagined. We swiftly converted the design to html and the site was launched in under a week (which includes waiting for client responses on design and other comments on the test site before final approval.)</p>
<p>This is the first of hopefully many more blog posts showcasing some of our most recent work for our clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazier.com/index.php/hendricks-insurance-agency-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
