This spanish language site is a groupon clone built using the cakephp framework. They needed us to take over development and finish the configuration of various features as well as the design.
Posted in cakephp, Portfolio
This site was developed to be a video community. The owners specifically needed the ability for users to have community features like, forums, friends, registration, and profiles. We used wordpress and buddypress to create these features
Posted in Portfolio, wordpress
Built using wordpress and buddypress, this community has several features to keep the members happy. With the cms handling user management, we added ways for the users to interact like, social capabilities, user contributions, forums and more.
Posted in Portfolio, wordpress
This Wine Tour company needed help building a yelp reservation system. This is a custom php solution including an admin area and user checkout process. Third party integration was also facilitated to their Limo Anywhere software.
Posted in custom php, Portfolio
This product was created to simplify the rollout process of a website. On one configuration page, the user is able to set the header, site address, entire theme and much more. Built on Wordpress it still has all of those features and more.
Posted in Portfolio, wordpress
This company needed help building a private jet reservation system for their clients. This is a custom built solution including administration area, flight route calculation, and checkout process ending with credit card acceptance through authorize.net.
Posted in custom php, Portfolio
Here is a community site built to join up teams and destinations We were brought in to work with the development team to move the event registration system from drupal to wordpress. Mysql and software architecture were heavily involved to realize these goals.
Posted in Portfolio, wordpress
dwiattorneys.com is an information portal for the dui/dwi market. This product was moved from drupal to wordpress preserving all data. Special consideration was made for customized submission forms and geographic data for google maps.
Posted in Portfolio
ehi real estate services ltd is an Antgua based realestate company. We created a site capable of storing information on various types of houses as well as providing the site owner with a point of contact. This product was built on the wordpress platform and has a customized theme to meet their needs.
Posted in Portfolio, wordpress
This product serves as an information portal and teaching tool. Training.bsidesigns.com offers quizzes and flash based pdf lessons. The audience is separated into 4 distinct groups and submissions are recorded for review by the site owner.
Posted in Portfolio
We have been working on our BePro Finance software for some time now. It was originally intended to track the donations on our crowd funding product. Soon we quickly figured out the power of the product and the lack of a similar product in the market Proposal So one of our team members proposed the [...]
Posted in products
Recently we had a client who needed the entire group setup changed. They wanted to call it something else. As you can imagine, there are lots of references to groups through the buddypress setup. You can change the language files or you can change things directly and permanently. On our journey, we came across the [...]
Posted in Buddypress, Technical
Recently we had to pull a single date from a table of dates during a left join. In fact, we needed the most recent date that matched a particular id. We quickly figured out that a left join does not allow for the use of limits in our case. The Dilemma We did mean in [...]
Posted in Databases, Technical
We love using anythingslider on our projects. Pull in its js and easing.js and you are off and running with a quick call under document.ready. The Dilema Recently we had an issue where the image was not centered in the slider. It was about 30 px to the right. I mean, you could see the [...]
Posted in front end, Technical
Mysql is a very nice database. Just like php its extreamly forgiving. Anyone with experience with RDBMS setups will know exactly what we mean. For this article, we will be discussing the “Group By” argument and how mysql makes really good guesses. Moreover, we will be discussing what happens when mysql doesn’t make that guess [...]
Posted in Databases, Services, Technical
While working on a buddypress project for a site, we needed to create custom content in the group area. This would necessitate the creation of group level navigation and corresponding pages. The Dilemma New to the plugin, we wanted a quick way to get up and running but found it difficult to figure out exactly [...]
Posted in Buddypress, Technical
We recently had a customer who had an old 19xx Delphi setup. We can no idea what DB, MB, PX, XG, YG meant. However, we knew that there was data in there. If you are looking at this blog for information, you probably ran into the same problem we had searching everywhere and finding nothing. [...]
Posted in Databases, Technical
Finally, all the information regarding the wordpress paging options are in one place. We are talking about paging for, articles, comments, and pages. These are is very little documentation on the subject and for most people the only solution is to use a paging plugin. Scenario On a recent job, we were tasked with a [...]
Posted in cms, Technical
Recently, we were working on a cakephp project. The customer requested that after the user enters their verification code, that they are automatically logged in. I had never seen this before and promptly began searching the intertubes for an answer. The delema Surprisingly enough, there is very little to no information online about programatically logging [...]
Posted in cms, Technical
Recently we launched our Project Manager service to offer customer alternatives to single payment projects. Many times customers need help planning the product or refining it after its been launched. This service gives us the opportunity to work with you on an almost hourly basis to guide your project just when you need it most. [...]
Posted in Stringify, Technical
Recently, we had a client who needed to upload hundreds of records at a time to his site via a csv file. These records would have 12 columns each. Some columns would come directly from the columns in the csv file while others had to be derived. Not that complicated really, things like google lat/lon [...]
Posted in Databases, Technical