Why Integrating Enterprise Software into Your CMS Poses More Risks Than Benefits
In the digital age, many companies opt to modernize their web presence with the help of Content Management ...
or a new and free of charge team management for the team sport to digitalize voluntary workWe at TEQneers live for and develop software for more than 16 years. ...
The Challenge
Image by Mark SmithTEQneers was approached by a Top Five Airline in order to support them with a challenge they were unable to tackle on their own. ...
Zend\Feed is a powerful library for discovering, reading and writing RSS feeds in various formats (we're only interested in discovery and reading here). By default Zend\Feed\Reader\Reader, which is a ...
This is a follow-up on "Sencha Ext JS meets Symfony". To follow the step-by-step walkthrough you need to complete the walkthrough shown there.Sencha Ext.direct is a platform and language agnostic remote ...
Sencha Ext JS is a MVC/MVVM JavaScript framework for building cross-platform web applications targeting desktops and tablets, and smartphones. With its version 6 (released in July 2015) Sencha merged ...
Concept
Shamir’s Secret Sharing more than one party to recover it again.
The famous crypto expert Adi Shamir created this al Rivest-Shamir-Adleman (RSA) algorithm widely used in the Internet today.
Motivation
If you ...
On Sunday we released Git Stream Wrapper for PHP 1.0.0-beta with three interesting new features following extensive refactoring. The component is still public API compatible to the old 0.* ...
Using message queues like RabbitMQ is a nice and easy way to bring PHP processes into the background. Instead of running a time consuming task inside a web request, just ...
A closure is a programming language concept that combines a function with a reference to an environment during creation time of the function - or simply put: a function ...
Sencha provides a new blog post about a browser survey the did lately. They asked more then 400 developers when to drop IE8 support. Their conclusion is truly disappointing. ...
data URIs (RFC 2397) are a great way to embed external content into an HTML document (or a CSS stylesheet). On the one hand they circumvent a secondary HTTP request ...
At last Sencha Conference (SenchaCon13) I had an interesting discussion about handling responsive web design with ExtJS and/or SenchaTouch. At least many attendees hoped to get a merge between ...
Concept
Single Sign On, as the name implies, allows a user to authenticate against a central authority and then use that authentication to access multiple systems.
Motivation
From a user point of ...
Concept
Phing is a build tool written in PHP. It is based on Apache Ant and uses the same type of XML configuration to configure it. It is actually perfect ...
PHPKnock is a web frontend for the port knocking service fwknop . It let you shoot a Single Packet Authorization (SPA) or a port knocking request to any server ...
JsMag, the magazine for JavaScript professionals, just released its May 2011 issue.
On page 12 one of our senior developers Stefan Gehrig describes templating basics and the usage of templates ...
TEQneers was one out of four companies, which were introduced in the spotlight of Sencha's blog. Sencha showed their customer how comfortable and easy a web interface can be, ...
Currently TEQneers is the only European Sencha development company confirmed by its customers.
Sencha lists all developers on its platform http://senchadevs.com , which have significant development know-how in Sencha frameworks ...
We recently had to implement a user interface that included a editable grid displaying a tree-structure. Naturally we first turned our attention to the Ext.ux.tree.TreeGrid which was officially released ...