Posts

Showing posts from September 11, 2011

Enabling JavaScript on Your Computer

Image
Enabling JavaScript on Your Computer Enabling JavaScript on Your Browser Lately I'm getting tons of questions from our Twitter users regarding a problem their having with their javascript. Basically, this problem says that they can't surf the web (mainly surf Twitter) because javascriupt is not enabled for their browser/computer. Well, I'm here to fix it: How to Enable JavaScript in IE (Internet Explorer) : Tools > Internet Explorer > Security Internet Zone Custom Level Scripting > Active Scripting > Enable How to Enable JavaScript in FF (Fire Fox) : Tools > Options Content Enable JavaScript   Hope it helped, Elad Shalom, CTO at ITweetLive.com

(new Date).zeroTime is not a function jQuery Error

Image
 "(new Date).zeroTime is not a function". jQuery DatePicker JS Error. One of my developers recently encountered a jquery issue.  He tried to use the jquery DatePicker.js and for some reason (this error) couldn't make it work. When he tried to open the DatePicker.js calendar he got the error: " (new Date).zeroTime is not a function ". This error happens because the function "zeroTime" is not being added to the data prototype.  it should be added in the date.js file, which was not updated. After updating the date.js (available here ) it all went smooth. Hope it helped, Elad Shalom, CTO at ITweetLive.com