diff --git a/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid index 73486cf..4871de1 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid @@ -1,6 +1,6 @@ created: 20230217221957113 creator: Octt -modified: 20231223141324212 +modified: 20231224164734893 modifier: Octt tags: title: Android/Development @@ -58,6 +58,7 @@ title: Android/Development * [[New Android Project named after Main Activity instead of app name|https://stackoverflow.com/questions/12084299/new-android-project-named-after-main-activity-instead-of-app-name]] --- //In the manifest file, you are able to set one label for the launcher icon, and another for the activity. The app name is set in the intent filter, like this: ` ...`// * [[Proper way to create and access BroadcastReceiver inside MainActivity? (Kotlin)|https://stackoverflow.com/questions/69565210/proper-way-to-create-and-access-broadcastreceiver-inside-mainactivity-kotlin/69600790#69600790]] * [[Android check SharedPreferences for value type|https://stackoverflow.com/questions/29615920/android-check-sharedpreferences-for-value-type]] --- contains a solution for directly getting any item regardless of type, via `sharedPrefs?.all` +* [[Detecting & sending SMS on Android ๐Ÿ“ฎ|http://web.archive.org/web/20220120020100/https://joaquimley.com/blog/detect-send-sms-android]] <<[# "On Medium" "https://medium.com/android-news/detecting-sending-sms-on-android-8a154562597f">> !!!! ''Hacking / Modding'' diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid index 6715e06..a64a6c6 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid @@ -1,6 +1,6 @@ created: 20230429190335486 creator: Octt -modified: 20231222002508281 +modified: 20231224164037270 modifier: Octt tags: title: Saved/Sites/Development @@ -27,6 +27,8 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l * [[Fyrdility (Alexis Deveria)|https://a.deveria.com/]] --- //web design, web development, web technologies, web browsers and web standards// * <> * [[Jack's AutoHotkey Blog|https://jacks-autohotkey-blog.com/]] --- //Feed Your Brain While Adding Power to Your Windows Computers// +* [[Joaquim Ley|https://web.archive.org/web/20230604080543/https://www.joaquimley.com/]] --- //Builder, Engineer. Working in leadership. Blockchain, AI, social impact & climate.// +** [[Joaquim Ley Blog|https://web.archive.org/web/20211027065800/https://joaquimley.com/blog]] --- //Writing about my experience sailing the tech world.// * [[Hey onetwo!|https://onetwo.ren/]] --- //ๆž—ไธ€ไบŒ็š„ๅผ€ๆ”พ่ฎฐๅฟ† | ๅ…ณไบŽๅ‰็ซฏ_ๆจกๅ› ๅญฆ_่ฏญไน‰็ฝ‘_ๆธธๆˆๅผ€ๅ‘_็š„ๅšๅฎข (Lin Yier's Open Memory | Blog about front-end, memetics, semantic web, game development)// ** TiddlyWiki: [[Standard|https://onetwo.ren/wiki/]], [[Prerelease|https://wiki.onetwo.ren/]] --- //knowledge base mainly used to store text memes that Lin Yier encounters by chance, as well as to replace his various thoughts posted in Weibo Moments, and as a directory to pile up online content to be sorted out during the exploration process// * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid index 9e457a3..cfeddba 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid @@ -1,6 +1,6 @@ created: 20230223222804008 creator: Octt -modified: 20231224002043287 +modified: 20231224174415722 modifier: Octt tags: title: Saved/Sites @@ -71,6 +71,7 @@ These are portfolios, collections of projects, hubs, landing pages, etc. * [[ari melody|https://arimelody.me/]] --- //your local SPACEGIRL ๐Ÿ’ซ// * [[Daniel X's Artisanal Internets|https://danielx.net/]] ** [[Whimsy Space - ZineOS|https://whimsy.space/]] +* [[eip hax|https://eiphax.tech]] --- //hi. i'm eip. i guess i'm a 'hobbyist web developer', except my skillset is 'write bad html, steal js/css/php, eat hot chip and lie'.// --- contains sections related to game console hacking/homebrew * [[ENTROPIE|https://entropie.org/]] --- a handful of connected blogs with tech articles and tech art galleries * [[Grumpy Website|https://grumpy.website/]] --- //world-leading media conglomerate of renowned experts in UIs, UX and TVs// * [[Jeff Thompson|https://www.jeffreythompson.org/]] --- many creative programming and artistic tech works by the author are highlighted on the site diff --git a/Wiki-OcttKB/tiddlers/Normal/Web/_Design.tid b/Wiki-OcttKB/tiddlers/Normal/Web/_Design.tid new file mode 100644 index 0000000..2c31a13 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/Web/_Design.tid @@ -0,0 +1,15 @@ +created: 20231224172607192 +creator: Octt +modified: 20231224172753668 +modifier: Octt +tags: +title: Web/Design + +<<^WikipediaFrame "Web design">> + +* [[Codrops|https://tympanus.net/codrops/]] --- //Keeping web professionals inspired & up-to-date since 2009// --- <<[# Git"https://github.com/codrops">> +** [[Text Input Effects|https://tympanus.net/Development/TextInputEffects/]] --- //Simple styles and effects for enhancing text input interactions.// --- <<[# Git"https://github.com/codrops/TextInputEffects">> + +!!! Other misc libraries and designs + +* [[Typo|https://neatnik.net/typo/]] --- //Typo types the way a real person types. There are subtle variations in speed, occasional errors that are corrected, and a general feeling of humanity.// --- <<[# Git"https://github.com/neatnik/typo">> diff --git a/Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid index 0b5fac2..7136af6 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid @@ -1,16 +1,11 @@ created: 20230221204801305 creator: Octt -modified: 20231223213738061 +modified: 20231224152937255 modifier: Octt tags: title: Web/Development -!!! ''Misc'' - -* [[web.dev|https://web.dev/]] - //Guidance to build modern web experiences that work on any browser// (?) -* [[Go Make Things|https://gomakethings.com/]] - //how to build a simpler, more resilient web// -** [[The Vanilla JS Toolkit|https://vanillajstoolkit.com/]] - //tools and snippets for working with JavaScript// (libraries, functions, polyfills, learning) -* [[Web Accessibility Developer Guide|https://www.accessibility-developer-guide.com/]] +<<^WikipediaFrame "Web development">> !!! ''References'' @@ -39,10 +34,17 @@ title: Web/Development * [[CORS Anywhere|https://github.com/Rob--W/cors-anywhere]] - //Server proxy which adds CORS headers to the request// !!!! Minification + * ~~[[node-minify|https://github.com/srod/node-minify]] - //Light Node.js module and CLI app that compress javascript, css and html files//~~ !!! ''Misc'' +* [[web.dev|https://web.dev/]] - //Guidance to build modern web experiences that work on any browser// (?) +* [[Go Make Things|https://gomakethings.com/]] - //how to build a simpler, more resilient web// +** [[The Vanilla JS Toolkit|https://vanillajstoolkit.com/]] - //tools and snippets for working with JavaScript// (libraries, functions, polyfills, learning) +* [[Web Accessibility Developer Guide|https://www.accessibility-developer-guide.com/]] +* [[Using