본문 바로가기

반응형

Web Development Tips/TStory

(5)
tstory - Multi-Lingual Blog (Book Club Skin) I have created a multi-lingual blog using the 'Poster' skin before and I realized that the code needed a little adjustment if it were to be used for other skins. In this writing, we will see how we can create a multi-lingual blog using 'Book Club' skin Completed Codes English Blog Code - Changing Language ▶ English Post Creating Buttons to Change Languages ▶ Korean Post ▶ English Post Analyzing ..
tstory - How to Add A Clipboard Function As my blog is about web development, I have decided to add a clipboard feature to allow users to copy and paste the codes easily. Completed Codes Implementation Looking at several possible ways, I decided to use JavaScript's navigator object to implement this due to its easy implementation and not requiring any additional configurations. We just need to call the necessary function under the navi..
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..
Tstory - Smooth rendering When moving to another page or first loading a page, the page seems to pop up suddenly not smoothly link shown in the picture below. So I will show you how to render pages with minimum code that can be used on almost every website. In this example, I will implement the feature on the tstory(Korean blog platform). Completed Code If you want to know the code first here they are. /* Type Selector R..

728x90