private function convertBoolean(pBool:Boolean):Number { if (pBool == true) { return 1; } else { return 0; } }
private function generateCode():void { // Validate Fields
if (winID.text == '') { Alert.show("Please provide a unique ID for this AJAX window.","Missing Field"); } else if ((winWidth.text == '') || (winHeight.text =='')) { Alert.show("Please provide a size for the AJAX window.","Missing Field"); } else {
// Generate User Alert Alert.show("The code has been generated and copied to your clipboard!" + "You can now paste it.\n\n" + "To use it, you must call the JavaScript function below:\n\n" + winID.text + "()","Copied to Clipboard");
shadowslash, very impressive. The http://www.shadowslash.tk/uCoz/ajaxwindowgen/ page is very basic and ugly because there is no design to it. Make that better and it will make the whole service much better.
Kind regards, Elliott.
"The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer.
shadowslash, very impressive. The http://www.shadowslash.tk/uCoz/ajaxwindowgen/ page is very basic and ugly because there is no design to it. Make that better and it will make the whole service much better.
Lol, the flash application ate up most of my time... That's the reason I put little effort on the page... I will work on it though when I have more free time. And besides, the video tutorial shows how to add it to your bookmarks so you won't have to deal with the ugly page next time.
It's great to see users contributing to uCoz, shadowslash, you have yourself a cup of coffee
I definitely would because it's 3am here already :P Lol Well I hope with this, people could stop getting trouble making their AJAX windows... Also it automatically detects quotes " and apostrophes ' and it automatically replaces with escape strings so that it would still be read as a quote and an apostrophe ' on the AJAX window...
shadowslash, nice new screenshots , could you put them into spoiler please , not that anything is wrong with it but it would save some space for users to read the information etc , good work
Wow shadowslash, just wow. It's awesome that you have the skills to create such a useful application. I look forward to further development on it and best of luck!
shadowslash, nice new screenshots , could you put them into spoiler please , not that anything is wrong with it but it would save some space for users to read the information etc , good work
Got it under spoilers now
Quote (Air)
Wow shadowslash, just wow. It's awesome that you have the skills to create such a useful application. I look forward to further development on it and best of luck!
Umm thanks! I still haven't gotten the actual complete documentation for the AJAX windows in uCoz so I'm limited by the things I currently know about it. As soon as I get to know more options about the AJAX windows, I'll add more options to it...
shadowslash, if you could import some custom AJAX windows like these into your application, that will be a good improvement - http://forum.ucoz.com/forum/38-12032-1 Then there will be AJAX windows that pop-up bottom right of the screen as well as well as centered windows. Also there can be a automatic pop-up option.
Kind regards, Elliott.
"The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer.
shadowslash, if you could import some custom AJAX windows like these into your application, that will be a good improvement - http://forum.ucoz.com/forum/38-12032-1 Then there will be AJAX windows that pop-up bottom right of the screen as well as well as centered windows. Also there can be a automatic pop-up option.
That's really neat! I didn't even know you could set a tm parameter in the AJAX window which would then make it have a time out after a certain time-period. Do you know if there's an updated documentation or usage info about uCoz's AJAX windows? I only developed the application based on how I use the AJAX windows so I failed to cover all the options available to it...
shadowslash, I do not know of any documentation. The only different features I know off are 'tm' (time set before the window automatically closes) and 'uWnd.alert' which opens a specific window in the bottom right corner.
Kind regards, Elliott.
"The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer.