I'm working on a custom FriendlyURL analyzer for my cms (myprettycms.codeplex.com).
The system is multilingual:
http://www.mydomain.com/en-us/friendly/url/friendly_url_page.htm
http://www.mydomain.com/fr-fr/friendly/url/friendly_url_page.htm
If…
I used friend url jquery plug in (http://www.bulgaria-web-developers.com/projects/javascript/friendurl/) to create my menu editor.
My wife is chinese and I ask her to type chinese text to try if my menu works.
It's possible to type and save chinese…
I need to transfert the open source cms MyPrettyCMS source code from Codeplex to Source forge.
MyPrettyCMS sources (http://myprettycms.codeplex.com/SourceControl/latest) was handled with Visual Studio 2013 directely connected to the CodePlex…
When I discovered vsdocs files, I thinked about a way to have intellisense in my JQuery files to manipulate objects I'll send to my ASP.net MVC back end.
Something like MVC Model but just for JQuery Ajax callbacks.
The folowing JQuery method is…