Zocoi Vietnamese /ʒoʊ kɔɪ/: (informal) Let's watch/read together

Theme customization on MahShelf

Since MahShelf was launched, we have made 14 major releases (and tons of bug fixes). This time we were under heavy development migrating MahShelf code base from symfony 1.0 to the latest symfony 1.2. There are many reasons we wanted to upgrade. One big reason is that symfony 1.2 is powerful, lightning fast and flexible for adding more features in the future. In addition, we have improved the search engine performance which means MahShelf website will load much faster in your browser even when you make a complex search.

Each of us at MahShelf is a comic addict and we do think a lot about our comics readers and artists. In this release we want to bring something refreshing and fascinating to our users to express more about themselves: theme customization in the profile page. Interesting enough? Here is an example of my own profile before and after I have made some changes.

my_profile1my_profile2


However, I think orange header suits best with bright background and finally I have a personal profile page which is up to my satisfaction within a few seconds.

my_profile3

The reason we made this feature happened is that we just want any artist who is already creative with their comics, to be more creative personalizing their own library page. We believe this feature will improve the communication between artists and their fans as well as building up the brand name of the associated comics.

PS: We’ve been gradually switching to the new version and hopefully you haven’t noticed too many problems. If you notice any problems please let me know directly at memphis.dao[at]mahshelf.com.

Top 10 web comics about games

The web comic world consists of many aspects, and gaming seems to be the most popular topic. We have collected here the best 10 web comics related to games for you to start reading. Enjoy! And if you know some other comics you thinks are best, comment below.

1. Penny Arcade

A web comic focused on video games and gaming culture, written by Jerry Holkins and illustrated by Mike Krahulik. The leader of web comics in general. Updated with a new comic strip each Monday, Wednesday, and Friday.

penny arcade

2. Ctrl+Alt+Del

A gaming-related web comic and animated series written by Tim Buckley. The name of the comic refers to the Windows command Control-Alt-Delete. Updated every Monday, Wednesday and Friday. The comic's focus has gradually shifted away from single strip gags towards longer story arcs and greater continuity.

CAD

3. VG Cats

Video Game Cats is a web comic written and drawn by Canadian cartoonist Scott Ramsoomair. Featuring the adventures of a pair of anthropomorphic cats, who often play the roles of characters in popular video games that are parodied in the strip.

vg cats

4. Looking For Group

A fantasy-themed, World of Warcraft influenced web comic written by Ryan Sohmer and drawn by Lar DeSouza. The Comic follows the quest of Cale'Anon (an elven hunter) and Richard (an undead warlock), as well as their companions.

looking for group

5. Teh Gladiators

A World of Warcraft based web comic written by Uros Jojic and illustrated by Borislav Grabovic. The artwork and story line really catches attention from WoW fans as well as comic readers in general.

teh gladiators

6. Little Gamers

Little Gamers (LG) is a webcomic made by Christian Fundin (founder, illustrator) and Pontus Madsen (writer, illustrator). The cartoon series revolves around Christian, Pontus and mostly, video games.

little gamers

7. Dueling Analogs

A gaming comic and as such most of the comics take place in the universe of the games discussed.

dueling analogs

8. PvP

Also known as Player vs Player, is the adventures of a fictional video game magazine company and its employees.

pvp

9. GU Comics

A single panel webcomic written, drawn, and colored by Woody Hearn. Updated five times a week.

gu comics

10. Crispy Gamer Comic Network

Crispy Gamer hosts three exclusive videogame-themed comics.

Ding! represents the WoW adventures of the gang at PVP. Story by Scott Kurtz.

Experience Points is about two characters, Barney and Victor, who represent the aging gamers ... the guys that grew up on Atari and NES and just can't get it out of their blood. By Scott Johnson.

Backward Compatible is a behind-the-scenes glimpse of life at Crispy Gamer by Aaron Williams.

crispy gamer

How many manga characters to kill top 10 comic superheroes?

This post is for entertainment purpose only. As the title has suggested, we have here the top 10 comic superheroes, according to About.com. And the question is: "How many manga characters would it take in order to kill the top 10 comic superheroes?"

1. Superman

http://th09.deviantart.com/fs29/300W/f/2008/176/c/c/Superman_in_flight_by_JPRart.jpg

2. Spider-Man

http://th09.deviantart.com/fs14/300W/f/2007/025/4/8/Spiderman_by_Pertheseus.jpg

3. Batman

http://th01.deviantart.com/fs21/300W/f/2007/303/8/7/Jim_Lee_Batman_by_dcjosh.jpg

4. Wolverine

http://th01.deviantart.com/fs9/300W/i/2006/033/9/6/Wolverine_42_cvr_by_Eldelgado.jpg

5. The Hulk

http://th01.deviantart.com/fs25/300W/i/2008/069/9/b/Hulk___Comic_Icon_V_by_wildlifehoodoo.jpg

6. Wonder Woman

http://th03.deviantart.com/fs32/300W/f/2008/195/5/0/Wonder_Woman_Finished_by_Overlander.jpg

7. Green Lantern

http://th03.deviantart.com/fs18/300W/f/2007/225/e/f/Green_Lantern_by_verauko.jpg

8. Captain America

9. Spawn

http://th02.deviantart.com/fs10/300W/i/2006/135/f/0/_Spawn___by_R_SRaven.jpg

10. Punisher

And the answer is: ONE (1)

Misa Amane

http://th04.deviantart.com/fs16/300W/i/2007/130/a/9/DN__Amane_Misa__by_terra86.jpg

Given that she has a pen, the Death Note and somewhere safe to watch the superheroes and write all of their names on the note.

Detecting browsers javascript hacks in a tweet

Hi folks.

I am recently very fond of the term "code in a tweet" which means that a very useful piece of source code can even fit a Twitter post.  Below here is the shortest javascript that can detect IE browser by Andrea (yeah, IE sucks and we have to detect it to eliminate its problems)

[sourcecode language="jscript"]

IE='\v'=='v'

[/sourcecode]

Moreover, Gareth Heyes has come up with other browser detections and gather them together

[sourcecode language="jscript"]

//Firefox detector 2/3 by DoctorDan
FF=/a/[-1]=='a'
[/sourcecode]

[sourcecode language="jscript"]
//Firefox 3
FF3=(function x(){})[-5]=='x'
[/sourcecode]

[sourcecode language="jscript"]
//Firefox 2
FF2=(function x(){})[-6]=='x'
[/sourcecode]

[sourcecode language="jscript"]
//IE detector I posted previously
IE='\v'=='v'
[/sourcecode]

[sourcecode language="jscript"]
//Safari detector
Saf=/a/.__proto__=='//'
[/sourcecode]

[sourcecode language="jscript"]
//Chrome
Chr=/source/.test((/a/.toString+''))
[/sourcecode]

[sourcecode language="jscript"]
//Opera
Op=/^function \(/.test([].sort)
[/sourcecode]

Usage: The variable assignment is the abbreviation of the browser e.g. FF, IE, Op, Saf, Chr which return true or false.

And this is the most interesting part: one-liner to rule them all
[sourcecode language="jscript"]
B=(function x(){})[-5]=='x'?'FF3':(function x(){})[-6]=='x'?'FF2':/a/[-1]=='a'?'FF':'\v'=='v'?'IE':/a/.__proto__=='//'?'Saf':/s/.test(/a/.toString)?'Chr':/^function \(/.test([].sort)?'Op':'Unknown'
[/sourcecode]
Usage: B will return a string of the abbreviation of the browser
Tell me what do you think? And if you find any cool stuff like that let me know.

Artworks used in some pages

Along with our previous upgrade, some interesting artworks were used in maintenance page, 404 page and 500 page of MahShelf. If you are a frequent user, you might have noticed one or two. Today we reveal the whole set to everyone. Enjoy!

maintenance

404

500

Characters used in the above artworks came from Dezignus.com as copyright-free designs. You can get the whole collection of  20 characters here.

User interface and system upgrade

Over the last 2 months we've been working on a redesign of our account/profile interface. The previous template was quite plain. We wanted to provide everyone with a glossier feeling, but still keep the simplicity of the whole system. And this upgrade is, so far, quite satisfactory for us.

[caption id="attachment_167" align="aligncenter" width="500" caption="CC 2.0 photo from MK Media Productions@flickr"]upgrade[/caption]

Many changes have been made, not only in graphic designs, but also in technical structures (a newer version of javascript library, brand new design in core system and database...). With this new architectural approach, site performance and stability of MahShelf have been improved a lot. In the future, it will be easier and quicker to add new features such as theme changing, profile customization...etc.

More coming soon!

The MahShelf editor team

MooTools the Ajax experience

[Updated] Sorry to be arrogant and simple minded but I always think jQuery rocks and try to inspire as many people as possible to use or move to jQuery because of  one simple reason: the more users and developers use jQuery the better it is and the more plugins will be created.

[Updated] jQuery 1.3 is out and it is super fast ! Read more

I have once used Mootools for one of my projects and it turned out to be running well. The performance was fast and I had no problem implementing its animation effects and plugins. However, I found several complaints about mootools on the Internet that will affect my choice of JS library in the future.

  1. Mootools does not have any well organized or responsive forum.
  2. It does not even have all of the many useful threads that were written for 1.1 available. What it does have - a Google group - is so undermonitered that John Resig’s profile shows up on the home page (now what does that say about JQuery responsiveness)! I have never, never! gotten a response to any of the requests I have made on the Google group page, despite my not being a noob.
  3. No plugins are available unless you already know where to find them, or you write them yourselves. As oppossed to J which makes it easy to get plugins. Yes I know they posted something on the blog.
  4. SVN was dumped for GIT. Maybe not bad from a technical standpoint, but I don’t know how to use GIT, and am not about to start learning.
  5. I rarely see the core developers on IRC, probably because we have different hours. But it is very difficult to get answers there, and thread is downright insulting to noobs - no matter how much he wants to learn. Worse though, the channel is not be stored. All of the questions and answers that are served are only to individuals - they cannot be accessed by someone who is searching for an answer. And lets face it - IRC is not good for most users. Is it so hard to have a chat box on the screen that allows for normal people to communicate, or at least to be able to see the thread?! I know a good framework that can be used to write such a tool!

We are evolving!

Dear Mahshelfers,

It has been quite long since the last time we updated our Blog. We have been over-occupied with all the technical as well as business development. For a small team, it was amazing that we could withstand such stress of being a start-up (especially in Finland, where winter lasts for 6 months and the weather discourages people to think positively). Regardless, there have been so many things happening around. For instance:

  • We've won MindTrek award as Finnish start-up of year 2008. This was a rewarding event, proving that a web business for comics can be as attractive as any other ventures in Finland.
  • After MindTrek event there has been quite a few blogs and articles writing about Mahshelf.com. For a full list of what people are saying about us, check out our Publicity page in this blog.
  • In addition, the Mahshelf team has been actively following many entreprenerial events in Helsinki region, including events organized by ArcticStartup or Helsinki Metropolitan Entrepreneurship Academy - HMEA.
  • And many other interesting meetings with people and companies...

[caption id="attachment_99" align="aligncenter" width="500" caption="CC 2.0 photo from teejaybee@flickr"]a[/caption]

For the present, as glooming as the economy climate is right now, we are still keeping up the high spirit here at Mahshelf. We are offering trainee positions at Mahshelf for entreprenerial people/ students, with or without working experience in IT and Media. So if you want to try out your strengths with challenging tasks at Mahshelf LTD, take a look at our Jobs page or send an email straight to jobs(at)mahshelf.com.

And last but not least, we will be releasing more new features from now on. The team has been building up something huge, and we will reveal that to everyone soon.

Happy reading, and Happy Lunar New Year!

The MahShelf editor team

If you gonna set up a web startup ...

Wanna be the next Google? Do I hear a "Yes" elsewhere ? I have loads of thoughts on this since I love doing web startup. So let's do this checklist to realize...

1. Do you know absolutely everything about your business? Do you eat your own dog food? Those "Well, I will use my product later when it is fully developed/established" or "Ehr, I will use my service later, got things to do now..." will definitely fail, more here

2. Are you ambitious/motivated enough? Doing startup is not doing your everday work, if you work only 8 hours a day and spend the rest of the day relaxing then you better quit it. Most IT staff work 8 hours per day under excellent management and what will make your company the next Google since there is no difference between you and other normal IT staff.

3. Do you have a successful team? From Taneli

Startup teams should be about things like attitude, values, goals, objectives, motivation, trust, learning, courage, energy, intensity, competence, superior judgement and good communication (emphasis on feedback).

They should not be about: micro-management, processes, business plans, formal matters, profit and loss statements, reports, politics, non-action, vague visions and missions, long hours and exhausted managers, strict roles and responsibilities.

Success Teams are often full of leaders. There isn't just one central person responsible of leadership: everybody leads, and they lead to every possible direction: their own teams, colleagues, their bosses, partners etc.

And in the end, let's discuss a quote from Kristoffer Lawson:

New startups are fantastic because they still think it's easy so they'll go for it and only later realise the deep hole they got themselves into :-)

Now you decide: do you give up or go forwards with the lessons learnt. If you decide to continue, chances are you'll have now learnt stuff the hard way and will be much better tomorrow. You need to be hammered to eventually become world-beaters!

5 copyright rules of MahShelf

Dear Mahshelfers,

As we are aiming for a better environment where comic artists and publishers can feel at ease putting comics to MahShelf.com, there are things regarding copyrights we must make clear to everyone:

  1. Copyright infringed contents are forbidden on MahShelf. All comics uploaded to MahShelf will be read though and checked by contacting the artists/authors/publishers. Any detected infringement will be banned immediately.
  2. Copyright-free, fair-use (or the more popular term: Creative Commons) comics are allowed. Uploaders must link back to the original sources or mention the artists/authors/publishers' names.
  3. In case the artists/authors/publishers give their permission to upload their comics on MahShelf, uploaders must say so in the comics' descriptions. MahShelf staffs will search and try to contact the copyright holders to confirm such permission. If no confirmation is received from the copyright holders in 1 month, the uploaded comics will be treated as copyright infringements.
  4. Every artists/authors/publishers upload their own comics on MahShelf should also link back to their own sites if possible. MahShelf staffs will try to contact the copyright holders to confirm such publication.
  5. In the near future, more filters and processes will be added to MahShelf to strengthen our commitment to protect comic artists/authors/publishers rights.

With great comics come great respectability. So to all comic makers out there, we give you our best regards!

The MahShelf editor team