Browsing Category "GitHub"
CKEditor 4 quick setup with custom control
By     |    Jan 2, 2013
Posted in: ckeditor, GitHub, How to, JavaScript, Tutorial     |    No Comments

CKEditor 4 quick setup with custom control

CKEditor is widely used WYSIWYG (What you see is what you get ) editor with lots of cool features and customizations. We can customize which buttons to show and which plugin to load (we can remove plugin from loading if not required like print, fullscreen) this will increase performance of the page. Option 1 Download complete package of CKEditor 4.  http://ckeditor.com/download Option 2 Customize  CKEditor 4 with required plugins, skins [...]

Getting started with GitHub
By     |    Nov 17, 2011
Posted in: GitHub     |    2 Comments

Getting started with GitHub

GitHub is currently most popular code sharing aka social coding site. You can create unlimited public repo free. If you like code you can fork (clone code for edit) code and improve / add code to their repo and ask for push/ merge request. So it will be easier to improve/ share / edit code socially. Below is some links to get started with GutHub. Try GIT Online very good link [...]