Quantcast
Channel: Coding Insight » amadou
Browsing all 10 articles
Browse latest View live

Angularjs if else statement

The infamous angularjs if else statement!!! When I started using Angularjs, I was a bit surprised that I couldn’t find an if/else statement. I haven’t used much of knockoutjs but at least they had an...

View Article



Radio button css trick

Found this nice amazing css trick on jsFiddle. I believe the author is Ryan Seddon. He’s using css to animate your choice between radio button. Link: http://jsfiddle.net/ryanseddon/FeJT2/ The post...

View Article

Image may be NSFW.
Clik here to view.

Angular Tutorial (part 1)

I created this blog for anyone to document their progress while learning a new programming language or design software. After having used AngularJS over the last two weeks, I learned a lot and I’ve...

View Article

css list effect

Here’s a cool list effect http://ademilter.com/lab/liffect/ CSS ul[data-liffect="pageTop"] li { opacity: 0; position: relative; -webkit-animation: pageTop 600ms ease both; -webkit-animation-play-state:...

View Article

Detect double click with css

This has me a bit puzzled but I like the trick. As seen on Css-tricks.com, you can use css to activate a link on a double click <span class="dblclick-wrap"> <a class="dblclick"...

View Article


Fixing HTTP Error 302

Http error 302 means taht your web server thinks that your url has been temporarily redirected to another url. I stumbled this error last week while working on a project and I couldn’t figure out what...

View Article

San Francisco – An event apart

I would like to summarize my notes on what I’ve learned at the ” San Francisco An Event Apart” conference. This was my first “An Event Apart” and I must say that I really appreciated it. I think that...

View Article

Changing the login experience – Changing input text into a password

After having attending the San Francisco An Event Apart 2012, I was really influenced by what Luke W said about login system. As he mentioned, we regularly log somewhere throughout a single day....

View Article


Google Maps and Lightbox

I was recently asked by a client of mine to display his stores according to the user’s postal code or address. I will not do a tutorial on how to display your stores on Google Maps since Google has...

View Article


Remove arrow from select in Firefox and IE

This post will be short as I don’t take credit but ever had to remove the arrow from the select dropdown in IE or Firefox ? For me, it wasn’t a “show stopper” to launch the site but it sure made it...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images