kodeWeave: Realtime Code Playground for Win/Mac/Lin/Android
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.

The HTML Onlive Debugger is being replaced by kodeWeave.
Head to https://mikethedj4.github.io/kodeWeave/ to download the application. It's available for Windows, Linux, Mac OS X, and Online.
I've been having trouble for the past few months getting kodeWeave (and a few other applications ported to Android via PhoneGap)......
http://stackoverflow.com/questions/3475 ... h-phonegap
https://github.com/Stuk/jszip/issues/254
Last edited by mikethedj4 on Wed Jul 13, 2016 7:12 pm, edited 7 times in total.
I added vertical/horizontal grid view options, lorem ispum generator, lots of new demos, CSS & JSLint integrated, and can now save as either a .zip files, or single .html.
Still a few bugs to fight; off but as SNAP would say, "I've Got The Power". boogy;
Still a few bugs to fight; off but as SNAP would say, "I've Got The Power". boogy;
Last edited by mikethedj4 on Tue Apr 28, 2015 6:40 pm, edited 2 times in total.
Currently all characters you add from the menu only go to the html editor, however I plan on fixing that sometime this week, if not the weekend.
You can download the Windows app here.
You can download the Windows app here.
You do not have the required permissions to view the files attached to this post.
I've been hard at work and am happy to show you a few new updates...
I added two new libraries (JSZip and RequireJS). I fixed the Codemirror demo and added a new jszip demo so you all can learn how to package zip files in Javascript.
In addition I had to switch the color picker on the windows version to match the web app as it wasn't as touch friendly as I had hoped. I haven't heard any problems so far so here's a screenshot update.
As you can see you can now save your web layout/app/game as a Native Windows, Linux, and/or Android application.
Sadly I could not get the Windows and Android exportation functions to work on Windows. So until someone else is able to fix that it'll only be available in the web app.
I'm considering starting a fundraiser in order to make this application available for Android, and hopefully be able to hire some more people to add additional features and get the already made functions to work on some native platforms (Like saving files on Linux for example).
I added two new libraries (JSZip and RequireJS). I fixed the Codemirror demo and added a new jszip demo so you all can learn how to package zip files in Javascript.
In addition I had to switch the color picker on the windows version to match the web app as it wasn't as touch friendly as I had hoped. I haven't heard any problems so far so here's a screenshot update.
As you can see you can now save your web layout/app/game as a Native Windows, Linux, and/or Android application.
Sadly I could not get the Windows and Android exportation functions to work on Windows. So until someone else is able to fix that it'll only be available in the web app.
I'm considering starting a fundraiser in order to make this application available for Android, and hopefully be able to hire some more people to add additional features and get the already made functions to work on some native platforms (Like saving files on Linux for example).
You do not have the required permissions to view the files attached to this post.
Discount calculator can be implemented much more easier:
Code: Select all
$(document).ready(function() {
$("#btn").click(function() {
var price = Number(document.calculator.price.value);
var percentoff = Number(document.calculator.percentoff.value) / 100;
document.calculator.total.value = (1 - percentoff) * price;
});
});
CodenStuff wrote:Nope, it's just your sick and dirty mind. You sick twisted warped little pervo![]()
Preview of new changes:
![Image]()
There's been a lot of changes to kodeWeave since my last post. Such as...


There's been a lot of changes to kodeWeave since my last post. Such as...
- Revised exportation
- Minor bug fixes to the responsive layout
- Revised demos
- Updated libraries
- Can toggle JS validator
- Inline color picker
- Inline numeric slider
- Added markdown editor
- Can download single files
- Integrated Zen Coding
- and more...
Code: Select all
to write...div.head>a.fl[href=javascript:void(0)]+a.fr[href=javascript:void(0)]+p>lorem25
Code: Select all
By the way this is possible with a great plugin called Emmet! Which is integrated into the app so you can use it with code editor's you're making as well <div class="head">
<a href="javascript:void(0)" class="fl"></a>
<a href="javascript:void(0)" class="fr"></a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, laudantium, odio! Possimus eos repellat saepe repudiandae iusto doloribus, autem recusandae laboriosam molestias adipisci commodi quod.</p>
</div>

That looks really amazing, can definitely tell you've put a lot of effort in to it.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
However the 2 most requested features:
1) Save weave online
2) Adjust font size
I'm proud to announce that you can finally save your weave to the cloud!


Now the weave is saved as a Github Gist.
You can then load the Gist into kodeWeave by a simple hash.
So here's a sample Gist I saved on kodeWeave
You can then go here to load that Gist into kodeWeave.
https://mikethedj4.github.io/kodeWeave/ ... 9c4f17e14f
You do not have the required permissions to view the files attached to this post.
Last edited by mikethedj4 on Wed Jul 13, 2016 7:12 pm, edited 1 time in total.
I would love to be able to help but I don't think I could anymore
Anyway, your app is looking amazing, you've done so well!
Anyway, your app is looking amazing, you've done so well!
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
You can also convert Jade to HTML, HTML to Jade, Coffeescript to Javascript and Javascript to Coffeescript.
I deprecated kodeWeave for Desktops, but I'm getting a lot of emails where people want me to continue releasing kodeWeave for Desktops.
I'm considering resuming kodeWeave for Desktops. If you're interested in the (non profit) position send me a message.
smashapps wrote:I would love to be able to help but I don't think I could anymoreThanks man
Anyway, your app is looking amazing, you've done so well!

You do not have the required permissions to view the files attached to this post.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023