<?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>Playing with Technology&#187; Geek</title>
	<atom:link href="http://jon.breitenbucher.net/topics/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://jon.breitenbucher.net</link>
	<description>Any sufficiently advanced technology is indistinguishable from magic. ~Arthur C. Clarke</description>
	<lastBuildDate>Mon, 20 May 2013 20:58:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Using LDAP with Apple Mail</title>
		<link>http://jon.breitenbucher.net/using-ldap-with-apple-mail/</link>
		<comments>http://jon.breitenbucher.net/using-ldap-with-apple-mail/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:28:36 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Instructional Technology]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Identity management]]></category>
		<category><![CDATA[Lightweight Directory Access Protocol]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=771</guid>
		<description><![CDATA[I have been trying to connect my Apple Mail client to Wooster&#8217;s LDAP directory off and on for the past four years. Initially it just wasn&#8217;t possible. Then after 10.4 it was supposed to be possible but I just couldn&#8217;t get it to work. It turns out that everything in the LDAP setup in Address [...]]]></description>
				<content:encoded><![CDATA[<p>I have been trying to connect my Apple Mail client to Wooster&#8217;s LDAP directory off and on for the past four years. Initially it just wasn&#8217;t possible. Then after 10.4 it was supposed to be possible but I just couldn&#8217;t get it to work. It turns out that everything in the LDAP setup in Address Book needs to be lowercase. Our networking group had given me the organizational units and organization names with initial caps and I guess I just never thought to change them. So if anyone else has been trying to connect Apple Mail to their organization&#8217;s LDAP, try making everything lowercase.<br />
For people at Wooster you can use the following when setting up LDAP in Address Book.</p>
<ul>
<li>Server: ldap.wooster.edu</li>
<li>Port: 389</li>
<li>Search Base: o=wooster <i>this will make all people affiliated with Wooster searchable (Student, Staff, Faculty, Alumni)</i></li>
<li>Scope: Subtree</li>
<li>Authentication: Simple</li>
<li>User Name: cn=yourusername,ou=yournovellcontext,ou=yourrole,o=wooster (e. g., cn=jbreitenbuch,ou=math_cs,ou=faculty,o=wooster)</li>
<li>Password: yournovellpassword</li>
</ul>
<p>What I&#8217;d like to do is find a way to limit the search base to just students, faculty, and staff, but entering ou=staff,ou=student,ou=faculty,o=wooster didn&#8217;t seem to work. This is probably because you can only go down one branch of the tree at a time. Doing something like ou=student,o=wooster does work and will only search LDAP for students. So creating an LDAP entry for each search base (ou=student,o=wooster; ou=staff,o=wooster; and ou=faculty,o=wooster) should allow one to search for everyone but alumni. If anyone happens to try this and has trouble just leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/using-ldap-with-apple-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring CSS 3 and more on @font-face</title>
		<link>http://jon.breitenbucher.net/exploring-css-3-and-more-on-font-face/</link>
		<comments>http://jon.breitenbucher.net/exploring-css-3-and-more-on-font-face/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:44:25 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[CSS 3]]></category>
		<category><![CDATA[Digital typography]]></category>
		<category><![CDATA[Font embedding on the Web]]></category>
		<category><![CDATA[Typesetting]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=747</guid>
		<description><![CDATA[I&#8217;ve continued to play with @font-face and have decided that while Typekit is a nice service; it is not worth paying for unless I am getting access to Adobe&#8217;s Library or Linotype&#8217;s Library. There are a lot of nice fonts on the service but I discovered Font Squirrel which has a number of the same [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve continued to play with @font-face and have decided that while <a href="http://typekit.com">Typekit</a> is a nice service; it is not worth paying for unless I am getting access to Adobe&#8217;s Library or Linotype&#8217;s Library. There are a lot of nice fonts on the service but I discovered <a href="http://www.fontsquirrel.com/">Font Squirrel</a> which has a number of the same fonts as Typekit and actually has substantially more than the Free membership option of Typekit. All of the fonts in the @font-face section of Font Squirrel are free, but they do warn that you will need to check the license yourself to make sure you can put the fonts on the Web. You will also need to edit your CSS stylesheet to add the fonts you plan on using and <a href="http://ttf2eot.sebastiankippe.com/">generate .eot versions</a> of the fonts if they don&#8217;t have them. (Font Squirrel kindly has created a kit which makes all of this easy.) Once that is done you can upload them to your website or blog. I created a font directory in my blog&#8217;s theme folder and put the fonts in there. Doing so means you&#8217;ll reference the fonts with url(fonts/fontfilename); in your stylesheet. As a result of this I&#8217;m now using MgOpen Moderna (Helvetica inspired) for most headings and MgOpen Cosmetica (Optima inspired) for the body. This should be working for Opera, Firefox, Safari, and IE 8 (I generated the .eot files myself).</p>
<p>While playing with @font-face I&#8217;ve also looked at some other CSS 3 commands to try out on the site. Currently I&#8217;m making use of the rgba command and border-radius command to style block quotes. I did try the -moz-column-count: 2; -webkit-column-count: 2; commands to make post content two-column, but it doesn&#8217;t work so well with video. I&#8217;m thinking what one would do is make the post content two-column and then have a postfooter that spanned the entire div. So a post would have a containing div with a content div (with column styling) and footer div inside it. You could then use a plugin or custom fields to place the video in the footer. More experimentation is required. I encourage everyone to start to experimenting with CSS 3 and see what it can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/exploring-css-3-and-more-on-font-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Cloud a bust?</title>
		<link>http://jon.breitenbucher.net/make-cloud-a-bust/</link>
		<comments>http://jon.breitenbucher.net/make-cloud-a-bust/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 16:07:36 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Instructional Technology]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=304</guid>
		<description><![CDATA[So my RSS feed tagcloud doesn&#8217;t seem to be showing. Is the Pipe broken or is Make Cloud broken? I have no idea and will investigate. It may not matter as I noticed the site was super slow to load when it was working. I also have to ask myself what the point was. Why [...]]]></description>
				<content:encoded><![CDATA[<p>So my RSS feed tagcloud doesn&#8217;t seem to be showing. Is the Pipe broken or is Make Cloud broken? I have no idea and will investigate. It may not matter as I noticed the site was super slow to load when it was working. I also have to ask myself what the point was. Why did I want to have a tag cloud pulled from all the RSS feeds I read? Ideally a glance at that cloud could give me a sense of what was happening in the technology world since that is what most of the feeds are. It it the same reason people want to make clouds from their marketing messages. You want to see what the text is conveying as the important message. This seems to be a failed experiment and I really couldn&#8217;t find a better alternative. I guess it&#8217;s back to the drawing board. Do you think it&#8217;s worth it?</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/make-cloud-a-bust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stats</title>
		<link>http://jon.breitenbucher.net/stats/</link>
		<comments>http://jon.breitenbucher.net/stats/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:47:27 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=301</guid>
		<description><![CDATA[It occurred to me that I used to have Performancing stats going on the site. I&#8217;ve noticed some referrences to Performancing as the page loads and thought I&#8217;d check. Of course the stats are all gone because of the move to the new domain, and I had forgotten my password (what I wouldn&#8217;t give for [...]]]></description>
				<content:encoded><![CDATA[<p>It occurred to me that I used to have <a href="http://pmetrics.performancing.com/">Performancing stats</a> going on the site. I&#8217;ve noticed some referrences to Performancing as the page loads and thought I&#8217;d check. Of course the stats are all gone because of the move to the new domain, and I had forgotten my password (what I wouldn&#8217;t give for a universal ID so that I wouldn&#8217;t have to remember a billion different username/password combos). I eventually remembered my password and set up this site and <a href="http://exilejewelry.com">Kath&#8217;s jewelry site</a> in Performancing. I also set them up in <a href="https://www.google.com/analytics/">Google analytics</a>, plus the blog has the WordPress stats, and I added SlimStats. So among those I should be able to get a good sense of what people are viewing and where they are coming from. It&#8217;s too bad I can&#8217;t look back and see what I wrote that caused 74 people to be on the site at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And we&#8217;re done</title>
		<link>http://jon.breitenbucher.net/and-were-done/</link>
		<comments>http://jon.breitenbucher.net/and-were-done/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:16:57 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=298</guid>
		<description><![CDATA[Do you notice a difference? Probably not and you aren&#8217;t supposed to notice one. I just redid the grid that I had so that it is fluid. You should be able to hit CMND+ or CMND- to increase and decrease the fontsize while maintaining the overall layout and proportions (except for the graphical elements). This [...]]]></description>
				<content:encoded><![CDATA[<p>Do you notice a difference? Probably not and you aren&#8217;t supposed to notice one. I just redid the grid that I had so that it is fluid. You should be able to hit CMND+ or CMND- to increase and decrease the fontsize while maintaining the overall layout and proportions (except for the graphical elements). This layout is in no way as complex as something like <a href="http://honeyl.public.iastate.edu/blueprint/">blueprint</a> and I&#8217;m not sure I could cut up something like that for a blog theme in a day. Maybe over the course of a few weeks I&#8217;ll try to design something.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/and-were-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pipes is pretty cool</title>
		<link>http://jon.breitenbucher.net/pipes-is-pretty-cool/</link>
		<comments>http://jon.breitenbucher.net/pipes-is-pretty-cool/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 23:05:23 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Instructional Technology]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=293</guid>
		<description><![CDATA[I got all my feeds put into the Pipe and had it working in about five minutes (I have a lot of feeds). I put it into Make Cloud and had the code for a tag cloud in about two more minutes. I added the code to the blog and&#8230; nothing. I can&#8217;t tell if [...]]]></description>
				<content:encoded><![CDATA[<p>I got all my feeds put into the Pipe and had it working in about five minutes (I have a lot of feeds). I put it into Make Cloud and had the code for a tag cloud in about two more minutes. I added the code to the blog and&#8230; nothing. I can&#8217;t tell if the page is cached or what. I know caches make things run faster but they make it annoying to test updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/pipes-is-pretty-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New feed cloud</title>
		<link>http://jon.breitenbucher.net/new-feed-cloud/</link>
		<comments>http://jon.breitenbucher.net/new-feed-cloud/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 20:36:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=291</guid>
		<description><![CDATA[My feed cloud has been broken for longer than I can remember. I think this gives me an opportunity to look at Yahoo! Pipes and Make Cloud. Didn&#8217;t I blog about Pipes at some point?]]></description>
				<content:encoded><![CDATA[<p>My feed cloud has been broken for longer than I can remember. I think this gives me an opportunity to look at <a href="http://pipes.yahoo.com/pipes/" target="_blank">Yahoo! Pipes</a> and <a href="http://www.makecloud.com/index.html" target="_blank">Make Cloud</a>.</p>
<p style="font-size: xx-small;">Didn&#8217;t I blog about Pipes at some point?</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/new-feed-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>960 Grid System</title>
		<link>http://jon.breitenbucher.net/960-grid-system/</link>
		<comments>http://jon.breitenbucher.net/960-grid-system/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 17:28:44 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=288</guid>
		<description><![CDATA[So, it is a bad idea for me to watch movies about typefaces, I&#8217;m just sayin&#8217;. I think I am going to really look at this site through the lens of typogridphy and by extension the 960 grid system. If that goes well then I may take what I learn and apply it to the [...]]]></description>
				<content:encoded><![CDATA[<p>So, it is a bad idea for me to watch movies about typefaces, I&#8217;m just sayin&#8217;. I think I am going to really look at this site through the lens of <a href="http://csswizardry.com/typogridphy/">typogridphy</a> and by extension the <a href="http://960.gs/">960 grid system</a>. If that goes well then I may take what I learn and apply it to the Instructional Technology site. Hopefully this research will also find its way into the discussions about the College&#8217;s Web site redesign. One of the recurring themes of the movie was the influence type has on conveying the message. This makes total sense to me, bah, maybe I should have been a graphic designer.</p>
<p>Note: The discussion about the divisibility of 960 does make me wonder about an IS topic and whether there is something that could be done&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/960-grid-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MIT&#8217;s SIMILE</title>
		<link>http://jon.breitenbucher.net/mits-simile/</link>
		<comments>http://jon.breitenbucher.net/mits-simile/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 13:13:59 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=275</guid>
		<description><![CDATA[Bryan has been holding out on me, or maybe I missed a post at Liberal Education Today. The SIMILE project has a lot of cool stuff going on. I&#8217;m not sure their Timeline gets at what 3D Timeline does and what Eric suggested doesn&#8217;t quite seem to get at it either. 3D Timeline does let [...]]]></description>
				<content:encoded><![CDATA[<p>Bryan has been holding out on me, or maybe I missed a post at <a href="http://b2e.nitle.org/">Liberal Education Today</a>. The <a href="http://simile.mit.edu/">SIMILE</a> project has a lot of cool stuff going on. I&#8217;m not sure their Timeline gets at what 3D Timeline does and what Eric suggested doesn&#8217;t quite seem to get at it either. 3D Timeline does let you see more context while looking at the details. I think that is what I like the most about it. Anyway, I&#8217;ll be checking out some of the other things MIT is doing. I wish I could develop cool widgets but I am just a consumer  <img src='http://jon.breitenbucher.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/mits-simile/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Instructional Technology Web site update</title>
		<link>http://jon.breitenbucher.net/instructional-technology-web-site-update/</link>
		<comments>http://jon.breitenbucher.net/instructional-technology-web-site-update/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 00:01:48 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Instructional Technology]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://jon.breitenbucher.net/?p=240</guid>
		<description><![CDATA[So, you want to have a Web site and you want it to be dynamic, what do you do? One option to hunt for a free content management system (CMS). You could also go with a wiki. I decided to go with WordPress. Basically, when you are making a Web site you want to have [...]]]></description>
				<content:encoded><![CDATA[<p>So, you want to have a Web site and you want it to be dynamic, what do you do? One option to hunt for a free content management system (CMS). You could also go with a wiki. I decided to go with WordPress. Basically, when you are making a Web site you want to have pages of information organized in a logical manner. This is different from a blog because a blog to most people is a string of, for the most part, discrete posts. Most blogs are really capturing the authors stream of consciousness, and this wouldn&#8217;t work for the for a Web site. Users don&#8217;t want to come to your site looking for information and being greeted by what seems like a stream of random thoughts. However, there are a number of magazine style themes available for WordPress (<a href="http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/">Branford</a> and <a href="http://www.revolutiontheme.com/">Revolution</a> are two of them) that allow you to use WordPress as a CMS and thus make it seem like a static Web site.</p>
<p>The way these themes work is through page templates and categories. The idea is to set up page templates for all the different types of pages and then on each page template pull posts from a particular category. So <a href="http://instructionaltechnology.blogs.breitenbucher.net/">our current test site</a> has about five page templates pulling from the featured articles, news, showcase, and technologies categories. This part actually didn&#8217;t take long to figure out. What has been taking up a lot of my time is adding plugins to get customizable forms, an event calendar, and collapsing categories. I have the first two things working, but can&#8217;t seem to find anything to make the third one work like I want. For the record I am using</p>
<ul>
<li><a href="http://www.deliciousdays.com/cforms-plugin">cforms II</a> for customized submission forms </li>
<li><a href="http://blog.robfelty.com/plugins">Collapsing Categories</a> to try and make a compact and organized list of categories </li>
<li><a href="http://wpcal.firetree.net/">Event Calendar</a> to put a calendar of events and list of upcoming events on the homepage </li>
<li><a href="http://simplepie.org/wiki/plugins/wordpress/simplepie_core">SimplePie</a> to pull articles from our blogs to be displayed on the homepage </li>
<li><a href="http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/start">SimplePie Widget</a></li>
<li><a href="http://birdhouse.org/software/2007/12/futurepost/">FuturePost</a> to allow us to create post with future dates which have a published status instead of scheduled </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jon.breitenbucher.net/instructional-technology-web-site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: jon.breitenbucher.net @ 2013-05-21 12:41:05 by W3 Total Cache -->