I AM LISTENING TO
|
WAS ICH LIEBE
  • Englisch
  • Deutsch


BLOG FILTER



Material Design for Bootstrap is a theme for Bootstrap 3 which lets you use the new Google Material Design in your favorite front-end framework.

Download

readmore

I am currently working on a WPLMS enhancement for a customer, that allows to simplify the payout of instructor commissions. The whole system runs on the MyCred Points System and students pay for courses with Points. The problem is how to easily payout the instructor commissions via PayPal.

There is currently no addon for MyCred available that does that magic, so I build one myself.

At the moment the payment process via PayPal is completely manual, due to budget constraints. I am basically generating a custom „Send Money“ link that prefills the PayPal email and amount to send.

The interface itself handles the payout sessions, tracks the instructor balance, paid and unpaid points.

Here some images to illustrate the admin dashboard:

wplms_points_payout

This list the instructors and their point balance and allows to start the payment process.

wplms_points_payout2

Payout sessions make sure, that only one session can be started per instructor, as the instructor could earn new points during the process. The points converted can be changed, allowing you to payout a fixed amount of points.

Its a 3 step process. Login at PayPal. Open the „Send money“ dialog and send money to instructor. Confirm that you manually send the money and than register the payment and payout points in the system.

wplms_points_payout3

The session can be cancelled at any point. You can also leave the session open and continue at a later point.

wplms_points_payout4

On the frontend I added an interface to the BuddyPress Profile, that allows the instructor to track his payouts and balance.

wplms_points_payout5

The whole setup could be updated using PayPal Adaptive Payments, to make the whole process completely automated. Something to consider for the future :) Pretty happy with the manual process so far and it will be a great help for my customer to keep track of the commission payouts.

The whole setup is currently targeted for WPLMS, but can easily be adapted to other setups using the MyCred Points System.

Enjoy coding …

 

 

readmore

Build your Ajax Loading Icons with SVG / CSS / GIF.

Loader.io

readmore

„This repository is a community-curated list of flexbox issues and cross-browser workarounds for them. The goal is that if you’re building a website using flexbox and something isn’t working as you’d expect, you can find the solution here.“

Github (CanIUse)

readmore

They built screensiz.es to quickly find the screen specifications of the most popular devices and monitors currently on the market.

readmore

Finally identical inputs across different browsers and devices — both desktop and mobile.

iCheck is verified to work in Internet Explorer 6+, Firefox 2+, Opera 9+, Google Chrome and Safari browsers.

Mobile browsers (like Opera mini, Chrome mobile, Safari mobile, Android browser, Silk and others) are also supported. Tested on iOS (iPad, iPhone, iPod), Android, BlackBerry and Windows Phone devices.

iCheck

readmore

We are getting closer to Boostrap 4 and I really love what we are getting with the first alpha version.

  1. Improved grid system
  2. Opt-in flexbox support is here. Nice.
  3. Dropped wells, thumbnails, and panels for cards.
  4. Consolidated all our HTML resets into a new module, Reboot. Much cleaner.
  5. Dropped IE8 support and moved to rem and em units. Finally REM units and IE8 free. I know there will be still projects with IE8 requirements, but the amount of projects is getting less and less :)
  6. Improved auto-placement of tooltips and popovers. They are using Tether, have been using that for projects for some time now. GREAT!

Bootstrap Alpha 4 / Documentation

readmore

portalZINE NMN | Development meets Creativity |I started adding a standard preface to emails from clients asking to work with me. So here it is, for potential new clients, that think about working with me :)

  1. I am not doing subcontracting. I am a full-stack developer and my customers get what they see, which means my full attention for a project. Projects I take on are handled as if they were my own.
  2. For bigger projects, I do fixed project prices only. I am not starting development without a full roadmap, timeframe and specifications in sync with the functionality required to get the project live :) A fixed project price covers all from development,  integration and  assistance in moving forward. Clients and myself hate additional hidden costs ;) Any work that moves far out of the project boundaries will be highlighted and discussed in a timely fashion.I have a reference hourly rate, which I do squeeze if a long term commitment to the project can be foreseen.I also offer hourly rates for maintenance and smaller projects. Projects can also be split up into stages, if needed!
  3. If you want someone that thinks for himself and incorporates ideas, I am the right person. If you are looking for a simple developer that just steps through a list of tasks, I am not the right person for your project.
  4. All project steps will be monitored via an Asana project to keep schedules and tasks cleanly organized. I offer be-weekly updates of the status and schedule meetings, if anything is unclear within an area currently worked on.

Anything else about me can be read here:
http://www.portalzine.de/services/
http://www.portalzine.de/services/about-alex/
http://www.portalzine.de/services/portfolio/

If you made it so far and you still would like to work with me, we can move to step 2 :)

 

Get in touch with me …

readmore

Sadly IE8 is still a browser we need to build for. Sometimes loading a set of local webfonts can break the whole website, as needed resources are not being loaded or timeout.

Best way is to split IE8 webfonts loading from other browsers, by using conditionals:

IE8 webfonts CSS

Only loading the required .EOT files.

Enjoy coding ….

readmore

ADDING WEBFONTS

These are added within a <style> section in the header. This works all nicely in most modern email clients, but Outlook does not load webfonts and falls back to Times New Roman, which might not always be desired.

OVERRIDE FOR MODERN CLIENTS

Add this to the header <style> section as well. This makes sure that in clients, that allow Webfonts,  your font is actually being used.

ARIAL FOR OUTLOOK

In the body of the email template, you assign your font-family styles for the text, but making sure that Arial is listed first.

Outlook will than use Arial for the text styling.

In modern clients this will be overwritten with the „style rule“ above, which checks for YourFont and updates the font-family styling accordingly.

Enjoy coding …

readmore