where is the ajaxfileupload.js for using with jqgrid? - jqgrid

I am looking for the ajaxfileupload.js file used in this question:
File upload with jqgrid in PHP
The referenced website (www.phpletter.com) seems to not exist anymore.
Who could give me a reference ?
Thank you by advance

#fbfcn provided a direct link to the project you are looking for.
However, here is a copy of the JS file, in case you are having problems accessing the site directly.

Related

phpDocumentor relative paths to css and javascript

It's my first time using phpDocumentor 2 and every file in the root folder of the documentation looks fine.
Unfortunately, anything in the subdirectories (classes, namespaces and packages) doesn't look right or function properly, because they don't reference "../css/template.css" but "css/template.css". (Same problem with the JS)
Am I missing some sort of configuration issue? The demo on the phpDoc site seems to include the reference to the parent directory.
Thanks in advance!
Probably not configuration... may just be a bug that's cropped up while working on the beta versions. Open an issue about it at github (https://github.com/phpDocumentor/phpDocumentor2).

Head.phtml shows twice in source code on category pages

In the source code the head.phtml is loaded twice, once the way it should be and once between the content and footer. I replaced all magento's original files on the server and temperary switched to the default template, wich didn't solve the problem.
See the following link:
http://www.qxsystems.net/laptops.html
I asume that the issue is coused by a module or by a magento setting in the backend.
Could somebody provide me with some ways of troubleshooting this issue without removing all modules?
Many thx for any assistance!
PS: A module was to blame: Named 'priceranges'
thx for all the help!
If you have replaced the original files and also changed the template and still no change then it is surely a cache issue. Refresh your cache.
If still doesn't solves your problem then it must be some external modules issue.
If the problem is not solved then give a screenshot of your webpage with TemplatePathHints turned on, then it will be easier to tell where exactly is the problem.

Link for download jquery-ui-1.8.14.custom.min.js plugin

Please Provide Exact Link for the jquery-ui-1.8.14.custom.min.js
According to http://jqueryui.com, the latest version of jQuery UI is 1.8.13.
You can build a custom download here: http://jqueryui.com/download
I don't think there is one for 1.8.14, as the lastest version is 1.8.14. But there is a Google CDN for 1.8.13:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js
It might be best to just download the whole thing again though.
Well there is no direct link, because (note the name) it's a custom created file. You populate it with the jQuery elements that you want to use. You can create your own here:
http://jqueryui.com/download

compressed / minified prototype file

I need a compressed minified prototype file.
Can anyone help me?
Thanks
As far as I'm aware, there's no official or hosted minified build of Prototype. You can run it through jsmin easily enough, but then you have to host it yourself. Or as Tomasz pointed out, you can use the unminified (but gzipped) version from Google's CDN.
Google does not hurt: http://prototypejs.org/2008/05/27/prototype-hosted-on-google-s-servers
(corrected link)
FWIW, I ran prototype.js (v. 1.6) through UglifyJS using http://jscompress.com/, and started getting a bunch of javascript errors. So Google is clearly the way to go.
I found the solution and minimized this file, it went from 130mb to 67 mb. Although I did very minimal testing, everything works on my end with no firebug errors. Please Let me know how it works on your scripts.
Heres the link!
You have to upload the entire file on the right hand side.
http://shrinksafe.dojotoolkit.org/

Where can I get SCAYT documentation, or algorithm?

I am using CK editor, now I want to understand SCAYT, but the scayt plug-in provided by SPellchecker.net is minified, and not well documented but I need to understand some of the features.
Can anyone provide me with such type of document or any algorithm related to this.
thanks in advance.
Download CKEditor 3.0.2 from http://ckeditor.com/download.
Decompress the file, and look for the directory _source/plugins/scayt, which will contain a file named plugin.js.
That file is not minified.

Resources