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


BLOG FILTER



  • Sort, drag, expand, resize, minimize bootstrap panels
  • Specify url and load content in panel from this url
  • Change the name of the panel
  • Customize action icons and action tooltips
  • Works for nested panels
  • HTML5 localStorage support:
    • Save panel state: (pinned, unpinned, collapsed, fullscreen, minimized) and apply it on page load
    • Save panel position among siblings and apply on next time

GitHub

readmore

The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source.

Can you use it ? Check CanIUse ..

Clippy allows you to create those clip paths with use. Use presets or create your own. Copy and past css and you are done ;)

Clippy

readmore

Gravity Forms for WordPress is a full featured contact form plugin that features a drag and drop interface, advanced notification routing, lead capture, conditional logic fields, multi-page forms, pricing calculations and the ability to create posts from external forms.“

There are multiple options how to handle the confirmation page. Gravity form allows you to send query parameters to the page it is redirecting to.

You can send all form information in the clear, via query variables, but that looks really messy. Its better to use something like this .. lead_id={entry_id}  and query form information on the actual confirmation page.

GET THE LEAD

This will output the submitted form data as an array, with all fields linked by field id.

TRANSLATE FIELD IDS TO FIELD LABELS

When you are reusing the field data for your own purposes, its easier to deal with field  names than with fields ids. So we get the form meta data

and extend the lead array.

Before you needed to know the actual field id to get its value. Now you can use the generated lead key to get that value.

BEFORE

AFTER

Much easier to reuse and remember :)

Enjoy coding ….

readmore

Crunz is a framework-agnostic package to schedule periodic tasks (cron jobs) in PHP using a fluent API.

GitHub

readmore

MJML is a markup language designed to reduce the pain of coding a responsive email. Its semantic syntax makes it easy and straightforward and its rich standard components library speeds up your development time and lightens your email codebase. MJML’s open-source engine generates high quality responsive HTML compliant with best practices.

mjml

readmore

Mononoki is a typeface by Matthias Tellen, created to enhance code formatting.

GitHub

readmore

Blisk is a free Chromium-based browser built to increase quality and speed of web development and testing.

  • Fully emulated phones and tablets inside
  • URL and scroll of desktop and mobile are in sync
  • Blisk refreshes pages automatically on file change
  • Debug desktop and mobile with DevTools
  • Blisk works with any IDE, language and framework

The browser is currently only available for Windows, Mac & Linux versions are following soon.

Blisk

readmore

A JavaScript plugin for snazzy background particle systems.

GitHub

readmore

A simple plugin to create multi scrolling websites with two vertical scrolling panels.

„multiScroll.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, Opera 12… It works with browsers with CSS3 support and with the ones who don’t have it, making it ideal for old browsers compatibility. It is designed to work as well on touch devices such as mobile phones or tablets.“

GitHub

readmore

A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.

Github / Demo

readmore