Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 OPEN SOURCE


  How ScrollerJS works

ScrollerJS is a light weight number scroller module to be embedded in web apps. It provides fancy number scrolling animations. ScrollerJS supports both CSS transition and DOM animation to handle the animation needed. If CSS transition is supported in a browser, CSS transition will be the preferred option for animation. If in old browsers where CSS transition is not supported. DOM animation will be chosen automatically.How does the number scrolling actually work? To transition a number from 0 to 1 and then to 2, it will go through the below process:1. Creating a div panel which will contain two...

5,322 0       JAVASCRIPT CSS GITHUB SCROLLERJS


  The Tale Of Perfect Checkout Page & Magento Online Store

I bet you've already googled every bit of advice on how to win customers. You've installed and integrated bazillions of extensions and marketing tools, rewritten every piece of text on your site, redesigned and rebranded your Magento store. In case you're still wondering why clients keep coming and going away without purchasing your goods, this article is for you.I solemnly declare that every single piece of advice on leading a customer to buy from your online store, you've read so far is imperfect and defective. I understand your confusion, but let me explain. Saying that I'm not implying tha...

3,755 0       MAGENTO MAGENTO USER EXPERIENCE ECOMMERCE ONLINE BUSINESS


  8 Optimization Rules To Improve Visibility Of your Ecommerce Store

The success of an Ecommerce store depends on its page rank. If your store pops up in first page then there are higher chances of getting noticed. But getting a spot in page 1 is no mean task as web crawlers are very smart in identifying a quality content. These crawlers follow a specific pattern in setting up a yardstick for a quality content. You need to understand what does a quality content mean from a search engine perspective. Here are the rules to be followed. #1 Unique content is the King:When you upload a product in your store, try to give a minimal description about it as it will...

3,863 0       MARKETPLACE APPTHA MULTI VENDOR MARKETPLACE MAGENTO MARKETPLACE


  How to prevent next HeartBleed bug?

How to ensure the security of open source projects is a concern for many open source users including individual users and companies. But it's not an easy task to ensure the security of open source projects.Because everyone can see the source code, there is much higher possibility that a bug may be found by someone. Once a bug is disclosed, people may exploit it and do evil things, this may cause loss of money either for individuals or companies, some of the bugs may even have big impact to the whole industry. For example, the recent HeartBleed bug in OpenSSL.Also since many of the open source ...

4,782 0       SECURITY OPEN SOURCE HEARTBLEED


  Frequently used Git commands

Git configurationgit config --global user.name "robbin" git config --global user.email "fankai@gmail.com"git config --global color.ui truegit config --global alias.co checkoutgit config --global alias.ci commitgit config --global alias.st statusgit config --global alias.br branchgit config --global core.editor "mate -w" # Configure Editor to use textmategit config -l #List all configurationsUser's git configuration file : ~/.gitconfigFrequently used Git commandsCheck、add、push、delete、find,reset filegit help # Show help of commandgit show # Show th...

6,321 0       COMMAND GIT


  GitHub launches a separate training page

Code hosting community Github has much proud data: 55 employees, Andreessen Horowitz promised a $100 million investment, $750 million valuation, a place developers stay longest since its launch in 2008 ... Github announced the official launch of a separate teaching page, to teach developers collaborative programming through various forms.Github announces the detail about the training program on its official blog, the entire training project has two modes : free and paid. The content of their trainning is about basic Git and Github technologies. The separate training page provides web-based cou...

3,848 0       OPEN SOURCE GITHUB TRAINING


  GitHub : Code is the most direct way for programmers to communicate

If not invested by Andreessen Horowitz, GitHub might not be noticed by Forbes, CNN, New York Times. People didn't know this tool because it was very far away from the world -- GitHub is a project hosting service used by programmers.But to some programmers, it is not just a place for project hosting, it is`also the hub for open source projects, a place for programmers improving themselves and a social network for programmers.There are around 3.26 million projects hosted on GitHub currently, including Linux, Ruby on Rails, jQuery, Apache and the popular Node.js.Why is GitHub so popular?It is an ...

4,975 1       OPEN SOURCE GITHUB SOCIAL HOSTING


  Embrace open source

In past few days, there are many tech news which are related to open source. For example, Microsoft enables Linux on its Windows Azure cloud, Facebook open sourced its C++ library Folly and Samsung joined Linux foundation. Now more and more big companies realize the power of open source and are willing to contribute to the open source community. It will benefit not only developers but also these big companies as well.By providing some open source libraries or projects, developer may reduce their time of development and enjoy some performance improvement from open sourced resource. Some of thes...

3,046 0       MICROSOFT OPEN SOURCE LINUX FACEBOOK SAMSUNG