<?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>KosherJava &#187; Site News</title>
	<atom:link href="http://www.kosherjava.com/category/site-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kosherjava.com</link>
	<description>A weblog about Zmanim, Kosher Coffee (Kosher Java) and other odds &#38; ends</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:28: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>
		<item>
		<title>Bearing to Yerushalayim and Zmanim Map 3.0</title>
		<link>http://www.kosherjava.com/2011/09/11/bearing-to-yerushalayim-and-zmanim-map-3-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bearing-to-yerushalayim-and-zmanim-map-3-0</link>
		<comments>http://www.kosherjava.com/2011/09/11/bearing-to-yerushalayim-and-zmanim-map-3-0/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 01:53:34 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[Davening]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Great Circle]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Latitude and Longitude]]></category>
		<category><![CDATA[Rhumb Line]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=1298</guid>
		<description><![CDATA[The Bearing to Yerushalayim and Zmanim Map was recently updated to version 3.0. This new release adds a number of new features to the Zmanim Map version 2.0 update released in March 2010. The main change was updating the Google Map API version from the deprecated v2 to v3. This change increases performance and adds [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/sepiaMap.jpg" alt="World map" title="World map" />The <a href="http://www.kosherjava.com/maps/zmanim.html">Bearing to Yerushalayim and Zmanim Map</a> was recently updated to version 3.0. This new release adds a number of new features to the <a href="http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/">Zmanim Map version 2.0 update</a> released in March 2010. The main change was updating the Google Map API version from the deprecated <a href="http://code.google.com/apis/maps/documentation/javascript/v2/">v2</a> to <a href="http://code.google.com/apis/maps/documentation/javascript/">v3</a>. This change increases performance and adds much better support for mobile browsers. The upgrade also means that a Google Maps API key is no longer required. This makes it easy to drop it into any site without any configuration (<a href="http://www.kosherjava.com/contact/">contact me</a> for details). <img class="alignright" src="/images/zmanimTabV3.png" alt="Zmanim tab v3" title="Zmanim tab v3" />The technical notes on the original <a href="http://www.kosherjava.com/2008/04/07/technical-information-about-the-bearing-to-yerushalayim-map/">Technical Information about the Bearing to Yerushalayim Map</a> post are still relevant, with very little having changed since the initial implementation. 

The following is a partial list of the new features:
<ul>
<li>A number of additional zmanim in the More Zmanim tab, including <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/ComplexZmanimCalendar.html#getTchilasZmanKidushLevana3Days()">tchilas</a> and <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/ComplexZmanimCalendar.html#getSofZmanKidushLevanaBetweenMoldos()">sof zman kiddush levana</a> (if they occur on that day)
</li><li>A link to download a 12 month Zmanim calendar directly from the map (using the same spreadsheet used in the <a href="http://www.kosherjava.com/zmanim-project/zmanim-calendar-generator/">Zmanim Calendar Generator</a>). Clicking on the link from the Zmanim tab will generate a calendar with most typically used zmanim, while clicking on the link in the More Zmanim tab will download the full set of zmanim. These are available as the Calendar Type option in the Zmanim Calendar Generator</li>
<li>Increased use of <a href="http://jquery.com/">jQuery</a> and jQuery UI for formatting the zmanim tables to better match the site look &amp; feel</li>
<li>Refactoring to make the code more robust and slightly more maintainable</li>
<li>Timezones for all of Israel now display the timezone of Asia/Jerusalem as opposed to the Asia/Gaza returned for parts of Israel by the <a href="http://www.geonames.org/export/web-services.html">GeoNames TimeZone web service</a></li>
</ul>

From a technical perspective there were a number of changes required due to updating the Google Maps API from v2 to v3. These include:

<ul>
<li>v3 no longer supports <a href="http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GMap2.openInfoWindowTabs">tabbed info windows</a>, so the tabs are now implemented using <a href="http://jqueryui.com/">jQuery UI</a></li>
<li>Renaming of a number of classes and functions such as GLatLng to LatLng</li>
<li>A number of functions that were part of API v2 were removed in v3. One example is the removal of <a href="http://en.wikipedia.org/wiki/Radian">radians</a> in the LatLng that had been available as <a href="http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GLatLng.latRadians">GLatLng.latRadians()</a>. These missing functions required for the direction to Yerushalayim calculations are now supported in the Zmanim Map using <a href="http://en.wikipedia.org/wiki/JavaScript#Prototype-based">prototypes</a></li>
</ul>


]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2011/09/11/bearing-to-yerushalayim-and-zmanim-map-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KosherJava Zmanim API Released Under the LGPL License</title>
		<link>http://www.kosherjava.com/2011/05/09/kosherjava-zmanim-api-released-under-the-lgpl-license/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kosherjava-zmanim-api-released-under-the-lgpl-license</link>
		<comments>http://www.kosherjava.com/2011/05/09/kosherjava-zmanim-api-released-under-the-lgpl-license/#comments</comments>
		<pubDate>Mon, 09 May 2011 20:43:23 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LGPL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=879</guid>
		<description><![CDATA[Until this point the KosherJava Zmanim API has been released under the GPL V2.0 open source license. This had the effect of forcing any application written using the library to release it&#8217;s source code under the same license. Being that the Zmanim API is a library, the LGPL is a more appropriate license. The LGPL [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/lgpl.png" alt="LGPL"/>Until this point the <a href="http://www.kosherjava.com/zmanim-project/">KosherJava Zmanim API</a> has been released under the <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a>  <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">V2.0</a> <a href="http://en.wikipedia.org/wiki/Open-source_license"> open source license</a>. This had the effect of forcing any application written using the library to release it&#8217;s source code under the same license. Being that the Zmanim <a href="http://en.wikipedia.org/wiki/API">API</a> is a <a href="http://en.wikipedia.org/wiki/Library_%28computing%29">library</a>, the <a href="http://en.wikipedia.org/wiki/LGPL">LGPL</a> is a more appropriate license. The LGPL allows developers to use the KosherJava Zmanim API, yet keep their application code <a href="http://en.wikipedia.org/wiki/Proprietary_software">closed source</a>. Only changes to the API itself (such as ports to different languages) would have to be released as open source. I had in the past on request released the source under the LGPL (the <a href="http://www.kosherjava.com/2010/04/20/zmanim-api-ported-to-net-c/">Zmanim API .NET port</a> has already been released under the LGPL with my permission), and with the recent 3/27/2011 <a href="http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/">SVN checkin</a> I formally changed the Java Zmanim API license to the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</a> (not the newer <a href="http://www.gnu.org/copyleft/lesser.html">LGPL 3.0</a>). The next 1.3.0 release will be the first formal release under the LGPL. In one case the change to the license required permission from developer who wrote code used by the the Zmanim API, and this was done.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2011/05/09/kosherjava-zmanim-api-released-under-the-lgpl-license/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Zmanim API Now in a Public SVN Server</title>
		<link>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-in-svn</link>
		<comments>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 03:19:52 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=834</guid>
		<description><![CDATA[Thanks to Jay Gindin, the Zmanim API source code is now in a publicly available SVN server. The Google Code project can be found at code.google.com/p/kosherjava. This will have a number of benefits to the project. It will more easily allow users to find the code, ensure that they have the latest code, track changes, [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/vault.jpg" alt="Java Vault"/>Thanks to <a href="http://code.google.com/p/android-zmanim/">Jay Gindin</a>, the <a href="http://www.kosherjava.com/zmanim-project/">Zmanim API</a> source code is now in a publicly available <a href="http://en.wikipedia.org/wiki/Apache_Subversion">SVN</a> server. The <a href="http://code.google.com/hosting/">Google Code project</a> can be found at <a href="https://code.google.com/p/kosherjava/">code.google.com/p/kosherjava</a>. This will have a number of benefits to the project. It will more easily allow users to find the code, ensure that they have the latest code, track changes, and allow reverting to prior versions in case an issue arises with newly checked in code. It will also allow me to stop the manual backups (part of the projects <a href="http://en.wikipedia.org/wiki/Apache_Ant">Ant</a> <a href="http://code.google.com/p/kosherjava/source/browse/trunk/build/build.xml">build script</a>) done as part of every development build. The repository has the new <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/hebrewcalendar/package-summary.html">hebrewcalendar</a> package mentioned in the recently posted <a href="http://www.kosherjava.com/2011/02/23/faq-how-do-i-calculate-the-jewish-hebrew-date-for/">FAQ: How do I Calculate the Jewish/Hebrew Date for …?</a>. This new code is under heavy revision, and there will be changes that will likely break code using the current alpha version. The pace of changes to the interface will likely remain stable once the first beta version is released (probably after Pesach). The next step will be to touch base with various people who have copies of the API in their own SVN to either update or link to this official project SVN server.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.2.1 Released</title>
		<link>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-1-2-1-released</link>
		<comments>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/#comments</comments>
		<pubDate>Mon, 31 May 2010 02:36:11 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=657</guid>
		<description><![CDATA[The Zmanim API 1.2.1 was released today. Changed in this release were the addition of a few very early Tzais zmanim, and the removal of references to the GregorianCalendar in favor of the base Calendar class to ease Noah Blumenthal&#8217;s use of the Zmanim API in a zmanim application for the BlackBerry. This change has [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API 1.2.1 Release" title="Zmanim API 1.2.1 Release" />The Zmanim API 1.2.1 was released today. Changed in this release were the addition of a few very early <em>Tzais</em> zmanim, and the removal of references to the <a href="http://java.sun.com/javase/7/docs/api/java/util/GregorianCalendar.html">GregorianCalendar</a> in favor of the base <a href="http://java.sun.com/javase/7/docs/api/java/util/Calendar.html">Calendar</a> class to ease <a href="http://twitter.com/statichippo">Noah Blumenthal&#8217;s</a> use of the Zmanim API in a zmanim application for the BlackBerry. This change has no impact on functionality as tested using Yitzchok&#8217;s new JUnit tests. Additionally, the JavaDoc <a href="http://www.kosherjava.com/zmanim/docs/api/">Zmanim API documentation</a> was modified to clearly indicate that zmanim can return nulls. A followup post will have details on this.
The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.2.1.zip">Zmanim 1.2.1 release</a> zip file that includes source files and JavaDoc documentation. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.2.1.jar">zmanim-1.2.1.jar</a> and the <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.2.1.jar">zmanimAstronomical-1.2.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a>. The removal of the GregorianCalendar was in this class. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bearing to Yerushalayim and Zmanim Map 2.0</title>
		<link>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bearing-to-yerushalayim-and-zmanim-map-2-0</link>
		<comments>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 05:32:53 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[Davening]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Great Circle]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Latitude and Longitude]]></category>
		<category><![CDATA[Rhumb Line]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=436</guid>
		<description><![CDATA[The availability of the Bearing to Yerushalayim and Zmanim Map was originally announced on December 30, 2007. At the time there were a number of bugs related to the Google Map API. These bugs were reported to Google and eventually fixed. Since that time, the only change was a minor JavaScript fix for IE. The [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/sepiaMap.jpg" alt="World map" title="World map" />The availability of the <a href="http://www.kosherjava.com/maps/zmanim.html">Bearing to Yerushalayim and Zmanim Map</a> was <a href="http://www.kosherjava.com/2007/12/30/bearing-to-yerushalayim-and-zmanim-map/">originally announced on December 30, 2007</a>. At the time there were a number of bugs related to the <a href="http://code.google.com/apis/maps/">Google Map API</a>. These bugs were reported to Google and eventually <a href="http://code.google.com/p/gmaps-api-issues/issues/list?can=1&#038;q=status%3AFixed%20reporter%3Akosherjava">fixed</a>. Since that time, the only change was a minor JavaScript fix for IE. The Bearing to Yerushalayim worked, but the zmanim tabs had a major issue because the timezone calculated was done based on the user&#8217;s current browser timezone. This made it tricky to check zmanim in a different location or timezone than the user&#8217;s current timezone. <img class="alignright" src="/images/zmanimTab.png" alt="Zmanim tab using timezones" title="Zmanim tab using timezones" />I recently updated the map to look-up the actual timezone of the latitude and longitude selected by the user. This was implemented by doing a look-up at the <a href="http://www.geonames.org">geonames.org</a> <a href="http://www.geonames.org/export/web-services.html">timezone  web-service</a>. The timezone is passed to the Zmanim API and used to generate the XML output of a list of daily zmanim that is displayed in the map. Since the <a href="http://en.wikipedia.org/wiki/Zoneinfo">Olson timezone database</a> changes a few times a year, there will almost certainly be cases where the proper timezone can&#8217;t be determined.  Some of these are changes of timezone names, such as the change from Asia/Calcutta to Asia/Kolkata (my host will not run the <a href="http://java.sun.com/javase/timezones/#tzu">TZ Updater tool</a>). In these cases a simple mapping between the old and new was added to the map. In cases where the timezone can&#8217;t be determined the timezone will default to GMT.  Ocean locations within 10 km of land will use the closest landmass, but anywhere beyond 10 km will default to GMT. One issue with using the geonames.org webservice, is that when it is down, the map will timeout. I experimented with various ways of dealing with this, but unless my host updates the Java version from 1.4, they are too complex to use at this time.

See the <a href="http://www.kosherjava.com/2008/04/07/technical-information-about-the-bearing-to-yerushalayim-map/">Technical Information about the Bearing to Yerushalayim Map</a> post for technical details about the original implementation.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.2 Released</title>
		<link>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-1-2-released</link>
		<comments>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:07:29 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Elevation]]></category>
		<category><![CDATA[Sea level]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=409</guid>
		<description><![CDATA[The Zmanim API 1.2 was released today. The only change in this release is the removal of elevation as a factor in the calculation of all zmanim besides sunrise and sunset. Updated JavaDocs now reflect these changes. Please see the Elevation Now Only Impacts Sunrise and Sunset Calculations in the Zmanim API post for additional [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API Release" title="Zmanim API Release" />The Zmanim API 1.2 was released today. The only change in this release is the removal of elevation as a factor in the calculation of all zmanim besides sunrise and sunset. Updated <a href="http://www.kosherjava.com/zmanim/docs/api/">JavaDocs</a> now reflect these changes. Please see the <a href="http://www.kosherjava.com/2010/01/24/elevation-now-only-impacts-sunrise-and-sunset-calculations-in-the-zmanim-api/">Elevation Now Only Impacts Sunrise and Sunset Calculations in the Zmanim API</a> post for additional information.

I would like to thank the various people who contacted me on the subject.

The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.2.zip">Zmanim 1.2 release</a> zip file that includes source files and JavaDoc documentation. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.2.jar">zmanim-1.2.jar</a>. The <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.1.jar">zmanimAstronomical-1.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a> was not impacted by this change, but the version has been updated to <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.2.jar">zmanimAstronomical-1.2.jar</a> for consistency. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plans for a Zmanim API FAQ</title>
		<link>http://www.kosherjava.com/2009/11/05/plans-for-a-zmanim-api-faq/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plans-for-a-zmanim-api-faq</link>
		<comments>http://www.kosherjava.com/2009/11/05/plans-for-a-zmanim-api-faq/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:19:56 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=199</guid>
		<description><![CDATA[Questions communicated to me via the contact page far exceed the number of comments in the blog. In the hope of clarifying the most common questions related to the Zmanim API and to a lesser degree other parts of this site, I plan on a series of FAQ posts that will hopefully cut down on [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/coffeeQuestion.jpg" alt="Java FAQ"/>Questions communicated to me via the <a href="http://www.kosherjava.com/contact/">contact page</a> far exceed the number of comments in the blog. In the hope of clarifying the most common questions related to the <a href="http://www.kosherjava.com/zmanim-project/">Zmanim API</a> and to a lesser degree other parts of this site, I plan on a series of FAQ posts that will hopefully cut down on the number of questions. The <a href="http://www.kosherjava.com/tag/faq/">list of FAQs</a> may eventually be consolidated into a FAQ page.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2009/11/05/plans-for-a-zmanim-api-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim Calendar Generator Can Now Output Fewer Zmanim</title>
		<link>http://www.kosherjava.com/2009/05/18/zmanim-calendar-generator-can-now-output-less-zmanim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-calendar-generator-can-now-output-less-zmanim</link>
		<comments>http://www.kosherjava.com/2009/05/18/zmanim-calendar-generator-can-now-output-less-zmanim/#comments</comments>
		<pubDate>Tue, 19 May 2009 03:00:44 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Tfilah]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=174</guid>
		<description><![CDATA[After numerous requests, the Zmanim Calendar Generator can now output a less extensive list of zmanim. While the &#8220;full&#8221; calendar option (the default) generates an Excel spreadsheet with 108 columns of zmanim, the &#8220;standard&#8221; output generates a spreadsheet with 15 columns containing the most commonly used zmanim. The exact list of what constitutes commonly used [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/calendarJava.png" alt="Java Calendar"/>After numerous requests, the <a href="http://www.kosherjava.com/zmanim-project/zmanim-calendar-generator/">Zmanim Calendar Generator</a> can now output a less extensive list of zmanim. While the &#8220;full&#8221; calendar option (the default) generates an <a href="http://en.wikipedia.org/wiki/Microsoft_Excel">Excel</a> spreadsheet with 108 columns of zmanim, the &#8220;standard&#8221; output generates a spreadsheet with 15 columns containing the most commonly used zmanim. The exact list of what constitutes commonly used zmanim is likely to be tweaked over time. The spreadsheet was initially designed for <a href="http://en.wikipedia.org/wiki/Software_developer">developers</a> as a sample of the various zmanim available in the <a href="http://en.wikipedia.org/wiki/API">API</a> . Developers can compare the output of their zmanim using the API, or a ported version of the API to the spreadsheet for accuracy. Based on feedback, many people use it to generate <a href="http://en.wikipedia.org/wiki/Synagogue">shul</a> calendars, and wanted a less daunting list of zmanim.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2009/05/18/zmanim-calendar-generator-can-now-output-less-zmanim/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.1 Released</title>
		<link>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-11-released</link>
		<comments>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:49:02 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Syrian Jews]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=137</guid>
		<description><![CDATA[The Zmanim API 1.1 was released early this morning. Information about what changed in this release can be seen in previous posts about various beta and patch releases. A last minute change involved the removal of the misheyakir calculations commonly used by the Syrian community. The removal was due to the various different minhagim used, [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API Release" title="Zmanim API Release" />The Zmanim API 1.1 was released early this morning. Information about what changed in this release can be <a href="http://www.kosherjava.com/2009/02/25/zmanim-api-11-beta-3-released/">seen</a> in previous <a href="http://www.kosherjava.com/2008/04/17/zmanim-api-11-release-candidate-available/">posts</a> about various <a href="http://www.kosherjava.com/2008/07/17/zmanim-api-11-beta-2-released/">beta</a> and <a href="http://www.kosherjava.com/2008/04/13/fix-to-noaa-sunrisesunset-algorithm/">patch</a> <a href="http://www.kosherjava.com/2008/02/07/updated-zmanim-jar-released-please-download-the-latest/">releases</a>. A last minute change involved the removal of the <em>misheyakir</em> calculations commonly used by the Syrian community. The removal was due to the various different minhagim used, and <a href="http://en.wikipedia.org/wiki/Moetzes_Gedolei_HaTorah#Current_members">Chacham Yosef Harari-Raful</a> not endorsing any one, or including any, in his calendar. The API is flexible enough to be used for any calculation wanted by the various Syrian shuls even without &#8220;native&#8221; support for a built in &#8220;Ateret Torah&#8221; <em>misheyakir</em>. Some missing JavaDocs were also added.

I would like to again thank Rabbi Rachamim Ashkenazi the publisher of a zmanim calendar for the Syrian Community, and <a href="http://www.linkedin.com/pub/4/4a/930">Victor Grazi</a> for his input, testing and technical expertise used for adding the new “Ateret Torah” zmanim.


The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.1.zip">Zmanim 1.1 release</a> zip file that includes source files and <a href="http://www.kosherjava.com/zmanim/docs/api/">JavaDoc documentation</a>. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.1.jar">zmanim-1.1.jar</a> and the new <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.1_beta_3.jar">zmanimAstronomical-1.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a> and supporting classes. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.1 Beta 3 Released</title>
		<link>http://www.kosherjava.com/2009/02/25/zmanim-api-11-beta-3-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-11-beta-3-released</link>
		<comments>http://www.kosherjava.com/2009/02/25/zmanim-api-11-beta-3-released/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:57:32 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Syrian Jews]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=96</guid>
		<description><![CDATA[The third beta release of the Zmanim API 1.1 is now available on the download page. The main change in this release is the addition of zmanim based on the psak of Chacham Yosef Harari-Raful of Yeshivat Ateret Torah. These zmanim were requested by members of the Syrian Community. Other changes in this release include [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API Release" title="Zmanim API Release" />The third beta release  of the <a href="http://www.kosherjava.com/zmanim-project/">Zmanim API</a> 1.1 is now available on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">download page</a>. The main change in this release is the addition of zmanim based on the <em>psak</em> of <a href="http://en.wikipedia.org/wiki/Moetzes_Gedolei_HaTorah#Current_members">Chacham Yosef Harari-Raful</a> of Yeshivat Ateret Torah. These zmanim were requested by members of the <a href="http://en.wikipedia.org/wiki/Syrian_Jews">Syrian Community</a>. Other changes in this release include various additions and fixes to the <a href="http://www.kosherjava.com/zmanim-project/javadoc-api-documentation/">API JavaDocs</a>. I hope to post some detailed information about the new <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/ComplexZmanimCalendar.html#getShaahZmanisAteretTorah()">&#8220;Ateret Torah&#8221; zmanim</a> in the near future. I would like to thank Rabbi Rachamim Ashkenazi the publisher of a zmanim calendar for the Syrian Community for his help with the &#8220;Ateret Torah&#8221; zmanim.


The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.1_beta_3.zip">Zmanim 1.1 beta 3 release</a> zip file including source files and documentation. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.1_beta_3.jar">zmanim-1.1_beta_3.jar</a> and the new <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.1_beta_3.jar">zmanimAstronomical-1.1_beta_3.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a> and supporting classes.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2009/02/25/zmanim-api-11-beta-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

