Anouar ADLANI

  • Archive
  • RSS
  • Ask me anything

Human Driven Development

  • 6 months ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Domainr Blog: How to Acquire a Domain Name (That Someone Already Owns)

domainr:

Background: We created Domainr almost four years ago, and since then many people have contacted us asking how to buy domain names that other people already own. We’ve not yet been through that process ourselves, so we asked our friend Julian Shapiro, founder of NameLayer, to write a guest…

  • 1 year ago > domainr
  • 51
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

CSS3 Test - How does your browser score for its CSS3 support?

thechangelog:

If you’d like to know how your browser scores for its CSS3 support, you have to check out Lea Verou’s CSS3 Test. She announced the project yesterday on her blog.

Here’s screenshot of my browser, Google Chrome 16.0.912.77.

The CSS3 Test

Lea actually planned this as an improvement to her interactive CSS playground called Dabblet (Source on GitHub), but it didn’t work out the way she planned, so she released CSS3 Test on its own.

If you haven’t yet, read her blog post about the project - she talks about how it works, using browserscope, how it doesn’t work on dinosaur browsers like IE8, and why she built it in the first place.

A word of caution the CSS3 test checks which CSS3 features your browser recognizes, not whether or not they are actually implemented correctly. Oh, and WebKit claims to support CSS3 background-repeat, but it is LYING.

If you’d like to add tests to CSS3 test, go to tests.js and follow the current structure. Also, there are lots of great conversations and comments about the project on Hacker News.

Links

  • Source on GitHub
  • Readme
  • Browserscope Results
  • 1 year ago > thechangelog
  • 17
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

OpenVPN setup made easy

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Gitosis basic setup and usage

A Gitosis basic setup tutorial by Benjamin Kraft

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

QR-Code Generator

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

The ultimate vim statusline utility

Powerline is a utility plugin which allows you to create better-looking, more functional vim statuslines. See the screenshots below for a demonstration of the plugin’s capabilities.

vim-powerline

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

10 frequently asked questions about DNS solved with DIG

Everyday I have to deal with DNS queries, and I’ve noticed my colleagues and friends often ask me about the way to troubleshot their domain names’ zone (that’s what friends are useful for, no ?). I’ll try to document my process as clearly as possible in order to face that kind of problems.

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

BIND version from DIG

You could get the BIND/NSD version of a name server by sending this dig command:

dig +short txt chaos VERSION.BIND @…

You could have funny results with some TLDs

dig +short NS fr. | xargs -I% -n1 -P4 dig +short txt chaos VERSION.BIND @%

I loved this one!

You shouldn't ask a lady about her age :)
    • #dns
    • #bind
    • #dig
  • 1 year ago
  • 170
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
taitems:

I’ve just pushed some pretty hefty changes to the jQuery.Gantt project I’ve been developing with lately. I tried some other Gantt libraries, but they were either dependant upon ExtJS, no longer maintained or just didn’t play nicely with my pre-existing code. 
I settled on jQuery.Gantt, but there were a few things I found that really kept it from being an accessible, front-end developer friendly resource. For instance, you could previously only specify a URL as a data source, and not a local object. I needed to pre-parse another JSON feed before plugging it into the chart. There were also some conflicts when using the Twitter bootstrap, and the inability to place attributes on the Gantt bars meant no sexy popovers like below.

A lengthy list of changes follows:
Reduced conflicts with Twitter Bootstrap by name-spacing styles
Source now accepts data from a local object, not just a JSON call  
Can now extend data properties on to bars for use with Bootstrap popovers etc.
Code is now “use strict”
Fixed a couple of errors resulting from “use strict”
Various English translations: renamed months and days to english, hollydays/holidays
Redesigned buttons and slider with CSS3 and an image sprite
Modified category colours and styles
Made chart 100% width so it responds to parent container width
Began enforcing front end dev guidelines such as double quotations (but singles on HTML strings), triple equals comparison and using spans instead of hyperlinks for JavaScript interactivity
Updated demo page doctype to HTML5
Moved body styles from stylesheet to page to reduce style conflicts
 
Pop-upView Separately

taitems:

I’ve just pushed some pretty hefty changes to the jQuery.Gantt project I’ve been developing with lately. I tried some other Gantt libraries, but they were either dependant upon ExtJS, no longer maintained or just didn’t play nicely with my pre-existing code. 

I settled on jQuery.Gantt, but there were a few things I found that really kept it from being an accessible, front-end developer friendly resource. For instance, you could previously only specify a URL as a data source, and not a local object. I needed to pre-parse another JSON feed before plugging it into the chart. There were also some conflicts when using the Twitter bootstrap, and the inability to place attributes on the Gantt bars meant no sexy popovers like below.

A lengthy list of changes follows:

  • Reduced conflicts with Twitter Bootstrap by name-spacing styles
  • Source now accepts data from a local object, not just a JSON call  
  • Can now extend data properties on to bars for use with Bootstrap popovers etc.
  • Code is now “use strict”
  • Fixed a couple of errors resulting from “use strict”
  • Various English translations: renamed months and days to english, hollydays/holidays
  • Redesigned buttons and slider with CSS3 and an image sprite
  • Modified category colours and styles
  • Made chart 100% width so it responds to parent container width
  • Began enforcing front end dev guidelines such as double quotations (but singles on HTML strings), triple equals comparison and using spans instead of hyperlinks for JavaScript interactivity
  • Updated demo page doctype to HTML5
  • Moved body styles from stylesheet to page to reduce style conflicts

 

  • 1 year ago > taitems
  • 42
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

What's a domain name and what's behind the scene

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

How to backup with RSYNC, TAR, CRON and GPG

  • 1 year ago
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Bitbucket now rocks Git

BitBucket announces GIT support, with still unlimited free private and public repos.

    • #git
    • #github
    • #bitbucket
  • 1 year ago
  • 8
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

git-dude: Lightweight Git commit notifier for Linux and OSX

thechangelog:

You might have seen our post last year on Gitifier, the Git commit notifier for OSX. If you prefer something a bit more *nix-y, check out git-dude from Marcin Kulik. Git-dude is a command line utility that monitors Git repos and provides desktop notifications using Growl on OSX or libnotify on Linux.

ScreenshotScreenshot

Configuration is done in the standard Git way:

git config --global dude.interval 30
git config --global dude.icon ~/.git-dude/github_32.png

Check the README for installation and advanced usage.

    • #github
    • #git
    • #osx
    • #linux
  • 1 year ago > thechangelog
  • 245
  • Comments
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Page 1 of 3
← Newer • Older →

About

Avatar

Me, Elsewhere

  • @aadlani on Twitter
  • aadlani on Vimeo
  • aadlani on Delicious
  • Google
  • Linkedin Profile
  • aadlani on github

Twitter

loading tweets…

I Dig These Posts

See more →
  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile
Effector Theme by Pixel Union