<?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>edsysad.org &#187; Open-Source</title>
	<atom:link href="http://edsysad.org/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsysad.org</link>
	<description>another ed blogger....</description>
	<lastBuildDate>Wed, 04 Apr 2012 03:46:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<div id="wdsb-share-box" style="border:2px solid;">
	<ul>
			<li>
						<div class="wdsb-item" id="wdsb-service-google">
				<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-facebook">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedsysad.org%2F2011%2F12%2F07%2Fos-x-server-wildcard-dns%2F&amp;send=false&amp;layout=box_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=60" scrolling="no" frameborder="0" style="border:none; width:58px; height:62px;" allowTransparency="true"></iframe>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-twitter">
				<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-stumble_upon">
				<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-reddit">
				<script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-linkedin">
				<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-counter="top"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-pinterest">
							</div>
		</li>
		</ul>
</div>	<item>
		<title>OS X Server Wildcard DNS</title>
		<link>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/</link>
		<comments>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 03:44:51 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apple Server Admin]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=365</guid>
		<description><![CDATA[So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server. On 10.6.x you do the following: Setup your base level domain in Server Admin (usually www) Open Applications &#62; Utilities &#62; Terminal Type &#8211; cd /var/named/zones This get you to the folder [...]]]></description>
			<content:encoded><![CDATA[<p>So many folks have asked me about this when they have been trying to setup a WordPress Network with an OS X server.</p>
<p>On 10.6.x you do the following:</p>
<ol>
<li>Setup your base level domain in Server Admin (usually www)</li>
<li>Open Applications &gt; Utilities &gt; Terminal</li>
<li>Type &#8211; cd /var/named/zones </li>
<li>This get you to the folder with DNS configuration files</li>
<li>Type &#8211; ls -al</li>
<li>Find the db file that is similar to your domain (i.e. db.my.website.zone.apple)</li>
<li>Open the file in a text editor by typing &#8211; nano db.my.website.zone.apple (use your file name)</li>
<li>Ctrl-V (or scroll) to the bottom of the document</li>
<li>Add wildcard entry by typing &#8211; * IN CNAME website.com.</li>
<li>Close the document with Ctrl-x and then type &#8211; y to save.</li>
<li>Go back to Server Admin and restart the DNS service.</li>
<li>* should now appear.</li>
</ol>
<p><a href="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" rel="shadowbox[sbpost-365];player=img;" rel="lightbox[365]"><img class="alignnone size-full wp-image-366" title="server" src="http://edsysad.org/wp-content/uploads/2011/12/server.jpg" alt="Showing DNS wildcard in Server Admin" width="815" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/12/07/os-x-server-wildcard-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding New MIME types in WordPress Network</title>
		<link>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/</link>
		<comments>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 17:31:15 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=353</guid>
		<description><![CDATA[So running a WordPress install for K-12 you&#8217;ll often get asked to add new MIME types. There used to be some great plugins, but I haven&#8217;t seen any that are compatible with latest version of WP. If you are running a network it is easy enough to force a function across the site by dropping [...]]]></description>
			<content:encoded><![CDATA[<p>So running a WordPress install for K-12 you&#8217;ll often get asked to add new MIME types. There used to be some great plugins, but I haven&#8217;t seen any that are compatible with latest version of WP.</p>
<p>If you are running a network it is easy enough to force a function across the site by dropping a script in the mu-plugins folder.</p>
<p>Basically, I grabbed the code from <a title="Adding MIME Types" href="http://netweblogic.com/other/adding-removing-allowed-filetypes-wordpress-media-library/" rel="lightbox">http://netweblogic.com/other/adding-removing-allowed-filetypes-wordpress-media-library/</a> . I added all of the default MIME types and then added the additional ones I needed at the bottom (Notebook by Smart).</p>
<p>Drop the file in the mu-plugins folder, add the MIME types to your whitelist in the Network&gt;Settings, and test with an upload of the appropriate file type.</p>
<p><a href="http://edsysad.org/wp-content/uploads/2011/10/mime.png" rel="shadowbox[sbpost-353];player=img;" rel="lightbox[353]"><img class="alignnone size-medium wp-image-358" style="border-width: 2px; border-color: black; border-style: solid;" title="mime" src="http://edsysad.org/wp-content/uploads/2011/10/mime-300x79.png" alt="" width="300" height="79" /></a></p>
<p>The nice thing is that you can add new MIME types with out hacking core or limiting it to an individual blog template.</p>
<p>Here is the file that I used in my install.</p>
<p><a href="http://edsysad.org/wp-content/uploads/2011/10/upload-mime-types.php_.zip">upload-mime-types.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/10/17/adding-new-mime-types-in-wordpress-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Rocks!</title>
		<link>http://edsysad.org/2011/08/20/wordpress-rocks/</link>
		<comments>http://edsysad.org/2011/08/20/wordpress-rocks/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 00:26:20 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=344</guid>
		<description><![CDATA[I love wordpress. I&#8217;ve used it in everything from taxidermy websites to school district blogs. http://wordpress.org/news/2011/08/state-of-the-word/ It just keeps getting better!]]></description>
			<content:encoded><![CDATA[<p>I love wordpress. I&#8217;ve used it in everything from taxidermy websites to school district blogs.</p>
<p><a title="Wordpress - State of the Word 2011" href="http://wordpress.org/news/2011/08/state-of-the-word/">http://wordpress.org/news/2011/08/state-of-the-word/</a></p>
<p>It just keeps getting better!</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/08/20/wordpress-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MECC 2011 &#8211; Don&#8217;t Get Ninged</title>
		<link>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/</link>
		<comments>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 16:21:49 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[ubunutu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=272</guid>
		<description><![CDATA[So, there has been a lot of interest in how to build your own school services such as blogs, wikis, and social network. This session is dedicated to understanding the basics of how you can setup a basic social networking sites for your class, school, or district. To accomplish this task we are going to [...]]]></description>
			<content:encoded><![CDATA[<p>So, there has been a lot of interest in how to build your own school services such as blogs, wikis, and social network. This session is dedicated to understanding the basics of how you can setup a basic social networking sites for your class, school, or district.</p>
<p>To accomplish this task we are going to need to learn about a few things:</p>
<ol>
<li>Server Virtualization</li>
<li>DNS basics</li>
<li>Linux LAMP</li>
<li>WordPress and Buddypress</li>
</ol>
<p><a href='http://premium.wpmudev.org?ref=chlupa-4633'><br />
<img src='http://wpmu.org/wp-content/uploads/2010/05/wpmudev_125_banner.png' alt='WPMU DEV - The WordPress Experts' title='Check out WPMU DEV - The WordPress Experts' /><br />
</a></p>
<h1>Server Virtualization</h1>
<p>Basically virtualization is software/hardware that allows you to run a complete operating system on an existing machine as through it is a different physical machine. This allows a systems resources to be maximized and for an end user to interact with an operating system independent of the underlying hardware.</p>
<p style="text-align: left;">We are going to use <a title="VirtualBox Screenshots and Download" href="http://www.virtualbox.org/wiki/Screenshots">Virtualbox</a> by Oracle an open-source virtualization tool for this session. It is quit easy and can be used on Windows, OS X, and just about any variety of Linux.</p>
<ol>
<li>Install following the directions in the <a title="Virtualbox User Manual" href="http://www.virtualbox.org/manual/UserManual.html">user manual</a>.</li>
<li>Configure Example VM settings
<ol>
<li>Copy Example.VDI folder to your VMMachine Directory</li>
<li>Adjust VM settings to suit your machine</li>
<li>Start it up.</li>
</ol>
</li>
</ol>
<h1>VM Setup after install:</h1>
<ol>
<li>Update Current Modules<br />
<code>sudo apt-get update</code></li>
<li>Upgrade your server to latest software and patches<br />
<code>sudo apt-get upgrade</code></li>
<li>Install openSSH server so that you can use a terminal to control server<br />
<code>sudo apt-get install openssh-server</code></li>
<li>Open terminal session your platform of choice and ssh into the box<br />
<code>ssh bpadmin@&lt;your-ip-address&gt;</code><br />
(You&#8217;ll be prompted to add the RSA Key, type &#8220;yes&#8221; and then input your password.)</li>
<li>Setup Webmin on your server <a title="Using Webmin APT respository" href="http://www.webmin.com/deb.html">using APT repositories</a>
<ol>
<li>Add Webmin APT repository to server APT sources<br />
<code>sudo nano /etc/apt/sources.list</code></li>
<li>Add Comment and Webmin URLs<br />
<code>##Webmin Repositories for web-based server administration<br />
deb http://download.webmin.com/download/repository sarge contrib<br />
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib</code></li>
<li>Fetch and install my GPG key with which the repository is signed<br />
<code>cd /root<br />
wget http://www.webmin.com/jcameron-key.asc<br />
sudo apt-key add jcameron-key.asc</code></li>
<li>Update your repositories and install webmin<br />
<code>sudo apt-get update<br />
sudo apt-get install webmin</code></li>
<li>Test your webmin install by navigating to https://&lt;your-ip-address&gt;:10000</li>
<li>Your get an untrusted certificate warning (This is normal unless you purchased a 3rd party certificate, which is totally unnecessary.)</li>
<li>Accept it.</li>
<li>Login using admin user info.</li>
</ol>
</li>
<li>Configure local DNS using Hosts file
<ol>
<li>Server DNS
<ol>
<li>Set up an entry for host server in the /etc/hosts file<br />
<code>sudo nano /etc/hosts</code></li>
<li>Add line with server reference to end<br />
&lt;your-ip-address&gt;    buddypress</li>
<li>Check your DNS by pinging your URL, it should have the IP in the response.</li>
<li>Save</li>
</ol>
</li>
<li>Client DNS
<ol>
<li><a title="Host settings for various OSes" href="http://practice.chatserve.com/hosts.html">Setup an entry on your client machine</a>, this various depending on the flavor of your OS.</li>
<li>Check your DNS by pinging your URL, it should have the same IP as the server</li>
</ol>
</li>
</ol>
</li>
<li>Begin our LAMP (Linux, Apache, MSQL, and PHP) server setup (Adapted from <a title="How to Forge LAMP on Ubuntu" href="http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.10-lamp">HowtoForge.com</a>)
<ol>
<li>Install MySQL database server<br />
<code>sudo apt-get install mysql-server mysql-client</code>&nbsp;</p>
<ol>
<li>Set up a strong root password</li>
<li>Check MySQL in command-line<br />
<code>mysql -u root -p</code><br />
(enter password)</li>
<li>We&#8217;ll check the status of the server with a sql command (the semi-colon is critical)<br />
<code>show status;</code></li>
<li>Exit MySQL Shell<br />
<code>exit;</code></li>
</ol>
</li>
<li>Install Apache2 server<br />
<code>sudo apt-get install apache2</code>&nbsp;</p>
<ol>
<li>Open your web-browser and check your apache server at both IP address and buddypress URL. Both should work.</li>
<li>Configure apache2 settings and modules in webmin
<ol>
<li>Log into Webmin @ https://&lt;server-ip-address&gt;:10000</li>
<li>Click Servers</li>
<li>Click Apache Webserver</li>
<li>Click Global Configuration Tab</li>
<li>Click Configure Apache Modules icon</li>
<li>Make sure rewrite is enabled and save</li>
<li>Stop and start the apache server using the hyperlink in the top right corner</li>
</ol>
</li>
</ol>
</li>
<li>Install PHP5 to use with Apache2<br />
<code>sudo apt-get install php-5 php5-suhosin</code>&nbsp;</p>
<ol>
<li>Restart Apache<br />
<code>sudo /etc/init.d/apache2 restart</code></li>
<li>Create a phpinfo file to verify PHP settings
<ol>
<li><code>sudo nano /var/www/info.php</code></li>
<li>Add the phpinfo function to file<br />
&lt;?php phpinfo(); ?&gt;</li>
<li>Save</li>
</ol>
</li>
<li>In your web-browser navigate to http://&lt;your-ip-address&gt;/info.php</li>
<li>Verify PHP settings.</li>
</ol>
</li>
<li>Add additional useful PHP extensions<br />
<code>sudo apt-get install php5-mysql php5-gd php5-imagick php5-curl</code></li>
<li>Your webserver is now ready to rock!</li>
</ol>
</li>
</ol>
<h1>Setting Up WordPress with SVN</h1>
<ol>
<li>Install SVN client for linux<br />
sudo apt-get install subversion</li>
<li>Change to web directory<br />
cd /var/www</li>
<li>Use the guide provided by <a title="Wordpress Via SVN" href="http://codex.wordpress.org/Installing_WordPress_With_Clean_Subversion_Repositories">WordPress.org<br />
</a>sudo svn co http://core.svn.wordpress.org/tags/3.1 .<a title="Wordpress Via SVN" href="http://codex.wordpress.org/Installing_WordPress_With_Clean_Subversion_Repositories"><br />
</a></li>
<li>Now prepare a database for wordpress install using Webmin
<ol>
<li>In your browser navigate to https://&lt;your-server-ip&gt;:10000</li>
<li>Go to &gt;Servers&gt;MySQL Database Server</li>
<li>Login using root and root password</li>
<li>Click Create a New Database</li>
<li>Give it an original name (&#8220;wpbp&#8221;), set character set to (&#8220;utf8&#8243;), and set collation to (&#8220;utf8_bin&#8221;)</li>
<li>Click Save</li>
<li>Create wordpress DB user to limit server permissions.</li>
<li>Under Global Options click User Permissions</li>
<li>Click Create new User</li>
<li>Give it a name (&#8220;wpdb_user&#8221;), a complex password, and give it the following permissions (&#8220;select, insert, update, delete, create, alter, and drop&#8221;)</li>
<li>Click save.</li>
<li>Now your DB and DB user are ready for the installation</li>
</ol>
</li>
<li>Make sure that your wordpress files and directories are read/write for install and default html is removed.<br />
sudo chown -R www-data:www-data /var/www<br />
sudo rm /var/www/index.html</li>
<li><a title="Pretty URLs" href="http://codex.wordpress.org/Using_Permalinks">Configure mod_rewrite in Apache</a> so that you can use pretty URLS
<ol>
<li>In Webmin go to &gt;Servers&gt;Apache Webserver</li>
<li>Click on virtual server</li>
<li>Click Edit Directives</li>
<li>Find options and make sure that it includes FollowSymLinks</li>
<li>Find <code>AllowOverride and make sure that it include FileInfo or ALL</code></li>
<li>Save</li>
<li>Start and stop Apache2 server</li>
</ol>
</li>
<li>Navigate to our webserver in a web browser and follow the directions.</li>
<li>Verify successful wordpress install at your URL.</li>
</ol>
<h1>Setting Up Blog Network and Buddypress</h1>
<ol>
<li>Create blog network following directions @ <a title="Creating a Blog Network" href="http://codex.wordpress.org/Create_A_Network">wordpress.org</a></li>
<li>In terminal edit the /var/www/wp-config.php file as described in the article above by adding<br />
define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</li>
<li>Log in and go to &gt;Tools&gt;Network</li>
<li>Select sub-directories</li>
<li>Follow directions on the &#8220;Enabling Networks&#8221; page by using copy and paste with terminal
<ol>
<li>Create directory<br />
sudo mkdir /var/www/wp-content/blogs.dir</li>
<li>Correct folder permissions for upload folder<br />
sudo chown -R www-data:www-data /var/www/wp-content/blogs.dir</li>
<li>Edit /var/www/wp-content.php<br />
sudo nano /var/www/wp-content.php</li>
<li>Edit /var/www/.htaccess<br />
sudo nano /var/www/.htaccess</li>
<li>Log out of WordPress and then log back in.</li>
<li>You should now have a &#8220;Network Admin&#8221; in the top right corner.</li>
<li>Now we need to make sure that our site permissions are correct with CHMOD
<ol>
<li>For most installations the following should suffice<br />
sudo chmod -R 755 /var/www</li>
<li>If you are interested in setting a more hardened WordPress install check out <a title="Harden WordPress" href="http://codex.wordpress.org/Hardening_WordPress">this article</a></li>
</ol>
</li>
<li>You are ready start building blogs and installing Buddy Press.</li>
</ol>
</li>
<li>Install Buddypress plugin
<ol>
<li>Login in as admin if you haven&#8217;t already</li>
<li>Click &#8220;Network Admin&#8221; in the top right corner</li>
<li>Go to &gt; Plugins &gt; Add Plugin</li>
<li>Search for Buddypress</li>
<li>Click Install Now link</li>
<li>Click the Network Activate link</li>
<li>Make Buddypress theme available to main blog
<ol>
<li>Go to Sites</li>
<li>Click the edit link under &#8220;/&#8221; blog</li>
<li>Click theme tab</li>
<li>Enable Buddypress default theme</li>
</ol>
</li>
<li>Go back to main blog admin page by clicking Site Admin link</li>
<li>Click &gt; Appearance &gt; Themes</li>
<li>Activate Buddypress theme</li>
<li>View site</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Open Library</title>
		<link>http://edsysad.org/2010/12/14/national-open-library/</link>
		<comments>http://edsysad.org/2010/12/14/national-open-library/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 02:25:01 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Ed-Tech Policy]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=244</guid>
		<description><![CDATA[Another interesting article from http://www.readwriteweb.com/archives/berkman_plans_digital_public_library_of_america.php Looking at plans to create a national digital library: With the Internet and e-readers, the question might arise &#8220;Why do we even need a digital public library?&#8221; David Rothman, founder of TeleRead and long-time proponent of such a project, makes the case ably in a November essay in The Atlantic. [...]]]></description>
			<content:encoded><![CDATA[<p>Another interesting article from <a href="http://www.readwriteweb.com/archives/berkman_plans_digital_public_library_of_america.php">http://www.readwriteweb.com/archives/berkman_plans_digital_public_library_of_america.php</a></p>
<p>Looking at plans to create a national digital library:</p>
<blockquote><p>With the Internet and e-readers, the question might arise &#8220;Why do we even need a digital public library?&#8221; David Rothman, founder of TeleRead and long-time proponent of such a project, makes the case ably in a November essay in The Atlantic.</p>
<p>&#8220;Knowledge is the common property of mankind.&#8221; Thomas Jefferson<br />
&#8220;(T)here is one thing I currently cannot do with my Kindle despite all the sizzle in the commercials&#8211;read public library books. Local libraries do not use the Kindle format for their electronic collections, relying instead on rival standards used by Sony Readers and certain other devices.&#8221;</p></blockquote>
<p>Love the ending quote. As an educator I can relate, but I think about teachers. To many believe information is expertise, and knowledge is wisdom.</p>
<blockquote><p>A professor of mine once complained about his latest crop of students. &#8220;There has never been a generation more capable of finding data nor less capable of understanding it.&#8221; Whether that&#8217;s true or not this is: Books provide the context for making sense of data. A digital public library would extend the reading of books to most people in all places in the U.S</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/12/14/national-open-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scholar Press Looks Awesome!</title>
		<link>http://edsysad.org/2010/10/08/scholar-press-looks-awesome/</link>
		<comments>http://edsysad.org/2010/10/08/scholar-press-looks-awesome/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 20:11:09 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Scholarpress]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=255</guid>
		<description><![CDATA[Buddypress + LMS features = Awesome! I can&#8217;t wait to get a test server setup and report back. Check out the video: Download it from the plugin screen or http://wordpress.org/extend/plugins/buddypress-courseware/]]></description>
			<content:encoded><![CDATA[<p>Buddypress + LMS features = Awesome!</p>
<p>I can&#8217;t wait to get a test server setup and report back.</p>
<p>Check out the video:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/epZENLz7Qcw&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/epZENLz7Qcw&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Download it from the plugin screen or <a title="Scholarpress" href="http://wordpress.org/extend/plugins/buddypress-courseware/">http://wordpress.org/extend/plugins/buddypress-courseware/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/10/08/scholar-press-looks-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Savings of Open Source</title>
		<link>http://edsysad.org/2010/10/05/savings-of-open-source/</link>
		<comments>http://edsysad.org/2010/10/05/savings-of-open-source/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 04:32:18 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Ed-Tech Policy]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=252</guid>
		<description><![CDATA[From a recent post by http://www.mguhlin.org Why are public schools in the U.S.&#8211;especially in Texas, where we are facing $18-$20 billion dollar deficit with at least 10% cuts to education funding&#8211;persisting in buying expensive licensing for tools like MS Office when OpenOffice, Googleapps for Education are available at no recurring license fee or initial entry [...]]]></description>
			<content:encoded><![CDATA[<p>From a recent post by <a title="Open Source Save Millions" href="http://www.mguhlin.org/2010/10/open-source-will-save-schools-millions.html">http://www.mguhlin.org</a></p>
<blockquote><p>Why are public schools in the U.S.&#8211;especially in Texas, where we are facing $18-$20 billion dollar deficit with at least 10% cuts to education funding&#8211;persisting in buying expensive licensing for tools like MS Office when OpenOffice, Googleapps for Education are available at no recurring license fee or initial entry point? The support costs (e.g. training) are less expensive over the long-haul than the old tools.</p>
<p>The reason is simply that our comfort level as educators, as technology support is for the old, expensive tools that give us the illusion of &#8220;the best.&#8221; It&#8217;s time we re-defined what we consider the best tools for education and learn the tools that are most available to our students.</p></blockquote>
<p>I totally agree with the second paragraph. There is such an odd imbalance to most districts IT. Some how we&#8217;ve got to bring the focus back to what we are doing with the tool, not that we have the coolest fanciest tool.</p>
<p>I think the tools are something that is easy to achieve, you just need money. An institution that is actually creating critically thinking and collaborating students is a rarity.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/10/05/savings-of-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Buddypress Try</title>
		<link>http://edsysad.org/2010/10/04/giving-buddypress-try/</link>
		<comments>http://edsysad.org/2010/10/04/giving-buddypress-try/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 04:27:38 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Buddypress]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=243</guid>
		<description><![CDATA[So we&#8217;ve been looking at new ways to connect teachers and students and we&#8217;ve been wanting to create an in-house social network. It is not going to be the next Facebook, but maybe it will allow students and teachers to connect in new ways. Originally, we looked into using Elgg. However, we have been using [...]]]></description>
			<content:encoded><![CDATA[<p>So we&#8217;ve been looking at new ways to connect teachers and students and we&#8217;ve been wanting to create an in-house social network. It is not going to be the next Facebook, but maybe it will allow students and teachers to connect in new ways.</p>
<p>Originally, we looked into using Elgg. However, we have been using <a title="Wordpress" href="http://wordpress.org">WordPress</a> for the last few years with great results.</p>
<p><a title="BuddyPress" href="http://buddypress.org">Buddypress</a> was a natural choice to explore.</p>
<p>The ingredients consist of:</p>
<ul>
<li><a title="Wordpress Download" href="http://wordpress.org/download/">WordPress 3.0 install</a></li>
<li><a title="Create a Network" href="http://codex.wordpress.org/Create_A_Network">Directions on creating a multi-site WP3.0 install</a></li>
<li>Add <a title="WP LDAP Plugin" href="http://sourceforge.net/projects/wpmu-ldap/">LDAP integration</a> so that you can control (It is a bit buggy but works good enough.)</li>
<li><a title="BuddyPress" href="http://buddypress.org/download/">Install BuddyPress</a></li>
<li>Use the following plugins to dial-in the install:
<ul>
<li><a title="Group Management" href="http://teleogistic.net/code/buddypress/bp-group-management">BP Group Management</a> (Allows you to manage Groups from backend.)</li>
<li><a title="Profile Redirect" href="http://buddydev.com/buddypress/bp-redirect-to-profile-plugin-redirect-users-to-their-profile-on-login-on-buddypress-sites/">Profile Redirect</a> (Automatically redirects users to their profile at login.)</li>
<li><a title="BP Like" href="http://bplike.wordpress.com/">BP Like</a> (Similar to Facebook liking.)</li>
<li><a title="Restrict Group Creation" href="http://wordpress.org/extend/plugins/buddypress-restrict-group-creation/">Restrict Group Creation</a> (Allows admin to restrict who can create groups and prevents students from creating private or hidden groups)</li>
<li><a title="Disable User Gravatar" href="http://netweblogic.com/wordpress/plugins/disable-user-gravatar/">Disable User Gravatar</a> (Prevents a students outside gravatar from being pulled into the school install.)</li>
<li><a title="BP Moderation" href="http://buddypress.org/community/groups/bp-moderation/">BuddyPress Moderation</a> (Allows students to report or flag inappropriate content, posts, or members.)<br />
(These plugins can be installed from with in WordPress)</li>
</ul>
</li>
</ul>
<p>We&#8217;ll see how it goes&#8230;.</p>
<p>In the mean time I&#8217;m hoping that a release version of the Album+ and Group Documents plugin will be released soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/10/04/giving-buddypress-try/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle LDAP and Email Hack</title>
		<link>http://edsysad.org/2010/10/01/moodle-ldap-and-email/</link>
		<comments>http://edsysad.org/2010/10/01/moodle-ldap-and-email/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 05:34:04 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=237</guid>
		<description><![CDATA[So all of our teachers have their email address in LDAP, but some students did not. This causes all sorts of problems when the student logs in the first time. I realized that it would be easy enough to edit the file that creates new accounts to automatically insert an email address if the new [...]]]></description>
			<content:encoded><![CDATA[<p>So all of our teachers have their email address in LDAP, but some students did not. This causes all sorts of problems when the student logs in the first time.</p>
<p>I realized that it would be easy enough to edit the file that creates new accounts to automatically insert an email address if the new email field is blank.</p>
<p>1. Navigate to &lt;moodle_root&gt;/lib/moodlelib.php</p>
<p>2. Edit the file by adding the logic below:</p>
<pre style="padding-left: 30px;">/**Removed (not) from line below and commented out text to automatically create a valid email address**/
 if (empty($newuser-&gt;email)) {
 /*if (email_is_not_allowed($newuser-&gt;email)) {
 unset($newuser-&gt;email);
 }*/
 //This automatically creates email address based upon your domain.
 $newuser-&gt;email = $username . "@your.domain";
 }</pre>
<p>3. Now when users login and don&#8217;t have email, they are automatically assigned an email. This same trick can be used if your students don&#8217;t have true email accounts.</p>
<p>I can&#8217;t remember which line you begin editing but you can find it by searching for &#8220;if (!empty($newuser-&gt;email)) {&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/10/01/moodle-ldap-and-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open-Source on Proprietery Server?</title>
		<link>http://edsysad.org/2010/09/14/open-source-on-proprietery-server/</link>
		<comments>http://edsysad.org/2010/09/14/open-source-on-proprietery-server/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 13:26:45 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=222</guid>
		<description><![CDATA[While I&#8217;m always in favor of anybody open-sourcing their web project. I&#8217;m a bit surprised to see an open-source project that cannot be used by Linux. http://open.edweb.us/ How many open source proponents are really sitting on MS servers?]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m always in favor of anybody open-sourcing their web project. I&#8217;m a bit surprised to see an open-source project that cannot be used by Linux.</p>
<p><a title="Ed Web 2.0" href="http://open.edweb.us/" target="_self">http://open.edweb.us/</a></p>
<p>How many open source proponents are really sitting on MS servers?</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/09/14/open-source-on-proprietery-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

