전체 글 (464) 썸네일형 리스트형 Angular Forms - Template-driven form Angular template-driven form provides easier way to handle form manipulations. In this writing, we will see how to use the template-driven form. Implementation First, add the forms module in the module file //scr/app/app.module.ts import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingM.. Google Signal Google signal is a session based user data. The data is collected when a user who turned on 'personalized ads' in My Ad Center logs on any Google product. ※ How to set personalized ads? Go go My Ads Center https://myadcenter.google.com/ Google 광고 관심설정 쿠키가 비활성화됨 브라우저의 쿠키가 비활성화되어 있는 것 같습니다. 브라우저의 쿠키를 활성화해야만 광고 관심설정 기능을 사용할 수 있습니다. 쿠키 활성화 방법 www.google.com Turn on the 'personalized ads' on top righ.. Analytics Dimensions and Metrics Dimensions Dimensions are the attributes of data and holds metrics as its value. They are usually displayed in a text format. When there is no incoming data for a dimension, it is marked as (not set) in the report. Each dimension has a different condition to activate. 1. Attribution ▶ List Campaign / Campaign ID, Default channel group, Medium, Source, Source / medium, Source platform -> The dime.. React React is the most popular framework followed by Angular and Vue. React, like Angular uses components to build an application. However, React does not come with native features like Angular. Instead, it uses other libraries which makes React compact and small in terms of size.Creating a React AppThe easiest way to create a new React app is to use the command below. Run the command in the terminal.. JS Component - Expanding Search Bar Implementaion First, let's add a search bar and a button in the HTML Add basic styles in the CSS /* main.css */ * { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; display: flex; align-items: center; justify-content: center; background-color: lightcoral; } .input-box { position: relative; } input { height: 50px; width: 50px; border-radius: 15px; transition: 0.4s ease; font.. .NET - Cleaning Up Program File: Service Extension Method In .NET, Program.cs is the entry point to the application. It contains the necessary configurations that the application needs. The thing is that as the size of a project grows, the number of services you need would grow too and it will start to get crowded which makes it hard to read and prone to errors. So let's see how we can solve this problem. Implementation As the purpose is to make our co.. tstory - Multi-Lingual Blog (Poster Skin) Completed Codes English Blog Code - Changing Language ▶ English Post Common Style ▶ Skin Editor (CSS) .category_list>li:nth-of-type(even) { display: none; } Creating Buttons to Change Languages ▶ Korean Post ▶ English Post ※ Note that the address for each post should be changed to a matching pair. Background When I started blogging, I made two separate blogs with separate platforms for English (.. tstory - How to Use the Format I had two blogs on the same subject but in different languages. In an attempt to make managing them easier. I added a multi-language feature in one blog which is using a platform called 'tstory'. After copying and pasting the multi-language function code manually whenever I created a post. I got to think that there might be a way to automize this process. I found 'form' on the admin page and tho.. 이전 1 ··· 28 29 30 31 32 33 34 ··· 58 다음