-
About Us
We are a company focused on addressing the needs of small businesses. Let our expertise and experience help your business get off the ground or out of the gutter. While several firms can design web pages, we strive to do more than just digitize information. Our goal at BIT Consultants is to engage clients; increase market saturation, sales, and profit; sharpen marketing strategies; and most importantly to facilitate entrance into a new and growing market. We are dedicated to excellence in the products/services we offer, and in our business practices.
-
Recent Posts
- Validating Data with Enhanced Declarative Data Integrity Rules
- Geocoding with Google Maps and the Zend Framework
- IT Consulting
- Fighting Difficult Viruses
- Deleted File Recovery
- Making Podcasts
- Malware Appears on New York Times Homepage
- Free Cloud Storage/Backup
- Fix Windows 7 Flash Crashing, Remote Desktop Issue
- Explorer: Executable files won’t launch
-
Tag Cloud
jquery Archive
-
Geocoding with Google Maps and the Zend Framework
Posted on April 24, 2010 | 3 CommentsMaps are a great way to engage your users and visualize data, but it can be a little tricky to setup. Here I will walk you through the steps needed to get a map up and running. // Sign Up Apply for a Google Maps... -
jQuery Tabs Keyboard Shortcuts
Posted on April 25, 2009 | No CommentsI have integrated jQuery’s UI tabs into a number of my projects and have had to significantly modify the code to achieve some goals (like being able to easily add and remove tabs. One of the simpler thing I have done with the tabbed interface... -
jQuery U.S. States Autocomplete
Posted on April 25, 2008 | No CommentsYes, I looked too; but it’s not out there. Here is a quick plugin I wrote utilizing the popular jQuery Autocomplete function found here Add it to your form element by using: <input type="text" id="state_search" /> <input type="hidden" name="state" /> ... <script type="text/javascript"> $('#state_search').states(); </script>... -
jQuery Form Validation: theory and practice
Posted on January 27, 2008 | 1 CommentjQuery makes it very easy to validate forms. There are a number of useful plugins, the most prominent being validate. If you are wanting something very lightweight or are just interested in how something like this works, read on. The $.each function allows you to...
