Search found 2584 matches

Search found 2584 matches Page 3 of 259
by mikethedj4
Sat Jan 06, 2018 12:14 am
Forum: Help & Support
Topic: Graphics Design Course! What do you want?
Replies: 1
Views: 6448

I've been designing graphics for little over a decade and am pretty confident in a wide field of design in general (aside from sophisticated 3d modeling and digital painting). I decided in the course I'll be using free open source software to promote the use of applications I first started off using...
by mikethedj4
Mon Sep 11, 2017 11:15 am
Forum: Source-Code
Topic: Skate Roulette
Replies: 0
Views: 7990

https://mikethedj4.github.io/Skate-Roulette/ http://i66.tinypic.com/2mq3ez6.png Ever since I was a kid I've always enjoyed skateboarding. I made Skate Roulette as a simple free and open source game in which you can use to play with others at the local skatepark, with a group of friends or even by y...
by mikethedj4
Mon Sep 11, 2017 11:03 am
Forum: Help & Support
Topic: CSS Help Please
Replies: 2
Views: 8229

Posted in the wrong section, this belongs in CSS Help and Support
by mikethedj4
Mon Sep 11, 2017 11:03 am
Forum: Help & Support
Topic: Media Query
Replies: 3
Views: 9324

Posted in the wrong section, this belongs in CSS Help and Support
by mikethedj4
Mon Jul 24, 2017 9:14 am
Forum: Work in Progress
Topic: kodeWeave: Realtime Code Playground for Win/Mac/Lin/Android
Replies: 16
Views: 9938

Just wanted to share some updates with you all. kodeWeave now comes prebuilt with over 50+ libraries and frameworks, or as the Web Designer Depot stated, "just about every framework you can name off the top of your head". In addition, kodeWeave now comes with the following preprocessors......
by mikethedj4
Tue May 16, 2017 1:07 am
Forum: Tutorials
Topic: Make an Email Form without PHP or Javascript
Replies: 0
Views: 13337

Formspree Documentation: https://formspree.io/ and all you need is just this little bit of code.... <form action="https://formspree.io/your@email.com" method="POST"> <input type="text" name="name"> <input type="email" name="_replyto"> <inpu...
by mikethedj4
Tue May 16, 2017 1:01 am
Forum: Tutorials
Topic: SVG ☯️ with background in 233 bytes
Replies: 0
Views: 7647

Weave: https://mikethedj4.github.io/kodeWeave/editor/#2fce08c2d4395b56b43408d10542dae3 http://i68.tinypic.com/2yy7d4m.png I saw this on Codepen and just had to share.... <svg viewbox="-14 -7 28 14" xmlns="http://www.w3.org/2000/svg"> <circle r="6"/> <path d="M0 6A6...
by mikethedj4
Tue May 16, 2017 12:50 am
Forum: Tutorials
Topic: What is CSS and Why Should I Learn It?
Replies: 0
Views: 3131

I've been developing web and desktop applications years and maaaaany people ask me about CSS. I get questions about "How should I learn?", "What's the best and fastest way to learn CSS?", etc: Today I'll be answering all those questions for you. As I explained in my What Is HTML ...
by mikethedj4
Tue May 16, 2017 12:30 am
Forum: Tutorials
Topic: What Is HTML and Why Should You Use It?
Replies: 0
Views: 2312

I've been developing web and desktop applications years and maaaaany people ask me about HTML. I get questions about "How should I learn?", "What's the best and fastest way to learn HTML?", etc: Today I'll be answering all those questions for you. First off HTML is NOT A PROGRAMM...
by mikethedj4
Mon May 15, 2017 11:49 pm
Forum: Tutorials
Topic: Fix height to parent?
Replies: 1
Views: 2140

Depends on the element's "display" property, and it's parent's "position" property. an easy fix is setting the parent to "position: relative;" and the element you want a 100% height to like "display: block;" or "display: inline-block;" In addition, t...
Search found 2584 matches Page 3 of 259
Go to advanced search