spiffy

ACE Editor – Setup / Usage

all-scribbly coding
Create syntax highlighter: https://ace.c9.io/#nav=higlighter themes: https://github.com/ajaxorg/ace/tree/master/lib/ace/theme Embedding Ace in Your Site https://ace.c9.io/#nav=embedding Ace can be easily embedded into a web page. Get prebuilt version of ace from ace-builds repository and use the code below: <!DOCTYPE html> <html lang="en"> <head> <title>ACE in Action</title> <style type="text/css" media="screen"> #editor { position: absolute; top: 0; right: 0; bottom: 0; […]

ACE Editor – Setup / Usage Read More »

Simple-Useful-Function-Adds

all-scribbly
https://www.dreamhost.com/wordpress/guide-to-wp-functions/Your Guide to the WordPress Functions.php FileIn this article, we’ll take an in-depth look at the WordPress functions file. We’ll discuss how it works and where you can find it. Finally, we’ll show you some interesting tweaks you can make to your functions.php file.To get involved in WordPress development, you first need to understand how

Simple-Useful-Function-Adds Read More »

Dev-Setup – Multiple Languages

all-scribbly
https://www.stuartellis.name/articles/mac-setup/ How to Set up an Apple Mac for Software Development December 23, 2020 devops, programming PAGE CONTENT Do This First!Configuring a User AccountConfiguring The TrackpadCreating a Private Applications FolderSecuring the Safari BrowserConfiguring SecurityBasic SettingsDisable SpotlightEnable File Vault NOWSet a Firmware PasswordSetting Up Time Machine BackupsSetting Up for DevelopmentGetting XcodeSetting Up HomebrewEnabling Auto Completion of

Dev-Setup – Multiple Languages Read More »

Javascript – How To Code

all-scribbly coding
https://www.digitalocean.com/community/tutorial_series/how-to-code-in-javascriptHow To Code in JavaScriptby Lisa Tagliaferri and Tania RasciaJavaScript is a high-level, object-based, dynamic scripting language popular as a tool for making webpages interactive.How To Use the JavaScript Developer ConsoleJune 27, 2017This tutorial will go over how to work with the Console in JavaScript within the context of a browser, and provide an overview

Javascript – How To Code Read More »

GGL – All Quickstarts | How To’s

all-scribbly
QUICKSTARTS: https://cloud.google.com/resource-manager/docs/quickstarts Javascript QuickStart: https://developers.google.com/calendar/quickstart/js CREATE PROJECT ENABLE API: https://developers.google.com/workspace/guides/create-project CREATE CREDENTIALS: https://developers.google.com/workspace/guides/create-credentials GITHUB: https://github.com/google/google-api-javascript-client ADDITIONAL INFO::: CREATE AN ACCOUNT WITH DOMAIN WIDE CREDENTIALS: https://developers.google.com/workspace/guides/create-credentials#createsvc GGL Calendar   In this document, continue with the documentation that corresponds to your app type: Create Web application credentials (client-side JavaScript). Use to this section for the JavaScript quickstart. Create

GGL – All Quickstarts | How To’s Read More »