-
@phun-ky/frameport
Frameport enables you to showcase your responsive components in real-life media queries!
Written by Alexander in Projects -
@phun-ky/speccer
Speccer is a zero dependency JavaScript package to highlight elements on web pages and in documentation. It's easy to use and highly customizable, making it the perfect tool for developers, designers, and content creators alike.
Written by Alexander in Projects -
Create a simple, Vanilla JavaScript SPA
I never really liked frameworks, maybe in the start of my career, because it made life simpler, at first, and then it made life harder. And for a long time I have been aware of the digital footprint that me, as a developer, has left behind, and the responsibilities that I have as a member of the global community. So, after some tinkering, and much thanks to other developers that has coded before me, I finally made a working, minimal footprint, vanilla JavaScript Single Page Application setup.
Written by Alexander in How-to -
Create a static, sustainable website or blog
Over the years, I have made several types of blog engines, and sites, and I have never really been happy with anything, but this guide is one of the best attempts so far!
Written by Alexander in Projects -
Working with javascript modules, how to load JavaScript dependencies without require.js
In the current project I am working on, we wanted to load our dependencies in "synchronous" order without the use of a big library like require.js.
Written by Alexander in How-to -
How to inject proper page styling, with indented chapters, with jQuery and CSS
A friend of mine had an issue with a Drupal theme page, where he could not change the HTML structure to fit his needs with the indented chapter styling. He got it fixed initially by using CSS selectors that increased in size for each chapter, a method that "worked", but was not very efficient.
Written by Alexander in How-to -
Javascript Hash onChange event
Written by Alexander in Archive -
How to override CSS with JavaScript
Written by Alexander in Archive -
How to detect iPhone, iPad, iPod with JavaScript
Written by Alexander in Archive -
How to highlight search parameters from Search engines with javascript and prototype.js
I needed some code to help visitors on one of our sites at Aller Internett, to be able to spot the content where the search parameters where mentioned. After some searching and tutorial scavenging, I came up with this script
Written by Alexander in How-to -
How to create a table of contents with javascript and prototype.js
Well, if you write long posts every now and then and you want your users to access the information in an easy way instead of splitting up the post in several pages, this is a very nice solution to this issue
Written by Alexander in How-to -
XHTML JavaScript flash validated?
Written by Alexander in Archive