Blogs

Social Impact of Vine and How to Best Use It

vine

6 Sec is the New 140 Ernest Hemingaway famously wrote a story which legend has it as his best work: “For sale: baby shoes, never worn.” As our attention span is decreasing day by day and we are exposed to Read Moreedit

Adding Twitter Bootstrap Support in WordPress Visual Editor

bootwp

How to add extra style into WordPress Visual Editor ? Adding extra style/style sheet to wordpress visual editor: function my_theme_add_editor_styles() { add_editor_style(‘custom-editor.css’); } add_action( ‘init’, ‘my_theme_add_editor_styles’ ); The above code will find custom-editor.css file in your theme folder and will Read Moreedit

10 CSS Tricks You Thought You Knew But Didn’t

css-fish

You can’t avoid CSS, can you? So here are Ten CSS Tricks that will save your time and make you a CSS Wizard. Republished from WebCredible.Co.Uk and written by Paul McCarthy 1. CSS Font Shorthand Rule When styling fonts with Read Moreedit

Is single page (or one page) website design bad for SEO?

seo-bangkok

Recently some websites are going for single page or one page design as a new trend. While this works for marketing a single product or service that does not have much content, this may be very damaging from SEO perspective, Read Moreedit

My talk about “Entrepreneurship” at CSE Festival 2013, BUET, Dhaka, Bangladesh

slide-1-425

Today I attended Career Talk at CSE Festival BUET, 2013 and talked about “Entrepreneurship”, here is the slide

Google Keep touched the land

google-keep-500x500

Google Keep—Save what’s on your mind Google Keep, a evernote like note taking app is released today from the technology giant Google. Google keep integrates with Google drive easily. Simple notes, Checklist, Task list, Color note as importance, Add image Read Moreedit

Your Audience is Hungry for Social Integration and What You Can Do About it?

hunger

Have you heard of Social Hunger? This is defined as the demand for integration with Social Media. In October 2012, Facebook announced the site had reached one billion active monthly users. (That number’s increased to 1.2 billion as of February Read Moreedit

Our Experience with Customizing Moodle as VLE

images-1

For couple of months now are have been working on a customization project of Moodle an open-source PHP web application for producing modular internet-based courses. It is one of the most popular Virtual Learning Environment used by many leading educational institutes around the Read Moreedit

How to: Disable GD Library for PHP in Ubuntu 12.04

GD Library

Have you ever wonder about that how you can temporary (or may be permanent, too) disable the GD Library support for PHP in you Linux box? Well, here is a trick reference for you. The Situation: I use Ubuntu 12.04 Read Moreedit