Quantcast
Channel: Mohsen's Blog » admin
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Making a web application in open source community in less than 24 hours

I was part of team developing Paul Irish‘s idea in his tweet of making a web application that convert multiple images into an animated GIF file and here is the application: mothereffinganimatedgif.com

View Article



Making a simple todo app using Backbone.js

I decided to create a tutorial for starting with Backbonejs. I created this simple app to write the tutorial based on it but when I started writing tutorial I found out I’m not a real tutorial writer....

View Article

Image may be NSFW.
Clik here to view.

Converting Images to HTML code

I was thinking to a workaround for showing images in email clients that block images. I found out that most of email clients are rendering HTML code. Based on this fact we can show images by hacking...

View Article

Unfreeze a JavaScript Object

Object.prototype.freeze Object.freeze() can easily make an object un-editable. After you freeze an object you can not touch it’s properties. Deleting or changing frozen objects doesn’t throw an error...

View Article

Image may be NSFW.
Clik here to view.

Windows 8 “Loose” Tiles Animations with CSS3

What is a loose tile? In Metro design language when we show a list of tiles that are representing options to choose to a user, we want to give user a feeling of an unstable state. This means user...

View Article


Image may be NSFW.
Clik here to view.

Chrome Developer Tools Dark Theme

Today I have developed a very nice dark theme for Chrome developer tools using CSS filter property. All I did was just adding -webkit-filter: invert(1); to developer tools html tag and some tweaks to...

View Article

Underscore.js Deep Pluck Mixin

pluck() method is a convenience version of a common use case of map() that is fetching a property from a collection. I thought it would be great if we could use pluck() to access deeper objects and...

View Article

Image may be NSFW.
Clik here to view.

Quick Sprite: A Tool For Creating CSS Sprite Images In Browser

Today I am releasing my sprite generator tool that is generating CSS sprite image and it’s CSS code inside the browser. Check it out here About Sprite Images CSS sprites help reducing down number of...

View Article


Image may be NSFW.
Clik here to view.

How did I use Node.js to remotely control my Google TV

I have a Google TV which I love it! I can browse web in my TV that is awesome but I don’t really want to interact with my TV, I just want to watch videos on my big screen. I love the fact that I can...

View Article


Image may be NSFW.
Clik here to view.

My JS1K Submission

Submission Today I’ve submitted my cody to JS1K contest. My submission is a math formula graphing tool that accepts complex math formulas and print it’s graph on a canvas. User can zoom in and out with...

View Article
Browsing all 10 articles
Browse latest View live


Latest Images