#jacascript
Explore tagged Tumblr posts
bunnydevs · 2 years ago
Text
Tumblr media
Well. Progress is progress I suppose. Went to the library today and did 5% of the Javascript course.
19 notes · View notes
gannajestem · 8 years ago
Photo
Tumblr media
Po remoncie czuję się inaczej 🤔 Chce się pracować, tworzyć i utrzymywać porządek w domu 😅 Oprócz tego, że Adam z zawodu jest copywriterem, ale z zamiłowania programistą, a dokładniej frontend developerem👨🏻‍💻 Projektuje on strony internetowe które następnie sam koduje i, oczywiście, czyta dużo literatury na ten temat 📚 Ostatnio przeczytał #JacaScript Tomasza Jakuta i jest bardzo zadowolony 💪🏻 Ale, szczerze mówiąc, programowanie dla mnie jest czarną magią 🌚 Uważam, że programiści posiadają jakieś nadzwyczajne umiejętności 💪🏻 . . Czy wśród Was są programiści zawodowo lub hobbistycznie? 💻 Jaką literaturę na ten temat polecacie? 👍🏻 #programowanie #programista #programować #macbook #apple #okulary #glasses #helion
https://www.vinted.pl/members/1030167-immortalfashion
0 notes
bookwhats-blog · 8 years ago
Text
New Post has been published on Books What
New Post has been published on https://bookswhat.com/archives/45986
Backbone JS. JavaScript Framework. 2ª Edición
En Spine, un modelo almacena los datos que se recuperan desde el servidor mediante RESTful JSON y se asocia con la vista. La vista renderiza el HTML mediante el uso de plantillas JavaScript o renderizando el framework y gestionando los eventos desencadenados en los...
0 notes
bioelectrogenisis-blog · 6 years ago
Text
The Near-ish Future in the Post December Tumblr, and where to go for Art.
This topic title is a bit misleading to some, and I sincerely apologize for any confusion thusly. The main reason for me dropping a text post like this on the first place is as follows:
I have not too long ago just finished reviewing the guidelines brought upon the site only months after its implication, and have seen the aftermath. I've not however seen any posts likes this looking too into this subject matter, so to my knowledge I will be the first, (Correct me if I am mistaken.)
Firstly, I wanted to go over the guidelines in two particular areas, regarding automatic registration and posts.
Most of the guidelines I agree with whole heartedly, no question. They offer opportunities for a safer environment for Art and other fun posts; I bare in mind no care for the removal of pornographic content and tumblers, I actually feel safe opening the app in public without hiding in my hoodie. What I do mind is their guidelines on automated posts.
It states in the Tumblr guidelines "Do register accounts or post content automatically, systematically, or programmatically." No other sentance beyond that one sentance on the subject.
I read through this carefully four seperate times, and came to two possibly ways to achive the result of 'automatic' posts; in order of logic from least to most:
1. As a script writtee and programmer, you set up a Jacascript style code into Python and program that to scan your account for any combination of Hml Text. Then it randomly generates Jpg Files that follow the permutations of existing Hml or with the use of the English language and its various symbols and numbers to make brand new content. It must then recognize symbols in the file to appropriate accurate (to a degree) tags in correspondence, and then without question post that bew photo on the sight to create a new post. Rinse and repeat at least once a day and you have yourself an automatic account posting everyday. I could not account for multiple registrations, but I may say that could be another separate program to assist the first in doing this process for multitasking purposes. I may have used improper terminology on this, but hopefully it seems clear on the of set.
2. Say in my situation I want to make this particular account a main stay for my posting library- along with Twitter and Instagram especially- and make nee art once a day for that. Or more logically stock pile art in grinding art sessions for daily posts until a second session comes my way for more art int he future, with bigger projects and commissions coming in anytime. I run the schedule consistently and have my self sort of the same thing, but in a different format and context.
The point is where is the line between automatic posts and scheduled planned out art posts? This is more of a problem for myself because I know I have been labeled dormant, and plan on leaving that soon. And I want to personally make big decisions moving forward with art as a main career, along with my bigger goal of making comics for fun and net gain. If I post pages at a time a day as updates, along with commissions and backlogged art a day, and other possible reblogs, making it more than once a day, is that considered to Tumblr "Automatic?"
To you and I knowing the foreknowledge, absolutely not; but to supervisors of the sight, it seems sketchy to try on my end. They have cracks in the system that still allow some nsfw art to leak through regardless, such as one which occasionally has newd women in compromising poses, with no clear intention behind it other than "We got boobs and butts" and no bio to boast of educational purposes to mask its intentions, again if any at all.
I'm posting this to ask any one following, if you're not one of the billions of porn bots following me, and as a true human being not trying to scam me of my money, to read through this for yourself or share to any others and comment the answer my question:
Should I post my career choice to Tumblr?
I offer commissions to anyone willing, though it may be free for the first few months or even year until i have a proper sight working for PayPal or which ever I so choose.
Thusly you would need proper examples of what my art is before I follow through with this plan. And as such, I will soon post a select few of my Instagram photos along side original art for this account, and some (not all) of my best works of the recent years to give you ideas of what you're asking for.
I thank you for baring through my horrendously verbose post on the matter. I get quite paranoid at many things, and fight my inner "I cant English" to present a better side of me that frankly, I prefer over saying everytime I am still new to English as a second language. (Though by this point I have also graduated two honors English courses in high school as well as write stories for my in progress comic.)
Thank you to you select few homosapiens still around to see this. To 2019 and what it may bring. And here is what I bring to you as a reward: Exhibit #1:
Tumblr media Tumblr media Tumblr media
4 notes · View notes
eossa · 2 years ago
Note
Hello, I've got a coding question if that's alright! I'm using your Wärme theme for my blog and I love it!! I would like to add a night mode toggle to it using altindie's guide! (if that one isn't compatible, lemme know!) I'm unsure where I should place all the css/script so it doesn't mess up anything, if that makes sense? I won't lie, I'm a complete newbie to doing a big edit like this, so any pointers help XD
Hello, thank you for using and enjoying my theme Wärme!
I'm going to be honest, installing a dark mode toggle to Wärme will be quite a lot of work, mainly because I didn't use CSS variables back when I made it. If you want me to, I could update the code to have a dark mode toggle; however, since this would be a bigger edit from my side, I'd ask for a donation of 3 ko-fis for my work.
If you really want to install a dark mode toggle by yourself, here's what you have to do (under the cut because of the length):
(1) Find <html> in line 2 of my code and replace it with <html lang="en" data-theme="light">.
(2) Wrap the first JavaScript code from Flipse's guide in <script></script> tags and paste it before line 3438 (that's where the tooltip script starts).
(3) Wrap the second JacaScript code in <script></script> tags and paste it before line 140 (where the meta variables start).
(4) Replace all notations like {color:Background} or {color:Text} with var(--BG) and var(--Text), respectively. Make sure you do this for all color variables.
(5) Add the :root targets right after <style> and before body { … }.
(6) Start with the light mode, for example:
:root, html[data-theme='light'] { --LightOn: block; --LightOff: none; --BG: {color:Background}; --Text: {color:Text}; }
(7) Next, set up your dark mode, for example:
html[data-theme='dark'] { --LightOn: none; --LightOff: block; --BG: {color:Background Dark}; --Text: {color:Text Dark}; }
(8) To make sure that the night mode colors work, add the color meta variable tags before <style>, e.g.
<meta name="color:Text Dark" content="#fff"/>
(9) After changing to CSS variables and adding night mode colors, add the snappy transition by pasting the code after the :root elements and before body { … }.
(10) Paste the code for the button after <!-- // end custom controls -->. Since my code uses Remix Icons, replace <i data-feather="moon"></i> with <span class="ri-moon-line"></span> and replace <i data-feather="sun"></i> with <span class="ri-sun-line"></span>.
(11) To make the button match the other buttons, change <button id="theme-toggle" …> to <button id="theme-toggle" class="cont" …>.
(12) For the CSS of the button, add the following lines before </style>:
.light-on{ display: var(--LightOn); } .light-off{ display: var(--LightOff); } button#theme-toggle { right: 8px; top: calc(2*36px + 2*6px);}
(13) Enjoy your dark mode toggle!
1 note · View note
pythongercoder · 3 years ago
Text
Tumblr media
#webdevelopment #jacascript #html #css #python #fullstack #cybersecurity #tobecontinued
0 notes
somecunttookmyurl · 4 years ago
Text
i love that he thinks i had help for this as if tracking an IP and adding like 5 lines of jacascript wasn't the easiest thing in the fucking world if you're not 85 years old
[DO. NOT. REBLOG]
Tumblr media
i installed javascript code in my theme to redirect him, specifically, to the wiki page on stalking if he tried to open my blog and he thinks i hacked him computer this is fucking hilarious
i've actually changed the code now to redirect him to my merch page instead
193 notes · View notes
zinavo-technology · 5 years ago
Photo
Tumblr media
Zinavo is a professional website design and development company in Bangalore, We use all latest technologies such as jacascript,CSS,HTML 5 etc ensuring that you get all feasible outputs based on client requirements.
Mobile:+91-7760245945/+91-8296446686  Email :[email protected]
0 notes
masaa-ma · 7 years ago
Text
485製品のマーケティングツールを網羅した「カオスマップ」、今後注目の4ジャンルとは? | 【レポート】Web担当者Forumミーティング 2018 Autumn
from https://webtan.impress.co.jp/e/2018/12/17/31337
MA、CRM、プライベートDMP、Web接客――デジタルマーケティング領域では、新しいサービスが日々生まれている。どの会社が新しいサービスを立ち上げたのか? 定番だったあのサービスがどうリニューアルしたのか? 把握するだけでも一苦労だ。
「Web担当者Forumミーティング 2018 秋」に登壇したアンダーワークスの田島氏は、そういった状況を解決する第一歩として同社が制作・公開した「カオスマップ」について、どんな背景と狙いがあるのか解説した。
日本で使えるマーケティングツールを網羅した「カオスマップ」
アンダーワークス株式会社 代表取締役 田島学氏
アンダーワークスは2006年創業。おもにデジタルマーケティングのコンサルティングを手がける企業だ。田島氏自身、マーケティング領域を主軸にした各種デジタルテクノロジーに詳しいが、それでもその種類・数の多さに面食らうという。
そこでアンダーワークスでは、2017年10月、「マーケティングテクノロジーカオスマップJAPAN」を初めて制作した。広告、ソーシャル、ECなどのジャンル別にマーケティング製品を徹底的に羅列。カラフルな配色もあいまって、このマップを見れば市場の概況、競合製品などを簡単に把握できる。
マーケティング分野のカオスマップは、もともと米国のスコット・ブリンカー氏の手によって制作されている。ただし日本未上陸のサービスも多数掲載されているため、田島氏らアンダーワークスでは独自に日本版を制作したという訳だ。
この日本版カオスマップは1年で数千ダウンロードを記録。好評だったことに加え、その後1年でサービスの改廃も多数あったことから、2018年11月には2018年版が公開された。掲載テクノロジー数は12分野485種類。本家カオスマップとは異なり、国産製品も多数収録されている。
アンダーワークスのサイトから「マーケティングテクノロジーカオスマップJAPAN 2018」をダウンロードする
「マーケティングテクノロジーカオスマップJAPAN」2018年版の概要
2年目のカオスマップから浮かび上がる「数字」
日本版カオスマップは2年目を迎えたが、1年目と比較することでさまざまな傾向が浮かび上がってきたという。まず掲載数は272から485へ増えており、1.8倍になった計算だ。2017年版制作時は掲載数をやや絞ったとしているが、それでも「探せば探すだけ新しい製品が見つかる状況」だと田島氏は補足する。
ジャンル別の増減を比較すると、「MA」は15件から1.7倍の25件へと増加した。
もともとEメール配信ツールだったものが、MAツールになるというケースが非常に多い(田島氏)
他にも「接客/チャット」が8件から14件(1.8倍)、「企業データ」は3件から8件(2.7倍)に増えた。また、2017年版の3%にあたる7件のサービスが終了。「AdWords」から「Google 広告」のように、名称を変更したサービスは9%(25件)、ロゴ変更も26%(70件)が実施した。
前年版から掲載サービス数は大幅に増加。なんと4分の1のサービスがロゴを変更していた
ロゴの色については田島氏いわく“都市伝説”があり、青を選ぶ企業が多いのだという。「業界の通説として、ブランドのロゴが緑や黄色だとサービス終了が速いと言われているためか、青にするところが多い」のだとか。他にも「コンペに最後に残りやすいのは青のロゴ、赤のロゴの2社」との説がまことしやかに話されているそうだ。
カオスマップの注目の4ジャンルをピックアップ
田島氏はカオスマップの中から注目ジャンルを4つピックアップし、それぞれ詳しく解説した。
その① データマネジメント/CDP
メール、CRM、Web、アンケートなどのデータはこれまでバラバラに管理されてきた。しかし顧客との接点が多様化する中で、チャネルをまたぎつつ顧客を補足したいといったニーズが高まっている。
この分野では「プライベートDMP」「DWH(データウェアハウス)」などの概念がすでによく知られているが、今後はさらに「CDP(Customer Data Platform)」も加わっていきそうだという。
バラバラだった顧客データを1つのプラットフォームにまとめるのが「プライベートDMP」「CDP」の狙い
その② 外部企業データ/ABM
帝国データバンク、東京商工リサーチの2社は企業信用情報の調査機関としてよく知られる。マーケターであればこの2社から売上高・従業員数などの情報、つまり「スタティックデータ」を購入し、自社製品の売り先として適当かどうかなどを判断する。
これに対し、米国で注目されているのが「インテントデータ」。各社のWeb閲覧傾向を分析することで、たとえば「A社は次に何を買いそうか」を分析し、そのデータを販売するサービス。日本でも今夏ごろからサービスを提供する企業が出てきた。
不特定多数の中から見込み客を見つけ出すMAに対し、あらかじめ顧客をターゲティングして深掘りする「ABM(Account Based Marketing)」にも関連する要素だ。
インテントデータの概要。MAで見込み客をあぶり出すのではなく、Web閲覧履歴などから「買ってくれそうな企業」を見つけてしまう
その③ プライバシーデータ
5月に施行されたGDPR(EU一般データ保護規則)は、Cookieなどによる個人情報取得に厳密なルールが設けられ、また罰則規定もあることから、企業のWeb運用に大きな影響を与えている。GDPRはあくまでヨーロッパのルールだが、日本企業であっても英語表記のサイトを運用している場合などには制限を受ける。
国・政府による個人情報保護の動きは相次いでおり、米国カリフォルニア州でも2020年1月から同様の法律が施行予定。これらに対処するマーケティングツールの需要も高まると考えられる。
Cookieによる個人情報収集は、法制化によってルールが大幅に変わりつつある
その④ AI(機械学習)、音声
バズワード化したきらいすらある「AI」だが、田島氏はそれでも機械学習に関するソリューションは今後も増えていくと展望した。
また、スマートスピーカーについては「来年2019年はまだまだだろうが、3年後には重要な顧客接点となる可能性が十分ある」と述べた。
機械学習に関するソリューションは今後も増え続ける/音声が新たな顧客接点に
大手ベンダーが新興マーケティングテクノロジー会社を買収する理由
講演の後半では、「マーケティングテクノロジー入門」と題して、業界の将来展望などが解説された。
調査会社のForresterは、米国におけるマーケティングテクノロジーの市場規模は2020年に15兆円に達すると予測している。一般論として、米国のマーケティングテクノロジー市場は極めて大きく、世界全体の55~60%を占めるとされている。つまり、この数値を倍にすれば、世界市場が30兆円規模に迫ると考えられる。
またGartnerの2012年の調査では、米国企業の売上に占めるマーケティング費用の割合は12%とされている。このマーケティング費用の内訳を見ると最も高いのが人件費で28%、その次はマーケティングテクノロジーで27%となる。計算すると、企業の売上の3.2%がマーケティングテクノロジーの投資ということになる。同調査では、IT部門におけるテクノロジー投資が売上の3.4%となっており、これはほぼ同じ水準だと言える。
米国企業のマーケティング投資動向
一方、大手ベンダーによるマーケティングテクノロジー企業の買収も盛んだ。9月にはAdobeがMAで著名なマルケトを買収。またセールスフォース・ドットコムはビジネスインテリジェンスのDatoramaを傘下に収めた。
“Single Vendor Suites”──CRMでもMAでも広告でもABテストでも、1社でオールインワンのパッケージになったマーケティングツールを売りたい。そういう思想で恐らくは動いているのだろう(田島氏)
この“Suites”の方向性は、SAPやオラクルなどのソフトウェア企業が数十年に渡って推し進めてきた。これがマーケティングテクノロジーの世界にも波及しているという。
大手ベンダーによるマーケティングテクノロジー企業の買収が広がっている
“Suites”よりも“Best of Breed”が主流に?
対して、Suitesとは逆の発想が“Best of Breed”である。1つのベンダー製品で統一せず、さまざまなツールを組み合わせて全体最適を図っていこうという考えだ。
SuitesとBest of Breedのどちらかいいのか。これは、マーケティング関連のカンファレンスでも常に議論されている。ただ、あくまで私個人の意見ではあるが、企業の多くはBest of Breedを選択しつつあるようにみえる(田島氏)
「Suites」と「Best of Breed」の違い
この論拠の1つが、ベンダーロックイン(囲い込み)への懸念が企業の間で高まってきているというものだ。特にクラウド型のサービスの場合、最終的なデータの所有権があいまいで、客とクラウド運営側のトラブルに発展しかねないという声は根強い。
加えて、すでに多くの企業が数多くのベンダー製品を使い分けており、1つのサイトに平均20以上のマーケティングテクノロジー関連のJacascriptタグが埋め込まれてしまっているとの指摘もある。
ベンダーロックインへの懸念が広がっている
カオスマップが示唆するとおり、マーケティングテクノロジーは爆発的に増加している。結果、Google Analyticsなどの一部を除くと、「あらゆる企業が高確率で使っているマーケティングツール」もまた存在しない、極めてロングテールな状況も生まれている。
一方、各テクノロジーの連携は容易になっている。APIの公開がそもそも進んでいるだけでなく、近年は第三者が“コネクター”を提供する例が広がっており、コーディング不要・ID認証といった程度の手間で各ツールを繋げられる状況にもなった。
マーケティングテクノロジーはロングテールな市場でもある
「テクノロジースタック戦略」を誰が担う?
このように、異なるテクノロジーをBest of Breedで組み合わせるのは簡単になった。そして、その組み合わせのレシピは「テクノロジースタック」と呼ばれる。この分野で最先端をいくのはCisco Systems(シスコシステムズ)で、内訳を毎年外部へ公開しているのだという。
アンダーワークスでも1年半ほど前から、顧客と共にテクノロジースタック戦略に取り組む例が増えている。
今までは「メールをなんとかしたい」「営業にCRMを入れたい」などの個別のツール単位で相談を受けていた。しかし今後は、将来的にどんなマーケティングをしたいか、その方針を戦略として策定しようという考えの企業が増えている(田島氏)
しかしテクノロジースタック戦略は未開の領域だけに、社内で誰が指揮をとるかも課題になっている。既存のCMO(Chief Marketing Officer)では、マーケティングに精通していたとしても、それを支えるIT技術については必ずしも明るくないケースがある。また、情報インフラ面の責任者のCIO(Chief Information Officer)では最新マーケティングの動向を追いきれない。
このため米国では、CMTO(Chief Marketing Technology Officer)、CDO(Chief Digital Officer)を新設する例が多くなっている。
テクノロジースタック戦略を進めるには、専任担当者選びも課題
CMTO/CDOのもとで働く従業員の質も課題だ。広告、営業などの経験はもちろん、実際のシステム開発に落とし込むにはエンジニアの知識も必要になってくる。中途人材の採用ハードルも自ずと高くなってくる。
アンダーワークスのような独立したコンサルティング企業は、いわば外部の「目利き役」として、テクノロジースタック構築に寄与できると田島氏はアピール。カオスマップともども、専門家の知恵を是非頼ってほしいと呼び掛け、講演を終えた。
幅広い人材を社内登用・中途採用だけで集めるのは大変。コンサルティング会社を是非活用すべきという
アンダーワークス
マーケティングテクノロジーカオスマップJAPAN 2018
※このコンテンツはWebサイト「Web担当者Forum - 企業ホームページとネットマーケティングの実践情報サイト - SEO/SEM アクセス解析 CMS ユーザビリティなど」で公開されている記事のフィードに含まれているものです。 オリジナル記事:485製品のマーケティングツールを網羅した「カオスマップ」、今後注目の4ジャンルとは? | 【レポート】Web担当者Forumミーティング 2018 Autumn Copyright (C) IMPRESS CORPORATION, an Impress Group company. All rights reserved.
この記事の筆者
【執筆】
森田秀一
→森田秀一のプロフィールページ
【撮影】
鹿野 宏、柳川 勤、武居 厚志
https://webtan.impress.co.jp/sites/default/files/images/article2018/webtanforum_autumn/underworks/underworks_00.jpg
0 notes
joecabrera1-blog · 8 years ago
Text
Mastery Journal Reflection - 6.2.2 Create an Interactive Quiz Project
Because I have already posted in my Tumblr journal my assignment from my prior class, I decided to post my project from my current class. This was last week’s assigned project.
6.2.2 Create an Interactive Quiz Project:
The goal of this project was to apply critical thinking and problem solving skills, while paying attention to details and demonstrating accuracy when coding using HTML, CSS, and AngularJS hooks.
Tumblr media Tumblr media
These images are the end result of using HTML, CSS, and AngularJS hooks to create an interactive quiz.
The following is feedback I received from my instructor on my progress of using Adobe Dreamweaver to edit the HTML, CSS, and JavaScript files to create an interactive quiz using Saturn as the subject matter:
6.2.2 Weeks 1–2 Mastery Learning Project: Create an Interactive Quiz
Hi Jose,
You provided some great reflections along the way! You have set a great example in what it means to persevere! Way to go! Your quiz works perfectly well, and you should be proud of how you worked out the bugs.
-Always proof before you post, looking for punctuation, grammatical and spelling errors; = -2pts;
Cheers,
Dr. Reo
6.2.2 Weeks 1–2 Mastery Learning Project
Hi Jose,
Your idea to "comment out" the unneeded part was brilliant thinking! That way, you still have the coding, but it won't affect what you are doing. Well said and well met! :-)
Cheers,
Dr. Reo
Coding is a new experience to me and this project has shown me that paying attention to detail and dedicating enough time is critical to the success of the end result of the project. I also learned that there are tools that can be used to test results throughout the project to ensure all of the coding done so far is working. I found Adobe Dreamweaver to be a great asset and user-friendly for a novice in HTML, CSS, and JacaScript coding like me.
- Joe Cabrera
- TheRealJoeCab
1 note · View note
azhdakha · 3 years ago
Text
Oh wow... thankyou so much for your efforts! This will be very useful, because too often I hear the victim blaming from where I live.
Dummo entered the chat, how to turn off the Jacascript?👉👈
@khanbike I'm not gonna reblog the original post, because it's full of gross overgeneralizations that hurt the sex worker community, but you seem to be genuinely trying to figure out where you stand on the sex work issue. So I'll answer you.
The post equates all sex work to prostitution. That's simply not true. Sex work includes many jobs that are sexual in nature including the porn industry, strippers, etc.
The post implies sex work is a female only industry. It states "Sex work contributes to the objectification of women". The sex work industry can include any gender, masc, femme, and androgynous. So that statement implies sex work is a women's only job, which simply isn't true.
Again on the objectification of women point. Studies have proven forcing women to conver their bodies more contributes more to the objectification of women than letting them show skin does (if you want sources to this let me know. I'll get them)
The post points out that sex work primarily impacts the impoverished community, but it fails to note why. Companies have set impossibly high requirements for skilled jobs to keep people of color out, giving them only one option. Sex work. So what would they do if they couldn't do sex work? Be homeless? Not have a job? Let's not blame the industry that's used as a last resort, and instead blame the jobs that cause them to go to their last resort due to racist standards?
The post says sex work encourages child pornography, but lists ZERO sources to back it up. If they're going to make this claim, they've gotta provide proof. That's a bold claim and if they don't have the resources to back it up, I'm not inclined to listen. It's their job to prove it's accuracy as the person that's making the claim. Not mine. Which is why I will source every claim I make.
Again. The post claims that sex work promotes STIs with no proof under the guise of "it's hard to regulate". First off, if they're going to make that claim, they need to provide proof. Second of all, during the COVID pandemic, many industries have proven it's absolutely possible to regulate these kinds of things. If I want to go to a concert, I have to provide proof that I've been COVID tested in the past 2 weeks to get in. How is that different from requiring someone provide proof of an STD test to engage in sex work? Sexual partners should be getting tested regularly anyways, whether it's sex work or not.
Generally I don't advise trusting posts like that. They make long posts with overarching generic claims without any proof or sources, and clearly incorrect facts.
Furthermore, none of them touch on how criminalization of sex work disproportionately effects BIPOC victims of sex trafficking (sources on how criminalization of sex work disproportionately effecting BIPOC communities is in a response to an ask submitted by the same user).
(This isn't to attack the user tagged. They simply tagged me in a post asking for my opinion on it. I didn't want to reblog it because it was full of misinformation and unsourced claims.)
-fae
159 notes · View notes
vetripandi · 5 years ago
Text
Angular CRUD Operation Example
Angular CRUD Operation Example
Angular CRUD Operation Example – In this article i will explain how to develop Angular 8 CRUD (Create Read Update Delete) Data Operation Example for beginners in Visual Studio Code IDE. Before you working on this article you must basic knowledge in HTML CSS and JacaScript. Angular is a powerful frontend framework through that you can develop the prokect or android application in Single page based…
View On WordPress
0 notes
hanokhaloni · 6 years ago
Text
Tweeted
Me and my wife sitting in the car. long silence wife: Yuck! me: what's yuck? wife: jacascript
— Hanokh Aloni (@hanokhaloni) June 28, 2019
0 notes
madokamagicasecrets · 7 years ago
Note
Side note, I used to be semi-decent at coding and actually used HTML and Jacascript but it’s been a long time since then...
Also I hated programming
You love writing essay posts (and frankly I do enjoy reading them) but here's another thing that could help! When I make a very long post, I tend to use the read more feature. Put a small summary on top then the entire thing under the read more. Maybe it'll help more than you having to sacrifice your love for writing?
I’m a total Tumblr n00b and as such need a tutorial on how to use any advance level Tumblr tactics lol
6 notes · View notes
mappleton · 7 years ago
Photo
Tumblr media
A couple of the alternative options and sketches I was playing with while developing the illustration for egghead's Javascript Monads course.⠀ ⠀ Mostly hunting for ways to show data being transformed inside different functional layers.⠀ ⠀ #monads #js #monad #jacascript #functionalprogramming ⠀ #dev #webdev #course #frontend #code #coding #webdevelopment #egghead #developers #development http://ift.tt/2HPP2Yk
0 notes
sergioneddi · 10 years ago
Link
Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video. This is also known as an HTML5 Video Player.
1 note · View note