분류 전체보기 (225) 썸네일형 리스트형 Topic: Web Design and Development 4 / Business English ESL Designed to teach you the most up-to-date IT (information technology)-related words and expressions. This exercise is on the terminology relating to web design and development. 1. It's a bad idea to create long pages that require extensive scrolling. 광범위한 스크롤을 요구하는 긴 페이지를 만드는 것은 좋지 않습니다. 2. I've created some anchor links, so it should be easier to navigate now. 앵커 링크를 만들어서 더 쉽게 탐색할 수 있습니다. 3. Th.. Topic: Web Design and Development 3 / Business English ESL Designed to teach you the most up-to-date IT (information technology)-related words and expressions. This exercise is on the terminology relating to web design and development. 1. Many companies want to ensure that their websites adhere to accessibility standards. 많은 회사에서는 자사 웹 사이트가 접근성 표준을 준수하는지 확인하고 싶어합니다. 2. Accessibility makes web services available to everyone. 접근성은 모든 사람이 웹 서비스를 사용할 수 있게 합.. Topic: Web Design and Development 2 / Business English ESL Designed to teach you the most up-to-date IT (information technology)-related words and expressions. This exercise is on the terminology relating to web design and development. 1. Make sure that the look and feel is consistent for all the pages on the site. 사이트 모든 페이지에서 디자인이 일관성 있는지 확인해 주세요. 2. I think you should play with the colors a little more. 당신이 색상을 조금 더 조화롭게(?) 해야한다고 생각합니다. 3. Can you ma.. 원어민이 매일 쓰는 영어 25문장 / 비즈니스 Everyday Phrases in Business Situations 직장에서 무언가 요청할 때 쓸 수 있는 25가지 표현들 1. I need this done by Friday. 이거 금요일까지 해주세요. 2. Can you get this done by tomorrow? 내일까지 마무리해주실 수 있나요? 3. The deadline is next Tuesday. 다음 주 화요일이 마감일입니다. 4. Can you do this by next week? 이거 다음 주까지 해주실 수 있나요? 5. I was wondering if you could do something for me. 제가 뭐 좀 부탁드려도 될까요. 6. Would you be able to print this out for me? 이.. Topic: Web Design and Development 1 / Business English ESL Designed to teach you the most up-to-date IT (information technology)-related words and expressions. This exercise is on the terminology relating to web design and development. 1. I've been designing websites for the past three years. 지난 3년간 웹 사이트 디자인을 해 왔습니다. 2. I don't like the layout of this page. ( = the way things are arranged) 이 페이지의 레이아웃이 마음에 들지 않습니다. 3. If you rearrange some of the eleme.. 인터넷 속도 올리기 / 인터넷 속도 테스트 인터넷 속도 빠르게 하는 방법! 1. DNS 캐시 플러시 먼저 "윈도우+R" 키를 눌러 cmd를 켠 후 ipconfig/displaydns 을 입력하고 엔터를 쳐주세요. 그러면 목록이 올라가고 다음으로 ipconfig/flushdns 을 입력 후 엔터를 쳐주세요. "DNS 확인자 캐시를 플러시 했습니다."나올 때까지 반복해서 칩니다. 주기적으로 누적된 데이터를 하면 삭제해주면 인터넷 속도 향상에 도움이 됩니다. 2. TEMP 폴더 비우기 "윈도우+R" 키를 눌러 %Temp%를 입력해주세요. Temp 파일에 있는 항목을 "Ctrl+A"를 눌러 Delete 해주세요. 인터넷 속도 테스트 https://fast.com/ko/ ↑ 인터넷 속도 테스트를 해주세요. 180이면 높고 100 이하면 느린 거라고 하니 .. Nexa 폰트 / 영문폰트추천 / Bold, Light 상업용 무료 폰트 개인적으로 제일 좋아하는 폰트예요. 유료 폰트인데 Light와 Bold를 무료 배포하여 사용을 유도하고 있습니다. 상업적인 용도로 사용할 수 있지만 개인적으로 배포하는 것은 금지되고 있으니 조심해주세요. 무료로 다운로드 사용할 경우 아래 사이트에서 "Download For Free"를 눌러 Light, Bold를 사용해주세요. https://www.fontfabric.com/fonts/nexa/ DOWNLOAD: Nexa Font Family - by Fontfabric™ 100% NEXA font family—Sans Serif of 9 weights and 36 fonts + additional NEXA Text version. UPDATE Extended Latin & Cyrillic. Downlo.. [무료폰트] Manrope / 영문폰트추천 / 상업용 무료 폰트 Manrope Font Type Specimen 2018년에 제작/배포된 Manrope 서체입니다. 총 7개의 weights를 제공하고 있는 무료 서체입니다. (italic 제공 X) 모든 상업적 이용 및 문서에 사용 가능하고, 웹/앱에서 사용하는 것도 가능합니다. https://manropefont.com/ Manrope – free sans-serif variable font free sans-serif font family manropefont.com 다운로드 ↓↓↓↓↓ [JavaScript] 조건문 if/else문, switch 문 조건문(Conditional Statements) 주어진 조건식의 평가 결과에 따라 코드 블럭의 실행을 결정한다. 조건식은 Boolean 값으로 평가될 수 있는 표현식이다. 조건문에는 if문과 switch문이 대표적이다. if 문 지정한 조건이 참인 경우 명령문을 실행한다. if (condition) { // block of code to be executed if the condition is true } if (hour < 18) { greeting = "Good day"; } if else 문 if 조건이 참 일 경우 코드를 실행하고 거짓일 경우 else가 실행된다. if (condition) { // block of code to be executed if the condition is true .. HTML 특수 문자 표현 엔티티(entity), " <란??? HTML 소스에서 < 등은 파일이 깨져서 나타나는 문자가 아닌 HTML 엔티티입니다. 예를 들어 HTML에 < 특수문자를 넣으면, 태그의 시작으로 여겨서 에러가 납니다. 이러한 특수문자를 표현하기 위한 것이 HTML 엔티티이고, 특수문자를 HTML으로 변환하는 행위는 이스케이프(escape)한다고 합니다. 자주 사용하는 엔티티 Entity Name Character (공백) < & &(앰퍼샌드) " " © © 원어민이 매일 쓰는 영어 25문장 / 반차, 월차, 출퇴근 등 고급 표현 연습하기 Everyday Phrases 1. I'm off tomorrow. 저 내일 쉬어요. 2. I'm not in tomorrow. 저 내일 출근 안 해요. 3. I will be back in the office by Thursday. 목요일에 다시 출근합니다. 4. I'm not in tomorrow but I will help you when I get back. 저 내일 쉬는데 돌아와서 도와드릴게요. 5. Are you in tomorrow? 내일 출근하세요? 6. I'm getting into the office for 9 am tomorrow. 내일 9시까지 출근할 예정입니다. 7. What time do you get into the office? 몇시에 출근하세요? 8. I start work.. 원어민이 매일 쓰는 영어 25문장 / 비즈니스 고급 표현 모음 Everyday Phrases 1. We're back to square one. 다시 원점이네요. 2. What's the big picture? 전반적으로 중요한 것이 무엇인가요? 3. Let's get down to business. 이제 본격적으로 시작해봅시다. 4. Here's our game plan. 이것이 저희 전략입니다. 5. My hands are tied. (상황이 좋지 않거나 제재가 있을 때) 저도 어쩔 수가 없네요. 6. Keep your eye on the ball. (현재하고 있는 일에)집중하세요. 7. You need to learn the ropes. 요령을 익혀야 해. 8. This is a no-brainer. 이건 생각할 필요도 없죠.(쉬운 결정) 9. Are we o.. 이전 1 ··· 9 10 11 12 13 14 15 ··· 19 다음