Quick Talk
27 September 2023 by erwan | Leave a Comment
There are many examples of bloomy post processing techniques on threejs, I mean bloomy in the bright sense, not the sad gloomy from the famous song Billy Holiday's sunday, I really mean to blow visual light emission from an object. So while three js comes with post processing power that delivers really nice visuals, I […]
Read more »
12 September 2023 by erwan | Leave a Comment
This article describes the javascript and bootstrap lines that unfold the multiple question quiz with automatic scroll and smooth transitions I did spend a few minutes googling for the ideal association of chat like display and quiz elements (multiple choices). Most answers on chat based display provide code for displaying message application, not the automatic […]
7 September 2023 by erwan | Leave a Comment
you might want to try the nuxt3 module i18n to internationlize your nuxt3 application. It is full of nice features like automatic language detection and redirection, domain name switching, automatic route generateion and custom paths. The is a very extensive set of features, and I have to admit I prefered to code my own light […]
29 August 2023 by erwan | Leave a Comment
You can, create nice spheres from three js basic objects, or cylinder like figures with the Lathe object. Well I was looking to create an egg and this is quite easy if you like to play with mathematical sinus and cosinus. This guy's a bit like me, more than 30 years experience and blog for […]
25 August 2023 by erwan | Leave a Comment
Learn how to design multistep form with basic elements in a few lines of code Using the famous primevue starter for nuxt, we will build a multistep form based on vue and nuxt js , augmented by primevue elements. first thing to do is install and run primevue starter for nuxt. You'll find everything on […]
17 August 2023 by erwan | Leave a Comment
I have used wordpress event plugins for years, and if i had to continue using one of them I would recommend the very extensive - and not so expensive- tribe calendar plugin, that has a free version of the wordpress plugin directory. I like it because it is full of nice features, and may be […]
1 August 2023 by erwan | Leave a Comment
Learn to animate nice curve lines in a few code lines with ThreeJS, and show them from above.
3 August 2021 by erwan | Leave a Comment
Demonstration of a fence configurator (design fence with posts, limited width for panel, panel picker for specific coloring and custom laser cut design) Here I demonstrated integration of Material Design for Boostrap free version to build a side toolbar that mimics the photoshop tool palet. The example here was built with webpack. It combines many […]
20 May 2020 by erwan | Leave a Comment
here we review cost calculator modules for wordpress. TIP : try one of these plugins, then go ahead with gravity forms hacks and code based calculation
5 April 2020 by erwan | Leave a Comment
Laravel nova documentation is quite exhaustive but lacks detailed explanation for many various subjects.
12 September 2015 by erwan | Leave a Comment
Spending time on social media curating content ? would like to select, archive, and display user generated content in one place, on your own site ? here is a list of plugins your can use to integrate social media content in wordpress
13 January 2013 by erwan | Leave a Comment
In this article we will explore a set of code hooks into the worpdress customization framework. The aim of this technique si to hide pdf documents from search engines and non connected users, and to present them with a custom login page if not connected, that would redirect directly to the file download after identification […]
19 October 2011 by erwan | Leave a Comment
The wordpress and prestashop integration is a big subject : prestashop is good for selling products and wordpress is good for dealing with content. One very efficient feature of wordpress is the menu builder that allows you to build unlimited hierachical menus. We submit here a technique that hooks into the wordpress update menu event […]
16 September 2011 by erwan | Leave a Comment
2023 2011
13 March 2011 by erwan | Leave a Comment
This plugin is my first attempt at using normal wordpress post type to display events. That was before I decided to spend a few minutes on Advanced Custom Field (ACF) querying for event management in wordpress
4 May 2010 by erwan | Leave a Comment
Yes it is possible to host multiple sites for multiple customers with WordPress. The Multi User feature we expected in wordpress 3.0 will satisfy most bloggers only but we need something more specific. The technique I describe here is similar to the one described here in the sense that it directs the database configuration constants to specific […]
12 April 2010 by erwan | Leave a Comment
as of version 3 of WordPress, posts and pages have three options for visibility : What we're looking for today is a solution that hides the post from the list but allows certain users to see it via permalink. Of course you can give the permalink and tell the user to identify via the wp-login […]
12 September 2008 by erwan | Leave a Comment
The WP Link Directory is the first and the only one link directory plugin on the Internet for WordPress admin to store and maintain a set of links in classified categories. Useful for building content and getting other webmasters involved in your site's content development. Full Features: * Creation of link categories, sub-categories with descriptionsYou […]