전체 글 (484) 썸네일형 리스트형 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. 서식 만들기 기존에 만들어 둔 다국어 블로그를 예시로 서식을 만들어 볼까요? '서식 쓰기'를 선택하면 아래처럼 일반 포스트 편집화면이 열.. .NET - 프로그램 파일 정리하기: 서비스 설정 익스텐션 만들기 Program.cs 파일은 .NET 애플리케이션의 시작파일로 애플리케이션 구동을 위해 필요한 모든 설정을 담고 있습니다. 프로젝트 규모가 커지면 추가하는 서비스도 많아지고 이에 따라 프로그램파일도 지저분해지는데요. 서비스를 추가하는 메서드를 만들어 프로그램 파일을 정리하는 방법을 알아볼까요? 구현하기 서비스를 추가하는 메서드를 담을 폴더를 만듭니다. 새로운 C#클래스를 생성하고 해당 클래스를 초기화 없이 바로 사용가능하게 하기 위해 'static'으로 만듭니다. IServiceCollection를 반환하는 아래 스태틱 메서드를 추가하고 public static IServiceCollection AddAPPServices() { } 매개변수를 추가합니다. 서비스를 사용하기 위해 필요한 IServiceCol.. UTM Analytics provides a report to see the sources and mediem in acquistion report by default. However, it uses a channel to group sources. So if you are using many platforms to advertise your product and want to see which advertisement platform is doing well and which is not, you won't find the exact information you are looking for. UTM is a manual URL builider to append additional information to t.. Available Features When Google Ads and Google Analytics are Linked When you link Google Ads wih Google Analytics, data between the two account flow from one to the other. Let's see some of the features that we can use when the two are linked. Ads Campaign Report in Google Analytics We can see the Google Ads campaign data under the 'Acquisition Overview' in the Google Analytics Campain Dimention in User acquisition report We can use the Google Ads campaign as a .. 이전 1 ··· 31 32 33 34 35 36 37 ··· 61 다음