Partnering with an Affiliate
Filed Under Building Your MicroISV, Cool Software & Technology
After about a year of weighing the pros and cons, I decided to partner Atrixware Elearning Solutions with an affiliate management company.
I don’t have much to say about it yet since it’s new. I don’t have high expectations, but do expect some minimal results.
If you are interested, here is the link with more information: http://www.atrixware.com/web8/services/partner_with_us.php
Fenofibrate
Cialis tablets
Liver […]
Improving your SEO
Filed Under Building Your MicroISV, Cool Software & Technology, Web Design
I am not an SEO expert by any means, but I cam across this online tool that is free, and looks like it gives some interesting information on your site.
http://www.websitegrader.com/
It’s new to me, so I cannot say how valuable it is, but it revealed a few things about some of my sites that I need to […]
Interesting Blog on Marketing Tips for Small Biz
Filed Under Building Your MicroISV
I came across this in my travels, and thought I would pass it on - looks like Scott has some nice (and useful) tips for marketing your small business.
Here is the link: http://www.synapsoftware.com/blogit/
Easily Access VCL Components from JavaScript
Filed Under Programming & Coding, Web Design, Delphi for PHP, JavaScript
I have found that I often need to access VCL components in JavaScript. For most VCL components, the getElementById() works just fine, but its extremely laborous to type, and, isn’t exactly self-documenting (how do I know which ones refer to VCL components, and which refer to other elements).
I created a simple JavaScript library you can […]
Delphi for PHP Copy & Paste Controls Gotcha’s
Filed Under Delphi for PHP
I am creating a fairly basic interface that lets you add, edit, and delete users. The ADD and EDIT forms are almost identical in VCL components, so to save time, I group-copied the VCL components from the ADD form, and pasted them onto the EDIT form, and did the same with the code.
My assumption was […]
Delphi for PHP Input Filter PHP Extention Bug Fix
Filed Under Delphi for PHP
This is the quick-fix for the following error that occurs in your app if you are using PHP 5.2.x:
Application raised an exception class Exception with message ‘The Input Filter PHP extension is not setup on this PHP installation, so the contents returned by Input is *not* filtered’
This will most likely be fixed by codegear sometime […]