목록IT etc/Tip (9)
wasup
1. Unsplash https://unsplash.com/ Beautiful Free Images & Pictures | Unsplash Beautiful, free images and photos that you can download and use for any project. Better than any royalty free or stock photos. unsplash.com 2. BURST 3. Freepik 4. Pexels 5. Pixabay
파비콘 만드는 것을 도와주는 사이트는 많습니다. 저는 그 중에서 convertico를 제일 많이 씁니다. convertico.com/ ConvertICO.com - Convert PNG to ICO and ICO to PNG files This free online icons converter allows you to convert PNG to ICO files with ease. convertico.com
보호되어 있는 글입니다.
스프레드 이미지를 선호하지 않기 때문에 메모만 해두고 사용은 해보지 않았지만 테스트만 해봤는데도 유용할 것이라는 걸 알 수 있닫 css.spritegen.com/ CSS Sprite Generator CSS Sprites About FAQ News About By RoBorg What is a CSS Sprite? A CSS Sprite is a load of images lumped together into a single image file. They're used as a technique to make your websites load faster, by decreasing the number of HTTP requests your users css.spritegen.com Create! 주르르르..
사이트등록 진행 시 넣는 사이트맵도 이미 제공되어지고 있는 서비스를 이용하면 간편하다. 물론. 손으로 직접 작성하는 것이 더 나을 때도 있다. 무엇이든 노가다가 답인 경우가 있는 법 www.xml-sitemaps.com/ Create your Google Sitemap Online - XML Sitemaps Generator Installable version We offer a server-side script written in PHP language that you can install on your server and create sitemap for your website. The script doesn't have the limit on number of pages included in sit..
www.remove.bg/ 이미지에서 배경 제거 – remove.bg 이미지 배경 제거: 클릭 한 번 없이, 5초만에, 100% 자동, 무료. www.remove.bg 알아보기 쉽게 만들어져있는 사이트니 따로 설명은 필요없겠다만. 정말 복잡한 이미지 아니고서야 간단한 배경영역들은 쉽게 제거가 가능하다. 간간히 숙련도가 부족한사람의 경우 배경이 아닌 메인 이미지까지 잘라먹는 때가 있는데 알아두면 도움될 때가 많다.
이미지맵은 가능하면 사용하지 않으려고 하지만 때에따라 어쩔수 없이 사용해야하는경우. 간편하게 콕콕 짚어서 코드만들어주는 사이트들이 있다. 자주사용하는 사이트 메모해본다. maschek.hu/imagemap/imgmap/ maschek.hu - Online Image Map Editor maschek.hu 파일선택 -> Upload -> accept 하단의 Image map areas에서 나오는 이미지 클릭클릭 이후 Code를 클릭하면 그대로 복사해서 사용하면 된다.
알아두면 유용하지만 외우기는 힘든 정규식. 때때로 큰 도움이 되었어서 남긴다. 출처는 각 코드블럭 하단에! 정규식 (Regular Expression)을 이용한 데이터 유효성 검사 PCRE(Perl Compatible Regular Expression) 결과로 TRUE/FALSE를 반환함 // f="[0-9a-zA-Z_+.-\:\/\\@\#\=\%\-\&]* f="#none title="[0-9a-zA-Z가-힣\s]* title="페이지 이동 alt="[0-9a-zA-Z가-힣\s\,\#]* alt="템플릿 이미지 href="(.*)" href="#none" title="(.*)" title="페이지 이동" alt="(.*)" alt="템플릿 이미지" // 1. 기본 문법 규칙 /^ : 정규식의 시작 / ..