반응형
반응형

jQuery 및 전자정부 표준 프레임워크가 업데이트 되었습니다.

jQuery 1.10.1 and 2.0.2 released
- http://cafe.naver.com/buldon/6930

jQuery 2.0 릴리즈에 대해
- http://cafe.naver.com/buldon/6737

전자정부 표즌 프레임워크 2.6 출시
- http://cafe.naver.com/buldon/6929

반응형
반응형

25 New Script Libraries and Plugins on GitHub

 

http://mashable.com/2013/06/09/github-script-libraries/?utm_campaign=Feed%3A+Mashable+%28Mashable%29&utm_cid=Mash-Product-RSS-Pheedo-All-Partial&utm_medium=feed&utm_source=feedburner

 

1. Unveil.js

Unveil.js is a lightweight version of LazyLoad, with support for serving high-resolution images to devices with Retina display. The LazyLoad plugin has some neat options, such as custom effects, but if you don't use any of those you can reduce the file size considerably, leaving just the essential code. This is exactly what Unveil.js is.

2 Chardin.js

Chardin.js (named after the French painter Jean-Baptiste-Siméon Chardin) lets you add simple overlay instructions on existing elements, on any of your apps, using JavaScript. It was inspired by the recent Gmail new composer tour, and is a simple solution that works well and looks incredible.

3. Superhero.js

Superhero.js isn't strictly a JavaScript library itself, but rather, a library of articles on how to create, test and maintain a large JavaScript code base. This is a continuously updated collection of the best articles, videos and presentations on the topic, which helps explain the syntax of JavaScript, how to organize projects, how to test your code and what's on the horizon.

4. Snap.js

Snap.jsis a library for creating beautiful mobile shelfs in JavaScript, which appear when clicking a button or dragging the entire view. It uses CSS3-powered animations with IE fallbacks, and features flick support, event hooks, drag support and an event-based API, so it's simple to hook into existing interfaces.

5. Least.js

Least.js creates beautiful, random and responsive HTML5 and CSS3 image galleries using LazyLoad. Installation is simple and straightforward; just download the script and insert the appropriate code before the </head> and after the <body> tags.

6. Verlet.js

Verlet.js is a simple Verlet physics engine written in JavaScript, with particles, distance constraints and angular constraints, all supported. It's based off an iterative technique called Verlet Integration, which simplifies force and motion calculations. With it, you can easily model intricate objects and dynamic behaviors.

7. Bespoke.js

Bespoke.js is a DIY micro-presentation framework that makes it simple to create animated deck-style slideshows. It's less than 1kb minified and gzipped, with no dependencies, and uses keyboard and touch events to add classes to your slides, while you provide the CSS transitions. There are five basic themes, and both production and development versions are available to download.

8. Lazy.js

Lazy.js is a utility library for JavaScript, similar to Underscore and Lo-Dash, but it uses "lazy evaluation," which can translate to superior performance in many cases, especially when dealing with large arrays and "chaining" multiple methods. With no external dependencies, you can get started straight away.

9. Chart.js

Chart.js is an object-oriented graphing system for designers and developers that uses JavaScript and HTML5 Canvas to create six different types of charts. Each chart can be animated and fully customized, with support on Retina displays and all modern browsers, and with polyfills to provide support for IE7/8. It's dependency free, lightweight (only 4.5kb when minified and gzipped) and offers a wealth of customization options.

10 . Pixi.js

Pixl.js is a super fast HTML5 2D rendering engine that uses webGL with canvas fallback, to provide a fast, lightweight library that works across all devices. The Pixi renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of webGL. It features a super easy-to-use API, asset loaders, full mouse and multi-touch interaction, support for texture atlases and much more.

11 . SocialFeed.js

With SocialFeed.js, you can create a feed with your latest interactions on different social media, designed to be both modular and plugable. By default, no social site is added; each has be explicitly added, and is implemented as its own module. It's extremely customizable with an API, which exposes several functions and events.

12 . Intro.js

Intro.js provides a better way to create a new feature introduction and step-by-step user guide for your website and project. It's simple to set up: Just include the JavaScript and CSS files and "add data-step" and "data-intro" to your code. It's lightweight (only 2.5kb gzipped) and includes keyboard and mouse navigation, with cross-browser compatibility on all modern browsers, from IE8 and up.

13. Datamock.js

Datamock.js lets you easily add fake data to your mockups, with straightforward usage and a handy demo to see it work in action. Use data attributes to bind mocked data; it includes other value types, such as emails and names. With a bookmarklet task included in the build script, you can quickly generate a page with test sample data.

14. Imageloader.js

Imageloader.js is a jQuery plugin for pre-loading images, with simple implementation. However, it has minimal customization options outside the array of image URLs to load. The demo shows off its functionality.

15. SimplePagination.js

SimplePagination.js is a simple jQuery pagination plugin that includes three CSS themes and features Bootstrap support. It has options for configuring the page links, next and previous text, one-click events, style attributes and more. There is also an API for selecting pages, and support for Bootstrap was recently added.

16. Sco.js

A collection of jQuery plugins for the web, inspired by the Twitter Bootstrap components, Sco.js plugins can replace the Bootstrap equivalents. Several plugins are unique, and in cases where Sco.js replaces Bootstrap plugins, the underlying markup has been simplified and the reliance on IDs reduced.

17. StreamTable.js

StreamTable.js streams data for tables in the background, and updates and renders them using templating frameworks like Mustache.js and HandleBars.js. It provides fast rendering of the pages or tables, without the "loading data" delays, and with fast client-side filtering. It can also manage various JSON data formats.

18. fpsmeter.js

Fpsmeter.js is a simple JavaScript library to display the frames-per-second of an animation. It can measure the number of milliseconds between frames and the number of milliseconds it takes to render one frame. It supports theming, so it can be customized to suit new and existing interfaces, and can cope with multiple instances on a page.

19. Behave.js

Behave.js is a lightweight library for adding IDE style behaviors to plain text areas, making it much more enjoyable to write code in. It supports all modern browsers, with partial support for IE6/7. It has no dependencies and allows for custom code and behavior fencing, multi-line indentation and un-indentation.

20. Chartkick.js

Chartkick.js helps you create beautiful Javascript charts with minimal code. It supports Google Charts and Highcharts, and works with most browsers (including IE6). It works with Ruby, using the "chartkick" gem. Use it to create line charts, pie charts, column charts and multiple series.

21. Gif.js

Gif.js is a JavaScript GIF encoder that runs in your browser. It uses typed arrays and web workers to render each frame in the background. It works in browsers supporting Web Workers, File API and Type Arrays by generating the GIF images in the background, using Web Workers.

22. ColtJS

ColtJS is a simple framework that allows for easy deployment of a JavaScript Application using asynchronous module definition. Its only dependency is RequireJS, and it builds off simple principles of a centralized router, loading modules only when requested to produce an efficient, easy-to-manage application structure. You can use the ColtJS boilerplate for a quick start and view the documentation on the ColtJS website.

23. Anima.js

Anima.js makes it easy to animate over a hundred objects at a time, and each item has its mass and viscosity to emulate reallife objects. It helps improve upon some of the limitations of CSS animations, such as calculating percents for keyframes, giving you greater control over the flow of animations, along with the ability to use delays and durations normally.

24. Navi.js

Navi makes it easy to dynamically display content on your sites. Instead of cluttering up your site tree with extra files, you can easily write all your HTML code for multiple pages in one file. It uses the current hash to change content, leaving your visitor's back button functional, with built-in support for Ajax, Google Analytics, breadcrumbs, page titles, along with easy HTML and JavaScript markup.

25. Fartscroll.js

Would any recent GitHub script roundup be complete without Fartscroll.js? Created by The Onion, it can install on any webpage to produce gassy noises as you scroll up and down the browser window. Try the Google Chrome extension for a more immersive experience.

반응형
반응형

CodeVisually


facebook : https://www.facebook.com/#!/CodeVisually?hc_location=timeline


Codeblock.js — A better code learning environment http://ow.ly/2xuSEf

 

Codeblock.js makes it possible to embed editable, runnable JavaScript code blocks. Your visitors will have an easier time learning if they can experiment directly with the code.

Codeblock.js

 

Demarcate.js — A jQuery Markdown editor http://ow.ly/2xsUYw

Demarcate.js is a Markdown editor built in jQuery. You can use it to edit directly within a page and generate Markdown from the HTML elements.

Demarcate.js

 

Parallel.js — Multi-core processing with JavaScript http://ow.ly/2xtIe6

 

Parallel.js — Multi-core processing with JavaScript

Javascript / Added on June 10, 2013 / Add to favorites

Parallel.js is a multi-core processing JavaScript library, built to take advantage of the web-workers API. It runs in any browser that supports web workers.

parallel.js

 

Helium — Strip unused CSS across multiple pages http://ow.ly/2xs25L

Helium — Strip unused CSS across multiple pages

CSS - Javascript / Added on June 8, 2013 / Add to favorites

Helium is a JavaScript tool that helps you discover unused CSS across multiple pages on a website. Give it your list of pages to check, and it will generate a report that lets you know if any selectors defined in the stylesheet(s) aren’t used on any of the given pages. It should be run on a local or otherwise private server, as if it’s run on your public site it will be visible to all of your visitors.

Helium

 

WPRoller — Custom WordPress installer http://ow.ly/2xsRrX

WPRoller makes it easy to create a custom WP installation package with just the features you need. Select which plugins you want, choose themes, enter your custom installation information (including stock content you might want to delete), and then roll your package.

WPRoller

 

InfiniteWP — Manage multiple WordPress sites from a single dashboard http://ow.ly/2xqnw5

InfiniteWP, a self-hosted app, lets you manage all of your WP sites from one centralized dashboard. Use a single master login, perform one-click updates, create instant backups (and restore those backups in a single click), and much more.

InfiniteWP

 

Yard — Ruby documentation tool http://ow.ly/2xrMXi

Yard is a Ruby documentation tool that simplifies documenting your code. It supports storing metadata alongside your documentation, is easy to extend, and even supports your Domain Specific Languages (DSLs).

Yard

 

GistBox — Personal code library http://ow.ly/2xoHXF

GistBox uses GitHub’s backend, but adds a layer of organization and search functionality missing from Gist. It makes it easy to preview and edit the code you find, while remaining simple and lightweight. It’s available as a web app or a Chrome App.

GistBox

 

Skel.js — Front-end framework for responsive sites and apps http://ow.ly/2xqfsP

 

WideArea — Better, simpler writing http://ow.ly/2xmWCp

 

WordPress Plugin Boilerplate — A WP plugin development foundation http://ow.ly/2xosyX

 

Prepros — Free preprocessing for Windows http://ow.ly/2xl5V7

 

Kraken — A lightweight boilerplate for front-end developers http://ow.ly/2xmHx7

 

Pure — Small, responsive CSS modules for every project http://ow.ly/2xjdcn

 

Topcoat — CSS style guide for web apps http://ow.ly/2xkQ4K

 

Windows — Full-screen scrolling windows http://ow.ly/2xiyNx

 

ICEcoder — In-browser code editor http://ow.ly/2xiWpQ

 

 

반응형
반응형

 

https://drupal.org/

 

http://drupal.or.kr/

 

드루팔은 PHP로 작성된 오픈 소스 콘텐츠 관리 프레임워크, 콘텐츠 관리 시스템, 블로그 엔진이다.

처음에는 게시판으로 만들었으나 여러 가지 유용한 기능을 추가하여 현재의 모습을 가지게 되었다

 

드루팔은 개인 블로그 사이트부터 대기업용 애플리케이션, 정부 기관용 인트라넷까지 모든 것을 가능하게 합니다.수천개의 멋지고 공개된 모듈과 디자인이 여러분을 기다리고 있습니다.

 

http://drupal.or.kr/documentation

 

문서

드루팔 서울 커뮤니티 문서는 드루팔 서울 커뮤니티가 작성 및 유지 관리합니다. 관심이 있으시다면 문서 작성에 참여하는 방법을 알아보세요.

일반 사용자 및 제작자 문서

드루팔 이해하기

드루팔의 기본 개념, 기술 스택, 용어, 자료 등을 다룹니다.

드루팔 설치하기

드루팔과 커뮤니티 제작 모듈 및 테마 설치, 한 번 설치로 여러 개의 사이트를 운영하는 법, 다른 CMS에서 드루팔로 이전하는 법, 플랫폼 이슈 등을 다룹니다.

드루팔 관리하기

사용자 및 콘텐츠 관리하기, 백업 및 업그레이드 수행하기, 웹사이트 보안, 성능 최적화 등을 다룹니다. 대상 독자: 시스템 및 사이트 관리자

드루팔 모듈

커뮤니티가 제작한 다양한 모듈을 사용해서 필요에 따라 적절한 기능을 빠르고 쉽게 적용할 수 있습니다. 대상 독자: 사이트 제작자, 사이트 관리자

드루팔 테마

html, css, js 등으로 인터페이스를 수정하는 법, 드루팔 코어나 커뮤니티 제작 모듈의 출력을 필요에 따라 변경하는 법 등을 다룹니다. 대상 독자: 디자이너, 사용성 및 접근성 전문가, 인터페이스 전문가

개발자 문서

드루팔 개발하기

 

반응형
반응형

iOS 7

The mobile OS from a whole new perspective.

 

http://www.apple.com/ios/ios7/#videos

 

 

반응형
반응형

문자메시지 피싱(SMS phising, 스미싱)

 

 문자메시지를 이용한 피싱이다. 신뢰할 수 있는 사람 또는 기업이 보낸 것처럼 가장하여 개인비밀정보를 요구한다. 스마트폰이 대중적으로 보급되자 부각되었다.

반응형

'프로그래밍' 카테고리의 다른 글

SSO(Single Sign On)  (0) 2013.06.14
drupal - 드루팔  (0) 2013.06.11
iontics 무선 키보드 - ID-K100 Plus  (0) 2013.06.10
Chrome - 부가서비스, 확장프로그램 Chrome to Phone  (0) 2013.06.05
Facebook - Poke , 콕 찔러보기  (0) 2013.05.22

+ Recent posts