Ninja Forms already has a built in CSV export. But in some cases CSV is a little bit tricky: Non-latin…
Webdevelopment Blog
Order Easy Digital Downloads by Menu Order
The Easy Digital Downloads [ downloads ] shortcode offers serveral order possibilities by default. price id random post_date title If…
Disable qTranslate Plus for Custom Post Types
I just added an event calendar to a multilanguage site using qTranslate Plus a fork of qTranslate. Because I didn’t…
WooCommerce show only lowest shipping rate
If you create rules for WooCommerce shipping costs, you’ll often end up with situations where customers can choose either paying…
Send beautiful WordPress Ninja Forms notifications to your customers
Ninja Forms Plugin As you may have recognized, I’m a fan of Ninja Forms. It’s the easiest and most flexible…
How to create Dynamic Ninja Forms Lists from Post Types
Update August 2017: Updated code for NinjaForms THREE Ninja Forms is a great plugin to create any type of input…
Dashing Graph from Google Spreadsheet
Creating a nice dashboard is just the visual part. Much of the work occurs behind the scenes where you have…
Statuscake Widget for Dashing
As a web developer my main job is done as soon as a website is coded tested and launched, but…
Integration Services Mail Task 255 character limitation
or: How to use a variable as Recipient in a SSIS Mail Task Microsoft Integration Services (SSIS) offer a really…
Push SSRS Report to Sharepoint Document Library with SSIS
In case you use Microsoft Reporting Services in Native Mode and want to deliver your subscriptions to a Sharepoint Document…
WP E-Commerce Shop Styling 2.2 released
I has been a long time since the previous plugin update. This release brings some small and one really remarkable…
Change Server as Parameter in SSIS DTSX Package
It’s nearly a daily situation to use a single Integration Services Package on several servers. At least you should have…
How to watermark an image in wordpress with WPThumb
After spending a lot of time looking for the perfect solution to place a watermark on specific WordPress images I…
new PDF invoice Footer for WP E-Commerce
In the past it was not possible to generate PDF files with more than one page with the shop styling…
get next custom post in custom taxonomy in WordPress
How to get the next post inside the current taxonomy? If your using the standard wordpress post, you can use…
Add column to WP-Ecommerce Purchase Logs
I recently needed to extend the columns of the WPSC purchase logs dashboard page to add a custom column “invoice…
How to style the products table in WP E-Commerce
This article is related to WP E-Commerce shop styling plugin so if you have not installed the plugin you should…
Shop Styling is ready for WordPress 3.5
WP E-Commerce shop styling 1.5 has been released and solves some compatibility problems with wordpress 3.5 improves the placeholder selection…
wp-ecommerce shop styling 1.4 released
I’ve just released a new version of wp-ecommerce-shop-styling Version 1.4 includes a few improvements for the formatting of the products…
wp-ecommerce shop styling 1.3 released
I’ve just released a new version of wp-ecommerce-shop-styling Version 1.3 includes a bugfix for track&trace mails and a new feature….
wp ecommerce & qtranslate multilanguage store
I’m working on a multilanguage wp ecommerce shop. Many translations work out of the box with qtranslate and the content…
check whether a country is in EU in PHP
This could be useful to someone else: This simple function takes a country code as parameter and returns TRUE if…
get latest purchase in WP E-commerce
Just a small piece of code to get the ID of the latest purchase in wp e-commerce: global $wpdb; $sql…
spam in premiumpress contact form
Premiumpress offers great features out of the box, but the basic math capture field isn’t working. A few weeks after…
branding WP E-Commerce mails
UPDATE I’ve merged some of the most important branding and styling features for wp e-commerce into one bundle called “wp…
Scale embedded videos in wordpress
WordPress allows really simple embedding of Youtube or Vimeo Videos. Just paste the video url to your article and the…
Download XML File in DTSX Package
I had to download an XML-File from a Web-API with authentication to import in a MS SQL Database. The main…
value too large to fit column data area of the buffer
Error: Microsoft.SqlServer.Dts.Pipeline. DoesNotFitBufferException: The value is too large to fit in the column data area of the buffer. at Microsoft.SqlServer.Dts.Pipeline….
is this post the latest in category
Recently I needed a special layout for the latest WordPress post in each category so I had to find out…
check for User role in your WordPress theme
I used these lines of code for the WP E-Commerce-Role-Discount Plugin but also in my template to customize the page…