<?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>Small Business &#8211; Xojo Programming Blog</title>
	<atom:link href="https://blog.xojo.com/tag/small-business/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.xojo.com</link>
	<description>Blog about the Xojo programming language and IDE</description>
	<lastBuildDate>Thu, 02 May 2024 13:57:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>The One Person Framework for the Rest of Us</title>
		<link>https://blog.xojo.com/2024/05/02/the-one-person-framework-for-the-rest-of-us/</link>
		
		<dc:creator><![CDATA[Paul Lefebvre]]></dc:creator>
		<pubDate>Thu, 02 May 2024 14:00:00 +0000</pubDate>
				<category><![CDATA[Cross-Platform]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Xojo Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Enterprise Software]]></category>
		<category><![CDATA[Multi-Platform Development]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[One-Person Framework]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Rapid Application Development]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Xojo Programming Language]]></category>
		<guid isPermaLink="false">https://blog.xojo.com/?p=12882</guid>

					<description><![CDATA[The technology and development world is always changing. First released in 1998, Xojo&#8217;s longevity is a testament to its ability and willingness to adapt from&#8230;]]></description>
										<content:encoded><![CDATA[
<p>The technology and development world is always changing. First released in 1998, Xojo&#8217;s longevity is a testament to its ability and willingness to adapt from the early days of desktop apps, to web apps and on to mobile apps.</p>



<p>Throughout that time, software development has generally become more difficult with developers having to learn a wide variety of tools and programming languages, many of which are the hot thing for a short while and then disappear afterwards for the next hot new thing as the cycle repeats.</p>



<p>Up until recently this was not as big a deal for tech companies because they could just hire their way out of the problem. Teams got big and bloated, often because the tools being used were large, complex, rapidly changing and difficult to learn. So the solution, in opposition of the <a href="https://en.wikipedia.org/wiki/The_Mythical_Man-Month">Mythical Man Month</a>, was to throw more people at it. This was feasible because of 0% interest rates and the relative ease of raising capital.</p>



<figure class="wp-block-image"><a href="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4c4ae90-9d8d-4b2a-8301-2ee4be611df7_1152x640.jpeg" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4c4ae90-9d8d-4b2a-8301-2ee4be611df7_1152x640.jpeg" alt=""/></a></figure>



<p>But that era is over. Interest rates are no longer historically low and raising capital for companies is now much harder and less desirable than it once was. This means technology companies are reducing staff and hiring more judiciously. Fewer people now have to do more with less.</p>



<p>The idea of a “one person framework” is that there should be a way for a single developer to create software using just one development framework. This is not a new idea, but it is being talked about again because of these recent changes with how technology companies work. In many ways, Xojo is the original one person framework. From its inception, with inspiration from Visual Basic, Xojo let you make complete apps more efficiently without having to also learn other tools, languages or frameworks.</p>



<p>So what can Xojo, as a one person framework, do for you? Xojo lets you build most of the apps your company is likely to need, using only Xojo itself and its easy-to learn object-oriented programming language (which is similar to Visual Basic and Python, languages that many people already are familiar with). Xojo is a cross-platform, integrated development environment (IDE) that combines an object-oriented programming language, visual designer, code editor, debugger and more into one tool and one framework.</p>



<p>With Xojo you can make apps for most of the commonly used platforms that your business is likely to need.</p>



<p><strong>Desktop Apps</strong></p>



<p>Xojo has been a great way to make desktop apps since its inception in 1998. Unlike Java, Electron or other frameworks you’ve seen throughout the years, Xojo makes native apps and can do so for the major desktop platforms: Windows, macOS and Linux. Yes, that includes native ARM and x86 apps as well.</p>



<p>With a single project, you can click one button to have Xojo build separate native apps for each of those platforms. To further drive that point home, the Xojo IDE itself is a desktop app made with Xojo that runs on Windows, macOS and Linux.</p>



<p>With Xojo you have access to many commonly-used controls and the Xojo framework with support for databases, JSON, XML, RegEx, Zip/Unzip, networking and so much more.</p>



<p><strong>Web Apps</strong></p>



<p>Since 2010, Xojo has been able to make web apps. Xojo uses a somewhat unique approach to web apps by running compiled code on the web server. This code communicates to the app running on the web browser using an internal JavaScript framework and Bootstrap for the UI, which you don’t really need to worry about. It’s all handled automatically.</p>



<p>This approach is great for business purposes as it lets you make web apps using a development pattern that is very similar to what is used to make desktop apps.</p>



<p>If you don&#8217;t want to deal with the hassle of managing your own web app server, Xojo even offers Xojo Cloud as a fully managed web hosting service with 1-click deployment of your Xojo web apps.</p>



<p><strong>Mobile Apps</strong></p>



<p>Mobile support first appeared for iOS in 2013 and Android support was recently added in 2023. Using Xojo to make native mobile apps that can be deployed in their respective app stores is yet another way Xojo can help one person make more apps.</p>



<p>A developer that already knows how to use Xojo can jump right into mobile development without having to learn yet another IDE and programming language.</p>



<p><strong>Console Apps</strong></p>



<p>Console apps are text apps that run from the command line. These app are great for automating internal processes or other command-line tools. You can even build Console apps that communicate with other console apps to build a chain of tools for processing or converting data, for example.</p>



<h4 class="wp-block-heading">Xojo Framework</h4>



<p>A single person can create all of the above types of apps because Xojo uses the same programming language for all of them. And as mentioned above, the Xojo framework has many built-in features and is broadly compatible across all the different project types. There are differences, of course, but we strive for consistency and compatibility.</p>



<p>For just a few of its many capabilities, all platforms have the same framework classes and methods for things such as Dictionary, Set, URLConnection, files, SQLite, and most graphics. And speaking of examples, Xojo includes over 400 example projects from which to learn.</p>



<figure class="wp-block-image is-resized"><a href="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62cdb62a-4fe8-4d7a-ac61-cf301408c2dc_1152x640.jpeg" target="_blank" rel="noreferrer noopener"><img decoding="async" src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F62cdb62a-4fe8-4d7a-ac61-cf301408c2dc_1152x640.jpeg" alt="" style="width:915px;height:auto"/></a></figure>



<h2 class="wp-block-heading">Could Xojo Work For You?</h2>



<p>As you should now realize, a single developer using Xojo could reasonably create a desktop app (for Windows, macOS and Linux), a web app, and mobile apps for iOS and Android. If you previously had multiple teams of multiple people creating that many apps, then Xojo could really save you a lot of money and time.</p>



<p>Will you use Xojo to make the next Photoshop, FaceBook, Excel or Google Docs clone? Perhaps not, but most companies don&#8217;t create those types of apps. Xojo does a lot, but it does not and cannot do everything. There is a limit to what any single framework can do, otherwise it becomes too large for its own good, collapsing under its own weight.</p>



<p>Instead, most businesses have much different needs and often require specially created software. For business apps, especially bespoke small-business apps, Xojo can often be an ideal solution by allowing apps to be created faster, more easily and at less cost than can be done with other tools. This saves you money and time, both of which are in short supply these days.</p>



<p><a href="https://www.xojo.com/download/">Xojo is free</a> for learning, development and testing! Give it a spin to see what it can do for you.</p>



<p><em>Paul learned to program in BASIC at age 13 and has programmed in more languages than he remembers, with Xojo being an obvious favorite. When not working on Xojo, you can find him talking about retrocomputing at <a href="https://goto10.substack.com" target="_blank" rel="noreferrer noopener">Goto 10</a> and </em>on Mastodon @lefebvre@hachyderm.io.</p>



<ul class="wp-block-social-links has-normal-icon-size is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-16018d1d wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-facebook  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.facebook.com/goxojo" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li>

<li class="wp-social-link wp-social-link-x  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://x.com/xojo" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z" /></svg><span class="wp-block-social-link-label screen-reader-text">X</span></a></li>

<li class="wp-social-link wp-social-link-linkedin  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.linkedin.com/company/xojo" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg><span class="wp-block-social-link-label screen-reader-text">LinkedIn</span></a></li>

<li class="wp-social-link wp-social-link-github  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://github.com/topics/xojo" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"></path></svg><span class="wp-block-social-link-label screen-reader-text">GitHub</span></a></li>

<li class="wp-social-link wp-social-link-youtube  wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.youtube.com/c/XojoInc" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>5 Tips for Small Businesses Dealing with Online Trolls</title>
		<link>https://blog.xojo.com/2021/07/02/5-tips-for-small-businesses-dealing-with-online-trolls/</link>
		
		<dc:creator><![CDATA[Alyssa Foley]]></dc:creator>
		<pubDate>Fri, 02 Jul 2021 15:40:41 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Small Business]]></category>
		<guid isPermaLink="false">https://blog.xojo.com/?p=8675</guid>

					<description><![CDATA[Unfortunately dealing with online trolls is every businesses’ business these days. It’s not if but when your company or brand will have to deal with a troll. And that can be hard, disheartening and stressful, especially for small businesses. Here are 5 tips our team really tries to use when dealing with trolls. ]]></description>
										<content:encoded><![CDATA[
<p>Unfortunately dealing with online trolls is every businesses’ business these days. It’s not <em>if</em> but <em>when</em> your company or brand will have to deal with a troll. And that can be difficult, stressful and disheartening, especially for small businesses. Here are 5 tips our team really tries to use when dealing with trolls.&nbsp;</p>



<p>First, let’s be very clear about what a troll (or trolling) is. Every business will hear from unhappy customers, receive criticism and complaints, and sometimes these won’t be friendly or even constructive, but these things are <span style="text-decoration: underline;">not</span> trolling. These customers have an issue but they want a solution. Trolls and trolling do not aim to solve a problem. A troll is combative and their intentions are not constructive. </p>



<p>Haters of small businesses and organizations are a strange breed of trolls. They don&#8217;t move on from your business or brand, often despite professing not to use it or pay for it. They stick around online to downvote, harass your customers and mock your sincere attempts to engage. They are not there to help anyone. Unfortunately, as is common with trolls, they can be loud and destructive enough to appear like they are more than the single individual or the small minority they are. This is especially true in the community surrounding a small business where, unlike hate directed at a large corporation, the impact one troll can make can be disproportionately disruptive.</p>



<ol class="wp-block-list"><li><strong>Kill Them with Kindness</strong> &#8211; This is the first step, always. Make sure their issues are heard. It’s important to acknowledge your critics and thank them for their feedback. Next, do what you can; let them know how to find a solution, report a problem or submit a request through the designated channels. If this doesn’t apply or work, I use an open-ended question such as “what do you suggest?” or &#8220;how can I make this right?&#8221;. Responses to these questions can really highlight the person’s intention. If you have done these things, your sincere customers will see your good-faith effort even when the trolls refuse to acknowledge it.</li><li><strong>Let it Chill</strong> <strong>&amp; Find Your Voice</strong> &#8211; Sometimes the best thing is to walk away for an hour or a day. It’s tempting to jump right in and defend your small business. I&#8217;ve certainly done it and I bet you have too. Keep in mind it takes a certain temperament to respond online and not everyone is designed for it. So take your time to craft a reply as well as to choose who should post that reply. The poster will likely be the &#8220;face&#8221; of the reply and will need to be able to handle follow-ups without feeding the trolls or sinking to their level. A well thought out reply that states facts is the best counter to a troll trying to goad you into a fight. Plus, you come out looking calm and professional in contrast to the troll.</li><li><strong>Never Feed the Trolls</strong> &#8211; We’ve all heard this mantra and we all know how difficult it can be to follow. Perhaps the most difficult step in all this is deciding when to respond and when not to respond. You believe in your business and you have devoted yourself to growing and improving it and you naturally want to defend your product. But it’s <em>very</em> important to remember that not every online comment needs a response. Ideally, you have already tried the first two suggestions and if those haven&#8217;t worked, now you need to take the high road. You can agree to disagree, even if the troll can’t. </li><li><strong>Look to the Helpers</strong> &#8211; Sometimes the best response doesn’t come from you. Your customers shooting down a troll and defending your business can be such a benefit for a small business. Not to mention, it&#8217;s so nice to not have to worry about at least this one response! It’s important to reply to and focus on the community members that add positively to the community, the people who support others online. Do not let trolls ruin the community experience for everyone else. If the negative actions of a troll outweighs the positive, if the helpers are expressing to you the negative impact of a troll, small businesses must consider the impact on the whole community. Listen to the helpers in your community when they complain about the trolls and take decisive action.</li><li><strong>Self Care</strong> &#8211; I can say &#8220;don&#8217;t take it home&#8221; and &#8220;leave it at the office&#8221; until the cows come home; but it&#8217;s 2021 and the line between home and office is so very, very distorted, disproportionately so for small businesses. Plus, for some of us it&#8217;s just not that easy. If you are part of a team, lean on them when you feel overwhelmed. In small businesses we often wear many hats, so there is no reason you should bear the trauma of a troll alone. I read about a group that shares the most bizarre hate message and crazy reviews they receive each year, they select the worst and have a comedian announce the winners! One participant said, &#8220;We figure <a href="https://www.carolroth.com/blog/tips-for-dealing-with-internet-trolls-and-haters-in-business/">it means we’ve arrived</a>, so why not celebrate it!&#8221; Finally, remind yourself of the positives. Take a step back and be proud! Be proud of the effort you have put in, the small business you have worked to build and the people who support you. Also, a cold, local beer does wonders.</li></ol>



<p>I hope these tips have offered you some possible paths forward. In the very least, know that you are not alone. In 2017 the Pew Research Center said four-in-ten Americans have experienced harassment online and though I cannot find hard numbers, I don&#8217;t think I&#8217;m out of line to assume the global pandemic hasn&#8217;t improved this trend. </p>



<p>There is no silver bullet for trolls. Trolling is multi-leveled, complex and varies in intensity. And when you are part of a small business trolling can have a significant impact on your mental health as well as job performance. If I can leave you with one bit of advice it would be, no matter what steps you take professionally, know a troll&#8217;s anger and hate is their problem, not yours.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>XojoTalk 028 &#8211; Email is Not a Project Management Tool</title>
		<link>https://blog.xojo.com/2016/08/30/xojotalk-028-email-is-not-a-project-management-tool/</link>
		
		<dc:creator><![CDATA[Paul Lefebvre]]></dc:creator>
		<pubDate>Tue, 30 Aug 2016 10:05:38 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[XojoTalk]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Small Business]]></category>
		<guid isPermaLink="false">http://blog.xojo.com/?p=1507</guid>

					<description><![CDATA[Join Paul as he talks with Susan Fennema of Beyond the Chaos. Susan helps small business owners control their lives through better process, organization, and&#8230;]]></description>
										<content:encoded><![CDATA[<p>Join Paul as he talks with Susan Fennema of <a href="http://beyondthechaos.biz">Beyond the Chaos</a>. Susan helps small business owners control their lives through better process, organization, and structure of the business operations and projects. There is some great advice in this episode that should apply to almost everyone!</p>
<p>Download the <a href="http://files.xojo.com/Podcasts/XojoTalk-028.mp3">MP3</a>.</p>
<p><audio class="wp-audio-shortcode" id="audio-1507-1" preload="none" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="http://files.xojo.com/Podcasts/XojoTalk-028.mp3?_=1" /><a href="http://files.xojo.com/Podcasts/XojoTalk-028.mp3">http://files.xojo.com/Podcasts/XojoTalk-028.mp3</a></audio></p>
<p>&nbsp;</p>
<h2>Show Notes</h2>
<ul>
<li><a href="http://beyondthechaos.biz">Beyond the Chaos</a></li>
<li><a href="http://beyondthechaos.biz/saas-tools/">Favorite SaaS tools</a></li>
<li><a href="http://beyondthechaos.biz/sales_process_vs_income/">Improving your sales process</a></li>
<li><a href="http://beyondthechaos.biz/how-to-complete-a-value-based-project-interview/">Value Pricing</a></li>
</ul>
]]></content:encoded>
					
		
		<enclosure url="http://files.xojo.com/Podcasts/XojoTalk-028.mp3" length="32198867" type="audio/mpeg" />

			</item>
		<item>
		<title>Calling FileMaker Developers</title>
		<link>https://blog.xojo.com/2016/01/11/calling-filemaker-developers/</link>
		
		<dc:creator><![CDATA[Paul Lefebvre]]></dc:creator>
		<pubDate>Mon, 11 Jan 2016 00:00:00 +0000</pubDate>
				<category><![CDATA[Cross-Platform]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Small Business]]></category>
		<guid isPermaLink="false">http://blogtemp.xojo.com/2016/01/11/calling-filemaker-developers/</guid>

					<description><![CDATA[Xojo can help FileMaker developers make more useful native apps, including iOS and web apps. ]]></description>
										<content:encoded><![CDATA[<p>Are you a consultant that uses FileMaker to create solutions for your clients? Do you work in an office and use FileMaker to run your company&#8217;s business?</p>
<p><span id="more-352"></span></p>
<p>If so, you might want to take a look at Xojo to see how it can help you make more useful native apps.</p>
<p><img decoding="async" style="width: 320px; display: block; margin-left: auto; margin-right: auto;" title="road-sign-798175_1280-thumb-400x264-681.jpg" src="https://blog.xojo.com/wp-content/uploads/2016/01/road-sign-798175_1280-thumb-400x264-681.jpgt1466486449161ampwidth320" sizes="(max-width: 320px) 100vw, 320px" alt="road-sign-798175_1280-thumb-400x264-681.jpg" width="320" /></p>
<p>Xojo already has many users with FileMaker experience. They now use Xojo for a variety of reasons, some of which include:</p>
<ul>
<li>Lower cost</li>
<li>More powerful apps</li>
<li><a href="http://xojo.com/filemaker/">Native iOS apps</a></li>
</ul>
<p>Xojo is a powerful, full-featured development tool and as far as professional development tools go, Xojo is rather easy to use. FileMaker is far simpler and so it can be a bit easier to use, particularly if you do not have programming experience. But for people with programming experience or those that want to learn, Xojo is a great choice for creating powerful apps to meet nearly any business need.</p>
<h3>Resources for FileMaker Developers Getting Started with Xojo</h3>
<p>First, we did a couple webinars with FileMaker experts. The first webinar shows you how to create a Xojo iOS app that communicates with a FileMaker database:</p>
<ul>
<li><a href="https://youtu.be/e1Z4nafufIs">Develop iOS Apps that Integrate with FileMaker</a></li>
</ul>
<p>Most recently, we did a question and answer webinar to help answer Xojo questions from FileMaker developers. This webinar had lots of great questions from FileMaker developers considering Xojo:</p>
<ul>
<li><a href="https://youtu.be/kHlhtKaEVYc">Q&amp;A Xojo for FileMaker Developers</a></li>
</ul>
<p>Aloe is a new open source module that enhances Xojo&#8217;s Web framework. With Aloe, you can develop powerful, secure, and scalable websites, apps, and APIs. This demo shows you how to use Aloe and Xojo to quickly and easily create a website whose content is dynamically generated using data that&#8217;s stored in FileMaker databases:</p>
<ul>
<li><a href="https://youtu.be/qtSd_IZOPsw">FileMaker Web Publishing With Xojo and Aloe</a></li>
</ul>
<p>In conjunction with this, we also released to GitHub a project called Xojo.FM which maps many commonly used FileMaker functions so that they can be used in your Xojo projects:</p>
<ul>
<li><a href="https://github.com/xojo/FM">Xojo.FM</a></li>
</ul>
<p><a href="http://timdietrich.me/fmluna/">Tim Dietrich</a> introduces FMLuna and the opportunities that it presents to both Xojo and FileMaker developers. See some of FMLuna&#8217;s features in action as he builds a basic FileMaker API:</p>
<ul>
<li><a href="https://youtu.be/-SKgxmWpw3g">Integrate with FileMaker Databases using FMLuna</a></li>
</ul>
<p>Lastly, be sure to check out the Migrating from FileMaker page in the Xojo Dev Center which has additional information and tips:</p>
<ul>
<li><a href="https://documentation.xojo.com/topics/migrating_from_other_development_tools/migrating_from_filemaker.html">Migrating from FileMaker</a></li>
</ul>
<p>Xojo is free for development and testing and has a 90-day return policy. Give it a try to see how you can start making better apps! If you have questions, ask on <a href="http://forum.xojo.com">our forum</a>.<br />
<!-- end HubSpot Call-to-Action Code --></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
