Home

Search results

"tag:"web""

<< Previous 1 2

Title and summary Date/time
21
ColorFinder is a small javascript library that detects the main color in an image. The algorithm is simple and flexible. By the way of a callback method, you can influence the results by favoring certain types of colors. You can find it here: ...
Jun 20, 2013
9:19:00 AM
22
Yes, Opera will soon be using WebKit as its rendering engine instead of the custom built Presto. Now, for the average web developer that didn't bother testing on Opera (desktop and/or mobile, and/or mini) it will not change anything. For web developers ...
Feb 13, 2013
7:48:00 AM
23
In this second article, we will focus on the buttons bar at the top of many iOS apps. Below one live example: We will see the toolbar, buttons (in two states: active or not), and tabs. Hop on to see the details.
Dec 18, 2012
3:20:00 AM
24
In this entries series I will show how to make UI elements that look like iOS ones. This includes buttons, tabs and toolbars. This approach is entirely based on HTML and CSS and calls for no image. The point is for these elements to be more lightweight ...
Dec 4, 2012
1:14:42 AM
25
From a developer's perspective, a web application (called a website back in the days) is made of two parts: The server side code and the client side code. Writing a program for a web browser is something different than writing for a server. Most of the ...
Nov 19, 2012
11:30:50 PM
26
Windows 8 has been released about a week ago now, and it is time to ask ourselves how Internet Explorer 10 (its default browser) will treat our websites. I will describe here all of the new features in Internet Explorer 10. This article is meant to be ...
Nov 4, 2012
1:59:00 AM
27
Now that Apple has announced their iPad lineup for the holidays, it's about time to think how our websites are going to work on it. The 4th generation iPad looks like it has the exact same screen as the 3rd generation iPad. So nothing should change. ...
Oct 24, 2012
12:55:48 AM
28
I've been writing a series of articles about the CSS3 media queries. Here is an index of these articles, just to get a shot at organizing this. The testbed Before taking the test, come here have a look at the context in which I run the test. ...
Oct 22, 2012
1:18:56 PM
29
As every web developer will tell you, the iPhone's browser is a common target. It is popular and it is the most advanced version of WebKit - at least with this level of popularity. With iOS6, Apple introduced a number of things in there, and here is an ...
Oct 8, 2012
7:40:00 AM
30
Apple invented the personal computer with the Apple II, igniting the personal computer revolution. Apple is unique in that regard. Apple made the mouse ubiquitous and popular, as well as the GUI. That's goundbreaking. Apple changed twice of CPU ...
Apr 24, 2020
12:29:00 AM
31
Why did I test it? In my current Java project, I make some use of JavaScript. Performances were quite horrendous with Rhino in java 6 and 7, but in Java 8 there is a brand new JavaScript runtime: Nashorn. Its principal feature is that it's much faster ...
Jun 29, 2015
12:52:00 PM
32
I was looking to freshen up my blog's CSS. It's that time of the year. After looking here and there, I decided I wanted a condensed font for my headings. Sans Serif. This seemed like the right thing to do. A condensed font is a font that is a little ...
Oct 11, 2014
2:29:00 PM
33
lz-string is a compression program for JavaScript in the browser, based on LZW. It is fast, meant for localStorage or any other string-based storage in JavaScript, and is particularly efficient on short strings. All can be read on the home page: ...
May 9, 2013
2:27:00 AM
34
I've set up a test page to find out the media features values of a device. Since then, I've been doing some testing with various devices. Here are the results of my investigations. You will find values for number of mobile devices / browsers after the ...
Oct 18, 2012
1:05:00 AM
35
In the world of web design, we often talk about responsive design. The concept is really simple: Design your content to flow normally on a small screen (say, an iPhone), and then work your way up by adding so-called media queries to add stuff when you ...
Oct 15, 2012
1:31:00 PM
36
Here are the resources I use most when it comes to responsive design, html or plain css needs. In other words my bookmarks. Use them as you wish, and many thanks to them for their work. This page will evolve as I find new resources of course. CSS3 ...
Oct 7, 2012
2:06:00 AM

<< Previous 1 2
Home