Quantcast
Channel: Coding Friends » Javascript
Browsing all 7 articles
Browse latest View live

CKEditor – Custom upload dialog

The great WYSIWYG editor called CKEditor allows you to do a custom file upload, so that you can handle where the file is stored and also you can do your database extra inserts for example. To start...

View Article



CKEditor – custom dialog

The CKEditor is a great WYSIWYG and the best thing is that you are able to customize the interface to have buttons on the toolbars, here is a way that I created a custom button with custom image...

View Article

CKEditor – auto save

A follow on from the previous post CKEditor custom dialog you can auto save the content with sending a AJAX call to another page that will save the content and also give back a updated time of that...

View Article

Adding floats together with commas and decimal places

Someone contacted me about adding some numbers together with comma’s and dots within there values, here is the email via the contact me page. “Please I need a javascript code that can enable me add two...

View Article

Delete object from array within javascript

Someone asked me whilst doing a job how to delete parts of a array within javascript, so just like other object oriented languages, you can have a array of data objects and each one can be accessible...

View Article


Javascript {} []

Someone asked me what is the difference between {} and [] within javascript. Basically the difference is one is a key => value pair like PHP ‘{}’, and the other is just a pure array of values ‘[]‘....

View Article

Image may be NSFW.
Clik here to view.

Ckeditor – not allow posting of images from the local harddrive

Within the CKEditor you can also add on to the prototypes that allow more control of what is allowed on your website. Sometimes you do not want to allow the user to copy and paste local files to the...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images