ہون چنگا ریا ای

Amir HameedMy Writings

اپنی ہونڈا پر سوار میں تیز تیز اپنے دفتر کی طرف میں جا رہا تھا ساتھ ساتھ یاد کر کہ اللہ نے مجھے کن کن نعمتوں اور احسانات سے نوازا شکر ادا کر رہا تھا ۔تب ہی میں مین روڑ پر موجود تنگ پل سے گزرنا تھا۔اس اور ہیڈ بریج پر صرف موٹر سایکل سوار ہی گزر سکتے تھے۔ مجھ …

What did I learn while writing a Chrome and Firefox extension with React?

Amir HameedIdea, inspiration, My Writings, Page of My Diary, Technology Leave a Comment

(Heads up: This might be a very long post to read. If you are interested, you shall continue despite my notification. ) Little Background about me: I was quite a bookworm when I did not had any computer. Actually I still am a worm but a ebook-worm, a web-worm(don’t confuse with computer virus please )now ? . The point is I used …

How To Create a Vector, Wooden Axe – Tuts+ Design & Illustration Tutorial

Amir HameedMy Writings, Tutorial Leave a Comment

In this tutorial you will learn how to vector an execution axe from a reference. Discover essential techniques that you need as a vector artist, such as creating different types of shadows, specular and non-specular highlights, bitmap textures for surfaces, gradients for metals, and more. Let’s get started. via How To Create a Vector, Wooden Axe – Tuts+ Design & …

احساس

Amir HameedMy Writings, Page of My Diary Leave a Comment

ہوٹل کے ایک ٹیبل پر بیٹھی وہ کہہ رہی تھی دنیا سے غربت ختم ہونی چاہیے۔ غریب لوگوں کو دیکھ کر میرا دل بھر آتا ہے۔ بیچاورں کے پاس تو کھانے کے لیے بھی کچھ نہیں ہوتا۔ یہ کہتے ہوئے اس کے چہرے پر افسردگی کے آثار نظر آنے لگے۔ اور اچانک اس سے گوشت کا نوالہ زمین پر گر …

گدھے کہیں کے

Amir HameedMy Writings, Page of My Diary Leave a Comment

یہ ان دنوں کی بات ہے جب میں کالج میں گریجویٹ کا طالبعلم تھا۔ گرمیوں کے دن تھے۔  ان دنوں ٹرانسپورٹ کیلیے نیو خان بسیں یہاں بہت عام تھی۔ طلبہ اور طالبات کیلیے کرایہ یا تو ایک روپیہ تھا یا وہ اکثر مفت سفر کر لیتے تھے۔ میرا آخری لیکچر کافی دیر سے ہوتا تھا۔ اس آخر لیکچر کو لے …

Zen Coding

Amir HameedMy Writings, Technology Leave a Comment

Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example: div#page>div.logo+ul#navigation>li*5>a …can be expanded into:                 <ul id=”navigation”> <li><a href=””></a></li> …

Zen Coding for PHP and WordPress

Amir HameedMy Writings, Technology Leave a Comment

Just like you saw the previous post for Zen Coding, that is a great thing for developers like me and others. Initially it was just for HTML/CSS. Then I thought ,there should be some support for PHP and WordPress as well (I\’m a great fan of WordPress). Then I came to know that somebody already had done the PHP part. …

Second Annual Microsoft Conference

Amir HameedMy Writings, Page of My Diary Leave a Comment

میں ٹائم سے کچھ آدھا گھنٹہ پہلےہی اواری ہوٹل پہنچ گیا۔ اندر سے کوئی محل محسوس ہو رہا تھا۔ میں لفٹ کے زریعے پہلے اس منزل تک پہنچا جہاں کانفرنس کا انقاد ہوناتھا۔ اُس ہال میں داخل ہونے سے بیشترایک کمرہ تھا جہاں ایک لڑکے نے مجھ سے میرا ہوٹ میل کا ای میل مانگا اور مجھے فیکیولٹی ممبرزمیں شامل …

Interact to Edit

Amir HameedMy Writings, Technology Leave a Comment

Initially , my challenge was to have some interactive method to edit the Table cell in an Web Application, without opening any dialogue or popup, and that is very easy and intuitively in use. So I came up with an idea of “Double clicking” over the desired Table cell or HTML node to edit it. Then I started looking into …