Posts

How to get started with Vue in under a minute?

Image
 How to get started with Vue in under a minute? 0. Open notepad 1.Import Vue <script src='https://unpkg.com/vue@3'></script> 2.Create a html div to capture the output from Vue <div id='app'>{{ output }}</div> 3.Create a Vue instance inside script tags and set the data to be returned to the div <script>      const vue = Vue.createApp({          data(){return{output: 'hello world from vue'}}       }) </script> 4.Mount the instance       vue.mount('#app') 5. Save the file as index.html and open in browser. That's it. <script src='https://unpkg.com/vue@3'></script> <div id='app'>{{ output }}</div> <script>      const vue = Vue.createApp({          data(){return{output: 'hello world from vue'}}       })       vue.mount('#app') </script>

good vr experiences

  https://www.youtube.com/playlist?list=PL--8rjVarKNX3IUO7Poqcn5KwUX6m4Kh2 Welcome to Virtual Reality https://www.oculus.com/experiences/go/970981526326393/ EPIC Roller Costers https://www.oculus.com/experiences/quest/2299465166734471/ Elixir hand https://www.oculus.com/experiences/quest/3793077684043441/ Dear Angelica https://www.oculus.com/experiences/quest/2725629380835491/ Sports Scramble Demo https://www.oculus.com/experiences/quest/2131072803612066/ Super Hot VR Demo https://www.oculus.com/experiences/quest/1780841635357133/ Demo Beat Saber https://www.oculus.com/experiences/quest/1758986534231171/ Felix and Paul Studios https://www.oculus.com/experiences/quest/2451131601675079/ Oculus First Contact https://www.oculus.com/experiences/quest/2188021891257542/ Notes on Blindness https://www.oculus.com/experiences/quest/1946326588770583/ Liminal https://www.oculus.com/experiences/quest/3158342884265828/ OpenBrush https://www.oculus.com/experiences/quest/3600360710032222/ Jurassic Wor

Privacy Policy

  Privacy Policy Siphon app is built by Avinash Mangipudi and John Blackwell This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. We do not collect any information from users related to any personal or usage details. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at namoham.blogspot.com, unless otherwise defined in this Privacy Policy. Contact Us avirads at gmail dot com If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.

my icons to use in projects

Image
 

OUR PROJECT

Global warming, Carbon emissions are the greatest concern to humanity. Less dependence on fossil fuels and more on  Green energy is the only way out. A mechanism to balance the global objectives and the personal objective of life comfort is required that will automatically meet the objectives even without being noticed. Measuret, balance and control the sources optimally is the way out. We propose to accurately measure the consumption of energy from different sources, at device level by installing a single device at the switch board that will be trained to auto detect the electrical equipment state and issue alert based on the user preferences. On consent, it will also auto isolate / restart the device. We intend to use a circuit board built around the successful SD3004 energy measurement chip to measure the electrical parameters and using IOT, properly provide information by charts, logs and alerts based on presets to the user. A good number of similar devices are there in the market,

chrome side panel

 Oliver Dunk Side Panel API manifest.json sidePanel permission sidePanel key and default_path in service worker define conext menu item register a listener define sidepanel html file include a script and listen for messages from service worker update dom on appropriate event occurance  have access to all apis available to trusted extension pages https://github.com/avirads/sidepanel_mvp g.co/io/ExtensionsSidePanel

seo bruce clay udemy freee course notes

 seo = traffic technical page improvements keyword targeting via content acquired links traffic comes from organic search results what is the QUERY to which page on your website can the QUERY map to? discovery by query discovery by prompt mobile search results vary by position of the result on the screen getting to page 1 zero click behaviour. presenting results without clicking the top ranking goes to the site thats least imperfect the sites that comes before ours site are our competitors. the search algorithm has many variables and they change with time and it does the RANKING georaphic zone bias content design for web page to be specific rather than generic in links out links proximity of the words  relative performance keyword - topic - theme page rank spider crawl fetch the page caffeine index scheduler https://www.udemy.com/course/bruceclay-executive-guide-overview-for-seo/learn/lecture/37674828#overview