Netbeans Dark Theme
Reading Time: < 1 minuteI love the Atom.io theme so I ported it over to Netbeans. Download the Theme
Netbeans Dark Theme Read More »
Reading Time: < 1 minuteI love the Atom.io theme so I ported it over to Netbeans. Download the Theme
Netbeans Dark Theme Read More »
Reading Time: 2 minutesThe updated 2016 list of my gadgets, computers and software I use on a daily basis. Computer(s) Computer: MacBook Pro I continue to use my Mid 2014 MacBook Pro 13″ with an attached 23″ monitor. It’s fast, has crazy long battery life, and works perfectly for doing coding or layout on my book. Smartphone: Samsung Galaxy S7 Edge
Reading Time: < 1 minuteAfter much trial and error we’ve selected our future framework for all projects: Laravel! It has great documentation, a good community, lots of plugs and a steady update path. Plus it’s fun to code!
Reading Time: < 1 minuteNOTE: This only applies to Summernote 0.6.* and not to newer versions. $(‘#summernote’).summernote({ height: 850, toolbar: [ [‘style’, [‘fontsize’,’fontname’,’bold’, ‘italic’, ‘underline’, ‘clear’]], [‘color’, [‘color’]], [‘para’, [‘ul’, ‘ol’, ‘paragraph’,’hr’,’link’,’picture’]], [‘src’,[‘fullscreen’,’codeview’]] ], onImageUpload: function(files, editor, welEditable) { sendFile(files[0], editor, welEditable); } }); function sendFile(file, editor, welEditable) { data = new FormData(); data.append(“file”, file); $.ajax({ data: data, type:
Summernote Image Upload Read More »
Reading Time: < 1 minuteI’m excited to share that I will be joining the cast of the Shooting Womp-Rats Podcast to talk about my random generators for Star Wars missions and NPCs. Episode 57!
Shooting Womp-Rats Podcast Read More »