Search found 2584 matches

Search found 2584 matches Page 5 of 259
by mikethedj4
Fri Sep 30, 2016 5:49 am
Forum: Codenstuff boardroom
Topic: Who all Abandoned Windows?
Replies: 5
Views: 2847

I would like to check out developing for iOS but I just can't afford a MAC at the moment. Hopefully some time in the future :) You don't need a Mac to develop iOS apps anymore. I got my first Mac for $100 on Craigslist. My current one was $300 but I upgraded the RAM, processor, replaced battery and...
by mikethedj4
Thu Sep 29, 2016 7:02 am
Forum: Tutorial Requests
Topic: Grabbing text from website
Replies: 4
Views: 3616

If you're using a Webbrowser control you can grab the content of elements on a webpage like this: WebBrowser1.Document.GetElementById("ID-of-the-element").GetAttribute("innerText") Where " ID-of-the-element " would be the ID tag of whichever element you want to pull co...
by mikethedj4
Thu Sep 29, 2016 6:51 am
Forum: Codenstuff boardroom
Topic: Who all Abandoned Windows?
Replies: 5
Views: 2847

Only time I touch Windows is to fix a client's computer. I develop Windows apps on Mac and Linux so bye bye Windows lol.

Just curious who all abandoned Windows?
by mikethedj4
Thu Sep 29, 2016 6:44 am
Forum: Tutorials
Topic: Countdown Timer
Replies: 2
Views: 2912

Hahahaha I remember first learning this I struggled as well
by mikethedj4
Mon Sep 26, 2016 9:20 pm
Forum: Work in Progress
Topic: WebDGap: Convert a web app to a desktop app for win/mac/lin
Replies: 1
Views: 2357

There's been a lot of updates to WebDGap since the last time I posted it. However, my most recent update allows users to convert their app to a PhoneGap Build project. Incase you don't know what PhoneGap is, PhoneGap allows users to: "easily create apps using the web technologies you know and l...
by mikethedj4
Mon Sep 26, 2016 9:03 pm
Forum: Source-Code
Topic: GPSLink: Share Your GPS Location With Friends and Family
Replies: 0
Views: 2365

See it in action: https://mikethedj4.github.io/GPSLink/ Source code available on Github: https://github.com/mikethedj4/GPSLink Screenshot: http://img04.deviantart.net/4294/i/2016/235/0/2/gpslink__easily_share_your_gps_location_with_your_by_mikethedj4-daf0bza.png I was so bored the other weekend I de...
by mikethedj4
Mon Sep 26, 2016 8:45 pm
Forum: Source-Code
Topic: Displaying Weather Data from Ajax using simpleWeather.js
Replies: 0
Views: 2382

See it in Action on Codepen: https://codepen.io/mikethedj4/pen/MepVBx See it in Action on kodeWeave: https://mikethedj4.github.io/kodeWeave/editor/#136d29fcf68f67ce7ee0bc32e2943d2c Screenshot: http://i64.tinypic.com/2w6s40j.png This is made possible using a JQuery plugin called simpleWeather . Pleas...
by mikethedj4
Mon Sep 26, 2016 8:32 pm
Forum: Tutorials
Topic: Text to Speech with ResponsiveVoice.JS
Replies: 0
Views: 2051

See it in action on Codepen: http://codepen.io/mikethedj4/pen/OXxWXK See it in action on kodeWeave: https://mikethedj4.github.io/kodeWeave/editor/#4e3b55ad435167d87c878a22fbad358e How this works is pretty simple! First, set your language which you choose based on language country and sex. Example : ...
by mikethedj4
Mon Sep 26, 2016 8:15 pm
Forum: Tutorials
Topic: Countdown Timer
Replies: 2
Views: 2912

See It In Action - https://mikethedj4.github.io/kodeWeave/editor/#c78e86501728bee3c5175a73f5a42ab6 Here we go a pretty basic tutorial. We're going to be using setInterval for our timer. var interval = setInterval(countDown, 1000); Notice inside of setInterval a function called countDown() is being c...
Search found 2584 matches Page 5 of 259
Go to advanced search