Beyond Programs Ltd is a Canadian management consulting firm specializing in sourcing fractional executives and project managers for clients. We focus on projects including Technology Integrations, Event coordination, Asset management, Marketing campaigns, & Sustainability initiatives (TEAMS)
If you need a, logo, Advertisement, custom website design, or an entire online brand, we at Beyond Programs Ltd can help. Our team of designers can facilitate any need. We are located in halifax, Nova Scotia. LOGO We can help to refine your existing logo or work with you to create a new one.…
We recently completed a project with the Public Works and Government Services Canada (PWGSC) facilitating the foundation of an Information Management (IM ) Plan for the entire Atlantic Region (700+ Employees). This type of IT Analysis is indicative of how we at Beyond Programs Ltd, are able to help medium sized organizations towards achieving their goals. Information…
Eastern House Cuisine is our first Proto Partner. We support this local Halifax Restaurant with all of their online business. This includes managing their social outreach and online payments.
This eCommerce project included transferring over 3000 product groups and 20,000 products to a wordpress WooCommerce installation. This provided the website owner with full control of all content including products. We also provided a custom design to reflect their brand.
Recently we had to transfer 3,000 product groups and over 20,000 individual product sku’s to a wordpress woocommerce installation. We quickly noticed that there was very little documentation regarding how exactly to set this all up pragmatically. This post goes over some important aspects to note when performing the conversion Woocommerce Product Fields Woocommerce has several standard, meta, attribute,…
Recently we had to build a wordpress plugin. The requirements were that two buttons would be assigned to every post about the featured image. Instead of hacking into the existing theme, we opted to use the wordpress action hook “the_post” to achieve our goals. The Dilemma The thing to note here, is that the theme was very…
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…
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…
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…
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…