public function jquerycreateVideo($params, $file, $values) { if( $file instanceof Storage_Model_File ) { $params[‘file_id’] = $file->getIdentity(); } else { // create video item $video = Engine_Api::_()->getDbtable(‘videos’, ‘video’)->createRow(); $file_ext = $file[‘extension’]; $video->code = $file_ext; $video->type…
Author: smarttips
Signup or login through facebook
<div><a href=’javascript:void(null);’ onclick=”login();”>Signup/ login through facebook</a></div> <div id=”fb-root”></div> <script src=”http://connect.facebook.net/en_US/all.js”></script> 1. Include the above facebook all.js first. <script> 2. Initialize the facebook app settings. jQuery(function() { FB.init({ appId : ” <12356666>”, status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true //…
How to change default font size in tinymce?
tinymce/themes/advanced/skins/o2k7/content.css add the following code to bottom #tinymce { font-size: 15px;}} //change the variable according to your need
London Bridge Malayalam movie
London Bridge is an upcoming Prithviraj movie directed by Anil C. Menon and other main roles are handled by Mukesh, Andrea Jeremiah and Nanditha Raj. The film is produced by Antony Binoy and Sathish B and fully shot in the United Kingdom by Jinu Abraham. Rahul Raj and Dr. Sreevalsan Menon composed the songs and…
Move Gmail Chat to Right Side
Steps: 1. Take Gmail settings. 2. Click on Labs. 3. Then we can see Right-side chat option. 4. Enable it. 5. Save the change. Now the Chat box is on the right side and will get a new look. Author: Reshma R