background preloader

Expressionengine

Facebook Twitter

JsPDF. PDFs have become an essential element of document sharing. Our team recognised a significant challenge with generating these files and developed jsPDF, the ultimate solution for PDF generation. We took an innovative approach and made jsPDF open-source to encourage a collaborative community of developers to enhance its features and functionalities. With our easy-to-use application, you can create professional-looking PDFs in a matter of minutes, without the need for complex software or extensive training.

Our intuitive interface allows you to generate any document type, including event tickets, reports, certificates, and more. Documentation Our documentation is generated from the source code, and we ensure it's up-to-date and comprehensive. If you do come across any issues, then head over to GitHub and file a new issue. Support While our open-source software doesn't come with free support, we offer competitive pricing for personalised project assistance. 15 jQuery Plugins to Fix and Beautify Browser Issues. We advocate using CSS whenever possible, and we often successed.

Modern browsers have very good support for CSS — it’s certainly good enough for you to use CSS to control layout and presentation. Sometimes however, certain page elements will appear differently in different browsers. That’s why today we wanted to highlight 15 jQuery solutions for the most common browser issues that you’ll encounter when building web applications among other jQuery plugins that will give you a nice browser effect. 1. Unfortunately, CSS3 border-radius is only supported by Safari and Firefox, leaving browsers such as Internet Explorer to gracefully degrade to square corners.

Check out the Demo here 2. Creating the visual effect of equal-height columns or content boxes has been a challenge. Check out the Demo here 3. Text-shadow is a neat little CSS3 (actually, CSS2) property that allows you to display a shadow behind your text. Check out the Demo here 4. 5. Check out the Demo here 6. Check out the Demo here 7. Snook.ca: Tips, Tricks and Bookmarks on Web Development. Vector Magic Precision Bitmap To Vector Conversion Online. The Industry Leader In Custom Music Download Cards.

Building your First ExpressionEngine Plugin - Nettuts+ No matter how awesome a CMS is, there will be times when you are required to meet a specific need that simply doesn't work out of the box. Here we will explore creating Plugins for ExpressionEngine to meet such needs. Version Notes Just recently EllisLab, the creators of ExpressionEngine, announced the official release date of ExpressionEngine 2.0 as being December 1st, 2009.

Please note that this tutorial is written with details specific to versions 1.6.x. Certain details such as file paths and global objects will be changing for version 2.0. Types of ExpressionEngine Add-Ons Like most robust management systems available, ExpressionEngine, or "EE", comes with a number of ways for a developer to add functionality that may not be there by default. Required Experience Things it would sure help to know before moving forward: Our Plugin For this tutorial we are going to create a simple plugin that scans through the data passed to it and wraps certain strings with HTML tags. Where Do I Start? 5 useful url rewriting examples using .htaccess. Advertisement If you are looking for the examples of URL rewriting then this post might be useful for you.

In this post, I’ve given five useful examples of URL rewriting using .htacess. If you don’t know something about url rewriting then please check my older post about url rewriting using .htaccess. Now let’s look at the examples 1)Rewriting product.php? It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” RewriteEngine on RewriteRule ^product-([0-9]+)\.html$ product.php? 2) Rewriting product.php? SEO expert always suggest to display the main keyword in the URL. RewriteEngine on RewriteRule ^product/([a-zA-Z0-9_-]+)/([0-9]+)\.html$ product.php? 3) Redirecting non www URL to www URL If you type yahoo.com in browser it will be redirected to www.yahoo.com. RewriteEngine On RewriteCond %{HTTP_HOST} ^optimaxwebsolutions\.com$ RewriteRule (.*) [R=301,L] 4) Rewriting yoursite.com/user.php?