Codepen modernizr.js - 404 Error - javascript

I'm using Codepen modernizr.js over 1 years. Suddenly it started showing error 404. That means the file does not exist but I don't think Codepen like website stop like this stuff without any notification because lots of peoples are using it.
Javascript location was [http://codepen.io/assets/libs/modernizr.js][1]
Example: [http://codepen.io/adobe/pen/FgIBC][2]
If that script will not work anymore then anyone has the idea to get back that Modernizr.js?
Thank you!

I send an email to Codepen.oi about this issue and they replied:
Hi Chinmay,
Thanks for writing in! The CodePen-hosted link to Modernizr is no longer supported. You can still get Modernizr for your Pens, though :) Start typing "Modernizr" in one of the External JavaScript fields and you can select it from the typeahead menu.
If you need Modernizr for your own website, you can get a hosted link at: https://cdnjs.com/libraries/modernizr
Thanks for using CodePen!

Related

Cloud9 Stuck on loading screen

I was tinkering around with my preferences trying to get emmet working for jsx files and I ended up turning on plugin manager. Now my projects won’t load and I can’t turn the plugin manager off without being in a project. Here is a screenshot:
C9 Error Screenshot
I have no idea how to fix this and from what I’ve googled the only thing I’ve seen that was close was this thread where the solution was that he had a browser plugin that disabled referrers. From what I’ve googled on the subject Chrome doesn’t allow referrer disabling so I’m not sure if this is the fix or not, nor do I know how to do it in Chrome. If anyone could help me out that would be great.
Also in the screenshot I've included the console. Some errors popped up as well as a notification of this:
[OT] Ace session not ready for: /weatherApp/src/containers/search_bar.js - will setSession when ready!
which would be the open file in c9. Not really sure what this means either and I didn't see any solutions when I googled the issue. Any help on this issue would be appreciated as I don't have access to any of my projects in c9 which is what I mainly use for an editor.
Thanks,

Chrome not loading HTML file properly

I am learning to build a web application using a Lynda tutorial. They have provided a sample application, which in their tutorial looks like this when loaded into Safari:
but when I try to open the same html file it shows up like this: (the only browser option is chrome, because it says it is a Chrome HTML
I am very new to web development, and I am not sure what could be causing this problem. I already disabled my AdBlock. I am using Windows 10 but the tutorial is using a Mac.
Thank you!!
Looks like your Stylesheets aren't loading, make sure you have linked the right files in your head's link elements.
Make sure your stylesheets are linked correctly. Learn the difference between relative and absolute links.
Ad Block won't affect anything, and your OS wouldn't have this much of an impact on the site not loading correctly. Posting your code generally helps us out a ton! At the very least, would you mind posting your stylesheet links, so that we could help you get those right?
currently, I'm facing the same problem. here the quick solution, use Microsoft Visual Studio code editor and install a plugin called "Live Server".
what I'm facing is if I open Html file using "live server" it is working, if I directly opening in the browser it is not loading the CSS properly.

Downlodify is not working, no error message at all

I have the latest shock wave (11.9.900.117) add-on installed to my Firefox (24).
When i download and run the sample test.html file nothing is happening.But when i run the same demo linked (http://pixelgraphics.us/downloadify/test.html) HTML from Git hub works as expected.
Also i have tried this with my project too, same kind of output, nothing happens but the button hides.There are no error messages shown or can be caught since i cant go through the swfobject.js file.
I am using javascript alone, not jquery etc.
Is there anything that i am missing some basic stuffs?
Also asked in https://github.com/dcneiner/Downloadify/issues/34.
Any simple working examples would be helpfull.!!
Thanks in advance.
I know this question is old, but for anyone who encounters the same problem, here is how I solved it.
If you want to run Downlodify from the local filesystem you need to edit the Flash Player Global Security Settings and add the Downlodify folder as a trusted location.
Currently the settings can be edited here. The location URI looks like this file:///C:/Users/Name/Desktop/Downloadify-master

Getting no response while placing order after following every steps on onecheckot, I have upgrade magento from 1.6.1.0 to 1.8

Recently i have upgraded the magento version from 1.6.1.0 to 1.8.0 and all set up is working properly.
While customer trying to checkout they can't place order.
they follow each of the steps and at last step, when they click on the " Place Order ", the order can't be proceed, it do nothing after that.
I have tried to see the problem with console and i got the error something like below.
JavaScript seems to be disabled in your browser. You must have JavaScript enabled in your browser to utilize the functionality of this website.
Please reply if you have knowledge about this, Thank you in advance for the same.
I found the solution from below link.
http://www.magentocommerce.com/boards/viewthread/610464/P30/

Why does has my javascript stopped working on live site, but works fine in test environment?

Okay, this is very weird...
http://connecttofriends.com/admin/login
I'm writing an administration control panel and am using a template from Theme Forest (because I didn't sign on to create any graphics, so my client bought it). For the login page listed above, I had to program it to run through Javascript due to the way it was set up.
I got it working and everything. Suddenly, though, something bizarre happened, and Javascript has not worked on that page at all since. None of my Javascript will even appear in Firebug, and I haven't been able to find anything to suggest that there's a Javascript error. Worse yet... on my local test server, it works perfectly fine. It just refuses to work on the live server for whatever reason.
Has anything like this ever happened before? How can I possibly fix this? I can't find anything wrong, and it works fine on my test server. I've at least been able to continue development on the test server, but without the live version working its useless.
I'll post code if people ask, but I don't see much of a reason to under these circumstances because the code actually works.
Any help is appreciated...
jQuery doesn't load.
It tries to fetch jQuery from this address: http://connecttofriends.com/admin/js/jquery-1.7.min.js, and it's not there. Missing a /, to indicate root?
the path you using is not loading, why dont you use jquery link as https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js
this'll also reduce your server hits.
jquery library is not getting loaded.Please check the path of the jquery-1.7.min.js.

Categories