﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Business andTechnology Stuff</title>
    <description>Business, Computers, Development, etc</description>
    <link>http://blog.jimclay.com/Home/tabid/211/BlogId/2/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>sales@jimclay.com</managingEditor>
    <webMaster>jim@jimclay.com</webMaster>
    <pubDate>Wed, 19 Nov 2008 06:36:37 GMT</pubDate>
    <lastBuildDate>Wed, 19 Nov 2008 06:36:37 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>Working on a few new sites</title>
      <description>&lt;p&gt;So while I am working like crazy trying to make progress on our in house app rewrite that I am succeeding in getting further and further behind on, I need a few distraction.  A couple of people have asked me to host and design new sites for them.  So I am in the process of getting them up and running.&lt;/p&gt;
&lt;p&gt;A buddy of mine and his family started a new part time business and had me put up &lt;a href="http://www.doggonecrazyhotdogs.com"&gt;www.doggonecrazyhotdogs.com&lt;/a&gt; for them.&lt;/p&gt;
&lt;p&gt;There is a new local resteraunt that I have the domain up, just waiting for content from the owner.  That site is at &lt;a href="http://www.jettygrill.com"&gt;www.jettygrill.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A friend of mine who does promotional products (&lt;a href="http://www.shamrockad.com"&gt;www.shamrockad.com&lt;/a&gt;) got me in touch with a new car dealer in town and I am just getting started on thier site at &lt;a href="http://www.sandpointcars.com"&gt;www.sandpointcars.com&lt;/a&gt;.  I think it is looking rather nice.&lt;/p&gt;
&lt;p&gt;Now off to bed so I can get up in the AM and start programming!&lt;/p&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/19/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/19/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=19</guid>
      <pubDate>Fri, 08 Aug 2008 07:30:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=19</trackback:ping>
    </item>
    <item>
      <title>Re-Writing Our In-House management system</title>
      <description>&lt;p&gt;Although under the gun and stressfull, I have decided to rewrite our in house app that I have been working on for several years.  This is actually pretty cool as I get to change a lot of things that I wish I would have done differently that were causing issues.&lt;/p&gt;
&lt;p&gt;The original app was an Access program that I wrote for the company as a consultant in '99.  We went through several additions and changes and then I came on board as an employee in '02 and converted the data over to SQL Server, while leaving everything else in Access.  This was OK other thans some limitiations and compatibility issues as the newer versions of access came out.  Now, the system is just getting slow and Access 2007 is a dog.  SO...Its time for a rewrite.&lt;/p&gt;
&lt;p&gt;Since I came on board as an employee, we have tried a couple of differenc CRM packages that just didn't work for us.  So I wrote our own in VB.net.  No I am getting proficient in .net and have added a DevExpress Enterprise subscription to my tools and the time has come.&lt;/p&gt;
&lt;p&gt;It's pretty cool being able to redo everything and learn from the past.  The amazing part is that I am expecting to do this in a fraction of the time that it took to write what we have now.&lt;/p&gt;
&lt;p&gt;Off to code....&lt;/p&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/18/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/18/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=18</guid>
      <pubDate>Tue, 01 Jul 2008 22:18:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>Been Busy</title>
      <description>&lt;p&gt;So, I keep thinking of things I would like to blog about...Doesn't happen!&lt;/p&gt;
&lt;p&gt;I have been very busy at work trying to build up steam on the complete rewrite of the original Access based system that we run the company off of.  I am moving it to VB.Net with &lt;a target="_blank" href="http://www.devexpress.com"&gt;DevExpress&lt;/a&gt; controls.  I am using the &lt;a target="_blank" href="http://www.devexpress.com/Products/NET/Libraries/XPO/"&gt;Xpress Persitent Objects (XPO)&lt;/a&gt; as the basis of the new programming model for our systems.  WOW!  Majorly cool stuff.  XPO is a business object model tool that allows you to create the business object that you are dealing with including associations (one to many, many to many, etc.).  You define what database you want to use and it creates and manages the schema for you.  No more creating tables, creating a datalayer, creating stored procedures, etc., etc.  So far I am very impressed and am loving it.  I am also using thier controls for all of my Win Forms.  Their grids are amazing and I was extremely excited when I saw the Vertical Grid.  It is a huge time saver for me.&lt;/p&gt;
&lt;p&gt;I am hoping to start using thier ASP.Net controls sometime in the near future.  Been thinking of writing an interface to my domain registration system that I use.  Since I am big on &lt;a target="_blank" href="http://www.sandpointhosting.com/Services/DotNetNukeHosting/tabid/64/Default.aspx"&gt;DotNetNuke (DNN),&lt;/a&gt; I figured I would write it as a DNN Module.&lt;/p&gt;
&lt;p&gt;My problem is time.  I have work all day and then come home and want to spend time with the family.  By the time I can sit down to the computer, I really don't have a lot of time to get too heavy into something.  Plus, I am tired and ready to go to bed.  I guess I need to start small and work my way up.  Any chance I can get I need to set some plans in place and get started.&lt;/p&gt;
&lt;p&gt;Looks like it is that time...Of to bed.&lt;/p&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/16/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/16/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=16</guid>
      <pubDate>Thu, 19 Jun 2008 04:20:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=16</trackback:ping>
    </item>
    <item>
      <title>I Hate Spam filtering Services you have to register with</title>
      <description>&lt;p&gt;If you are in busines, DON"T use these spam filter services that force the sender to click on a link in the response email, put in some info and then you email will go through.  I consider these COMPLETELY unprofessional.  I can't believe businesses are buying into them.  If you need spam filtering use something that the sender doesn't have to deal with.  At our office we have spam software that works with our Exchange server.  Catches probably 95+% of our spam.  Through my hosting business, for those who use my hosted email, there is some basic spam filtering in there, but I also offer an add-on that puts your email through a Barracuda spam filter appliance.  These things work great and the cost is worth it.&lt;/p&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/15/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/15/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=15</guid>
      <pubDate>Thu, 27 Mar 2008 15:57:44 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>SalesForce.com</title>
      <description>&lt;P&gt;As mentioned earlier, I work for a small company that like to be on the leading edge.  We are very proud of our customer service, but our sales and marketing efforts have been admittedly, pretty weak and unorganized.  I have all these grandeous ideas with regards to what we need to do, but the issue is time an other important things getting in the way.&lt;/P&gt;
&lt;P&gt;So, we have decided to commit to a prebuilt sales tool.  We are going to use &lt;A href="http://www.salesforce.com/" target=_blank&gt;Salesforce.com&lt;/A&gt; and I now get to integrate it with our existing systems that I have built.  This is somewhat of a love it/hate it concept to me.  I am &lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;ecstatic &lt;/SPAN&gt;about increasing our sales efforts and having the tools in place to do this.  I am also excited about learning new technologies.  I mean gees...That is one of the things I live for! &lt;IMG src="/Portals/_default/Smileys/bigsmile.gif" border=0&gt;  But on the other hand, it will take me some time to get this thing up and running and we are under a MAJOR time crunch.  And I need to make some quick dicisions on the integration aspect.  I am hoping and expecting, that in the long run, it is a much better solution that what I could develop in house.&lt;/P&gt;
&lt;P&gt;Off to my new adventure!!!!&lt;/P&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/6/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/6/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=6</guid>
      <pubDate>Fri, 22 Dec 2006 16:59:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=6</trackback:ping>
    </item>
    <item>
      <title>Looking for a video training solution</title>
      <description>&lt;P&gt;I work for a great company that is small but VERY advanced technologically.  I am sitting on hold with Dell right now so we can try and figure out a solution for an idea we have come up with here.&lt;/P&gt;
&lt;P&gt;I have found &lt;A href="http://www.techsmith.com"&gt;TechSmith's&lt;/A&gt; &lt;A href="http://www.techsmith.com/camtasia.asp"&gt;Camtasia Studio&lt;/A&gt;, which will record a screen area along with voice narration and a web cam image.  We want to use this to record all of the various activities that we do in our systems.  This is not that hard...The hard part is playback.  Since we all use dual monitors here, we need to record and render a double wide video.  With that, we need to playback the video across to monitors...Thus spanning the video.&lt;/P&gt;
&lt;P&gt;According to Dell, this is more of a software issue than a hardware one...So, off to Google and more research.  I guess I will try and contact TechSmith and see if they have any ideas.&lt;/P&gt;
&lt;P&gt;More to come.....&lt;/P&gt;
&lt;P&gt;So, in doing more research, all it is is a setting on the video card.  It needs to be changed from "Dual View" mode to "Span" mode...Problem solved&lt;/P&gt;
&lt;P&gt;On to bigger and better things!!&lt;/P&gt;</description>
      <link>http://blog.jimclay.com/Home/tabid/211/EntryID/5/Default.aspx</link>
      <author>sales@jimclay.com</author>
      <comments>http://blog.jimclay.com/Home/tabid/211/EntryID/5/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://blog.jimclay.com/Default.aspx?tabid=211&amp;EntryID=5</guid>
      <pubDate>Fri, 15 Dec 2006 18:16:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://blog.jimclay.com/DesktopModules/Blog/Trackback.aspx?id=5</trackback:ping>
    </item>
  </channel>
</rss>