<?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/"
	>

<channel>
	<title>Marblehead Software</title>
	<atom:link href="http://marbleheadsoftware.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://marbleheadsoftware.com/blog</link>
	<description>IT.Blog</description>
	<pubDate>Thu, 13 Aug 2009 15:09:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Operating Systems</title>
		<link>http://marbleheadsoftware.com/blog/?p=20</link>
		<comments>http://marbleheadsoftware.com/blog/?p=20#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=20</guid>
		<description><![CDATA[In general, the more powerful and flexible the operating system, the more open it is for attack through its Web (and other) servers. Windows and Linux systems, with their large number of built-in servers, services, scripting languages, and interpreters, are particularly vulnerable to attack because there are simply so many portals of entry for hackers [...]]]></description>
			<content:encoded><![CDATA[<p>In general, the more powerful and flexible the operating system, the more open it is for attack through its Web (and other) servers. Windows and Linux systems, with their large number of built-in servers, services, scripting languages, and interpreters, are particularly vulnerable to attack because there are simply so many portals of entry for hackers to exploit. Less capable systems, such as Macintoshes and special-purpose Web server boxes, are less easy to exploit. The safest Web site is a bare-bones Macintosh running a bare-bones Web server.</p>
<p>In the real world, of course, many sites will want to run a Windows or Linux server in order to gain the performance advantage of a multitasking operating system and the benefits of database and middleware connectivity . Security holes have been found in both Linux and Windows NT server systems, and new security holes are being found on a regular basis.</p>
<p>If you have configured your system correctly and are compulsive about applying your vendor&#8217;s security patches promptly, a typical Linux system will be more secure than a typical Windows system. However, you also have to factor in the experience of the people running the server host and software. A Linux system administered by a novice system administrator will be far less secure than a Windows system set up by a seasoned Windows system administrator.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>Web Security: What&#8217;s To Worry About?</title>
		<link>http://marbleheadsoftware.com/blog/?p=17</link>
		<comments>http://marbleheadsoftware.com/blog/?p=17#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=17</guid>
		<description><![CDATA[Unfortunately, there&#8217;s a lot to worry about. There are security risks that affect Web servers, the local area networks that host Web sites, and even innocent users of Web browsers.
The risks are most severe from the Webmaster&#8217;s perspective. The moment you install a Web server at your site, you&#8217;ve opened a window into your local [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, there&#8217;s a lot to worry about. There are security risks that affect Web servers, the local area networks that host Web sites, and even innocent users of Web browsers.</p>
<p>The risks are most severe from the Webmaster&#8217;s perspective. The moment you install a Web server at your site, you&#8217;ve opened a window into your local network that the entire Internet can peer through. Most visitors are content to window shop, but a few will try to to peek at things you don&#8217;t intend for public consumption. Others, not content with looking without touching, will attempt to force the window open and crawl in. The results can range from the merely embarassing, for instance the discovery one morning that your site&#8217;s home page has been replaced by an obscene parody, to the damaging, for example the theft of your entire database of customer information.</p>
<p>It&#8217;s a maxim in system security circles that buggy software opens up security holes. It&#8217;s a maxim in software development circles that large, complex programs contain bugs. Unfortunately, Web servers are large, complex programs that can (and in some cases have been proven to) contain security holes. Furthermore, the open architecture of Web servers allows arbitrary CGI scripts to be executed on the server&#8217;s side of the connection in response to remote requests. Any CGI script installed at your site may contain bugs, and every such bug is a potential security hole.</p>
<p>From the point of view of the network administrator, a Web server represents yet another potential hole in your local network&#8217;s security. The general goal of network security is to keep strangers out. Yet the point of a Web site is to provide the world with controlled access to your network. Drawing the line can be difficult. A poorly configured Web server can punch a hole in the most carefully designed firewall system. A poorly configured firewall can make a Web site impossible to use. Things get particularly complicated in an intranet environment, where the Web server must typically be configured to recognize and authenticate various groups of users, each with distinct access privileges.</p>
<p>To the end-user, Web surfing feels both safe and anonymous. It&#8217;s not. Active content, such as ActiveX controls and Java applets, introduces the possibility that Web browsing will introduce viruses or other malicious software into the user&#8217;s system. Active content also has implications for the network administrator, insofar as Web browsers provide a pathway for malicious software to bypass the firewall system and enter the local area network. Even without active content, the very act of browsing leaves an electronic record of the user&#8217;s surfing history, from which unscrupulous individuals can reconstruct a very accurate profile of the user&#8217;s tastes and habits.</p>
<p>Finally, both end-users and Web administrators need to worry about the confidentiality of the data transmitted across the Web. The TCP/IP protocol was not designed with security in mind; hence it is vulnerable to network eavesdropping. When confidential documents are transmitted from the Web server to the browser, or when the end-user sends private information back to the server inside a fill-out form, someone may be listening in.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Web Design is Not Web Development</title>
		<link>http://marbleheadsoftware.com/blog/?p=12</link>
		<comments>http://marbleheadsoftware.com/blog/?p=12#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=12</guid>
		<description><![CDATA[If you are considering taking your company online, consider what your specific needs are before choosing the company to implement your ideas.  Are you looking for web design or web development?  There is a distinction that needs to be made to remove the confusion about Web companies.  Web design is not the same as web [...]]]></description>
			<content:encoded><![CDATA[<p>If you are considering taking your company online, consider what your specific needs are before choosing the company to implement your ideas.  Are you looking for web design or web development?  There is a distinction that needs to be made to remove the confusion about Web companies.  Web design is not the same as web development.</p>
<p>Web design firms are like graphic design firms for the internet.  They create visually-pleasing websites that focus on images, color, and layout.  The pages contain mostly static content such as company information and contact forms.  Most sites created by web design companies don&#8217;t actually DO anything.  They consist only of pages of information.</p>
<p>Web development firms are more like software companies, focused on writing computer code to give your website functionality.  This would include storing information in a database, creating charts on-the-fly to represent real-time data, and implementing secure login gateways to keep your valuable data protected from prying eyes.</p>
<p>If you simply want to inform the public about your company, a web design firm may be the way to go.  But if you want to give your users the ability to interact with your site, and receive feedback from your site, confine your search to web development firms.  These can be recognized by their experience with scripting languages such as PHP, ASP, or JSP to name a few.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>Why Your Business Needs a Database</title>
		<link>http://marbleheadsoftware.com/blog/?p=10</link>
		<comments>http://marbleheadsoftware.com/blog/?p=10#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:57:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=10</guid>
		<description><![CDATA[The modern age is all about information.  He who has the data, has the power.
New information is being created every second of every day from every one of your business processes.  From sales and purchases, to  inventory adjustments, employee actions, and customer inquiries, data should be organized and stored away for later analysis.  What you [...]]]></description>
			<content:encoded><![CDATA[<p>The modern age is all about information.  He who has the data, has the power.</p>
<p>New information is being created every second of every day from every one of your business processes.  From sales and purchases, to  inventory adjustments, employee actions, and customer inquiries, data should be organized and stored away for later analysis.  What you do with that information can determine your success for failure.  Information ignored is information lost.</p>
<p>So how do you retain the valuable data that is flowing through your business?  A properly designed database can store, manage, and serve all of your data at your command.  Through a web interface or a standalone software application, you can add data, modify as you see fit, and retrieve it in a myriad of forms to help you make more informed decisions.</p>
<p>The database itself is composed of tables - each table holding specific, related information.  Each table is broken down into fields - like cells in a spreadsheet - that hold the actual bits of data.  All of this data can then be tied together through the use of queries, or questions, posed to the database.</p>
<p>If you ever wanted to know on what day of the week you have the most sales, it becomes a simple matter of asking the database.  If you need to know which employee has used the least number sick days, but only out of the employees that have been with you for over two years, just ask the database.</p>
<p>The value of instant data at your fingertips becomes apparent the first time you need to know something, you press a key, and the information presents itself.  That is the value of a database.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Real-Time Internet-Based Inventory</title>
		<link>http://marbleheadsoftware.com/blog/?p=5</link>
		<comments>http://marbleheadsoftware.com/blog/?p=5#comments</comments>
		<pubDate>Sat, 14 Mar 2009 21:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business Efficiencies]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[inventory]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=5</guid>
		<description><![CDATA[Inventory tracking has come a long way since the days of pencil and paper. We have now moved into the realm of virtual data and all the efficiencies that provides. We can now communicate changes in stock levels the second a sale is made or replenishment takes place.
Imagine one of your salespeople gets ready for [...]]]></description>
			<content:encoded><![CDATA[<p>Inventory tracking has come a long way since the days of pencil and paper. We have now moved into the realm of virtual data and all the efficiencies that provides. We can now communicate changes in stock levels the second a sale is made or replenishment takes place.</p>
<p>Imagine one of your salespeople gets ready for a big sales meeting.  He/she checks the current inventory level of Product A and sees 1000 units available. The salesperson makes the sale and 800 units are instantly removed from the current inventory. Another salesperson at another clients office wants to sell the same product. He/she now sees that there are only 200 units available. How embarrassing would it be for both salespeople to commit 800 units each with only 1000 available? But with this real-time knowledge, the second salesperson knows not to commit to more than 200 units.</p>
<p>Along with instant data comes secure storage of records. No need to worry about losing valuable data because someone lost the tally sheet, or because the desktop computer that ran inventory program crashed with a year&#8217;s worth of inventory history. Data can now be stored on secure servers in multiple locations. If one copy was destroyed due to catastrophic events, there can be a back-up in another location ready to be accessed by everyone in your company.</p>
<p>All of this can take place via the internet and a website. The website acts a front door to the data which can be accessed by anyone you chose with varying security and access levels. You can hide it from prying eyes or make it available for the world to view. Your choice.</p>
<p>Inventory data can be tied directly to manual sales, online sales, shipping and receiving, or any other system that can modify current levels. The only limit is your imagination.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the IT.Blog</title>
		<link>http://marbleheadsoftware.com/blog/?p=1</link>
		<comments>http://marbleheadsoftware.com/blog/?p=1#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:09:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marbleheadsoftware.com/blog/?p=1</guid>
		<description><![CDATA[The IT.Blog is an internet technology weblog presented by Marblehead Software to educate businesses and individuals on how to harness the power of the internet to increase productivity and efficiency.
We will add new articles regularly, so please check back often to learn the power of the internet.
]]></description>
			<content:encoded><![CDATA[<p>The IT.Blog is an internet technology weblog presented by Marblehead Software to educate businesses and individuals on how to harness the power of the internet to increase productivity and efficiency.</p>
<p>We will add new articles regularly, so please check back often to learn the power of the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://marbleheadsoftware.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
