Navigated to jmtalarn.com ~ web dev notes blog
  • jmtalarn.com

    The site home index page.

  • Web dev notes

    Web Dev Notes: Where I jot down tech insights, resources on technology and web development and handy tips to remember.

  • CV

    Explore my CV to learn about my background, experience, education, certifications, and projects.

  • Book

    Review 'Fundamentos Web' on Amazon – your go-to guide for mastering the essentials of web development.

Web dev notes blog

Page
1
2
3
4
5
6
7
8
Web development

The undervalued static web sites

When you are going to build a new web site, most of times you go through it thinking about the technology you'll use to build it. Maybe you want to be on the cutting edge and you'll use the latest or rarest content management system like Ghost or maybe you'll use a wide extended system and full of available plugins (I've a mention about these later) like Wordpress.

static web sites
25, July 2016
Web development

Building a JSF composite component

Since the version 2.2 of the JSF specification build composite components is a really easy thing to do. I will describe here how we implemented one to reuse a piece of UI in many pages. From the answer of this StackOverflow question I've learned about how to create the java part of this example.

jsfjavacomponents
16, July 2016
Web development

IntelliJ Idea vs Eclipse keyboard shortcuts

Here there is the keyboard shortcuts table where you can find the equivalent combination between the two IDEs most used in Java development.

eclipseintellij ideashortcuts
8, July 2016
Blogging, Web development

Express app and a Ghost blog together

If you know anything about Ghost development surely you know Ghost is based with the Express framework over the Node.js server. Well, maybe someday you want to add an extra superpower to your blog taking advantage of your javascript development skills over Node.js. You can put it all together and play with all this stuff.

expressnodejsghost
26, January 2016
Web development

Compiling Sass with Maven or Gulp

Sass compiling from Maven You can compile your sass css source files from your java projects build with maven with the sass-maven-plugin. You can find the source code at GitHub https://github.com/Jasig/sass-maven-plugin, and find it on the Maven Central Repository. You should configure your maven pom file to properly use the plugin as needed.

cssmavengulpsass
21, October 2015
Design resources

Sketching with Pencil

Evolus Pencil is an open source software for prototyping and sketching and is what I use as a free alternative to all the web based existing applications to do the designs and wireframes. It has many bundled stencils collections to use based on Android,iOS and many web frameworks components ...

designresources
17, August 2015
Page
1
2
3
4
5
6
7
8
blog