반응형

https://itunes.apple.com/us/app/call-of-duty-strike-team/id655619282?mt=8

 

 

 

 

 

 

 

Description

*** NOTE: NOT compatible with iPhone 4, iPod Touch 4th Generation, iPhone 3GS***

***For the optimal experience we recommend rebooting your device before you play this app for the first time***

Call of Duty®: Strike Team delivers an all-new, first-person and third-person Call of Duty® experience built from the ground up for mobile and tablet devices. Fully customize your squad’s loadouts and abilities before leading them into combat in diverse gameplay environments. Call of Duty®: Strike Team features the revolutionary ability to dynamically switch from run-and-gun first-person view to reconnaissance and coordinated squad attacks in third-person view.

The year is 2020. Tensions run high amongst the world’s superpowers. In a surprise attack, the U.S. finds themselves in a war with an unknown enemy. Your mission is to lead a Joint Special Operations Team in a global effort to hunt down those responsible.

Play your way. Switch between first-person and third-person action at almost any time. Strategically customize the members of your squad with weapons, perks or body armor.
CAMPAIGN MODE: Experience an immersive single-player campaign full of epic, cinematic moments in diverse locations around the world.
SURVIVAL MODE: Put your skills to the test as you fight off waves of increasingly difficult enemies. Compete against family, friends and the Call of Duty®: Strike Team community for leaderboard domination.

© 2013 Activision Publishing, Inc. ACTIVISION and CALL OF DUTY are trademarks of Activision Publishing, Inc. All other trademarks and trade names are the properties of their respective owners. By downloading, installing or using this App, you agree to Activision's privacy policy, as may be updated by Activision from time to time. Please visit http://www.activision.com/privacy/en/privacy.html to view Activision's privacy policy.

*** NOTE: Call of Duty®: Strike Team is ONLY compatible with and optimized for iPhone 4S, iPhone 5, iPad mini, iPad 2, iPad (3rd generation), iPad (4th generation), and iPod touch (5th generation). Requires iOS 6.0 or later.***

For more information, visit:

http://www.callofduty.com/striketeam
Follow us on Facebook: www.facebook.com/callofduty
Follow us on Twitter: @CallofDuty

 

 

반응형
반응형

Fiddler: A cross-platform web debugging proxy

 

반응형
반응형

David: Keep track of your Node dependecies

David helps keep your Nodejs project dependencies up to date. https://david-dm.org

david

Homepage: https://david-dm.org/
GitHub: https://github.com/alanshaw/david-www

 

Nodejs based web service that tells you when your project npm dependencies are out of date.

To use David, your project must include a package.json file in the root of your repository.

Currently David works with package.json files found in public github repositories only. 

반응형
반응형

PHPMD: Find issues in your PHP code

phpmd

 

반응형
반응형

SPA, Javascript MVC Framework

 

SPA : Single Page Application. 단일 웹페이지 내에서 오든 이벤트가 이루어진다.

웹페이지간 전환이 없어서 네트워크 트래픽도 줄이고, 동작이 빠르며, 사용에 끊어짐이 없다.

 

모바일 플랫폼에서 주로 사용되고 있는 것이 SPA이다.

센차터치도 그러하고, 제이쿼리 모바일도 그렇다.

하지만 하나의 웹페이지에 자바스크립트가 많이 들어가다보니 소스가 꼬이는 문제가 발생한다.

그래서, 자바스크립트로 구성하는 MVC(Model-View-Controller)가 나오게 된다.

 

이름만 많이 들어본 Backbone.js, Angular.js, KnockOut.js, javascriptMVC등이 있다.

 

고르기가 고민된다면 http://todomvc.com/ 을 참고하시오.

 

 

JavaScript Apps

  • * R = App also demonstrates routing
  • * Maroon = App requires further work to be spec-compliant

Compile To JavaScript


MVC Extension Frameworks


Module Loaders


Real-time


Compare these to a non-framework implementation

반응형
반응형

ASP 인코딩


* 페이지 속성을 정의


 <%@ codepage="65001" language="VBSCRIPT" %>

 

 0 - ANSI(default)
 949 - 한국어(EUC-KR)
 65001 - 유니코드(UTF-8)
 65535 - 유니코드(UTF-16)

 

* 메타태그 설정

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >

 

* 현재 세션사용자의 동적 텍스트 인코딩 코드 설정

 

    Session.CodePage = 65001
    Session.CodePage = 949

 

* ASP의 response.charset을 이용해서 문자코드 세트명 지정

 

    Response.Charset = "EUC=KR"

 

 

* UTF-8 인데 계속 한글이 깨지면 아래와 같이 다 적용해보자.

 

<%@Language="VBScript" CODEPAGE="65001" %>
<%
    Session.CodePage = 65001

    Response.CharSet = "UTF-8"
   

 

 

<%@  codepage="949" language="VBScript" %><% 
'session.codepage = 65001  ' codepage="949" language 
Session.CodePage = 949 
'Response.expires=-1 
Response.ContentType = "application/json" 
Response.Charset = "euc-kr" 
'Response.Charset = "utf-8" 

 

 

 

* utf-8로 만들기 : 페이지 최상단에 입력

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
Response.AddHeader "Cache-Control", "no-cache"
Response.AddHeader "Expires", "0"
Response.AddHeader "Pragma", "no-cache"
Response.ContentType = "text/html; charset=utf-8"
%

 

 

 

 

 

반응형
반응형

10 Best HTML5 Sliders For Designers and

Developers to Beautify Their Websites

 

With the arrival of HTML5, CSS3 and jQuery, incorporating sliders into your website has turn out to be fairly stress-free. The HTML5 sliders slider are simple to make use of and supplement life to your webpage and make it more attention-grabbing. People would find your website more communicating, fascinating and eye-catching. We have for you all a list of 10 Best HTML5 Sliders to Save your Time.

HTML5 Flow Responsive Slider

1. HTML5-Flow-Respaonsive-Slider

This one is a fluid and responsive design that has the capability of adjusting to size rendering to the parental organizers, thus being functioning with any kind of website.

CCSlider – jQuery 3d Slideshow Plugin

2. CCSlider-jQuery-3d-Slideshow-Plugin

It is an exclusive and completely responsive jQuery slideshow plugin that provisions 3D transitions. It provides 14 stunning 3D transitions and also 16 remarkable 2D transitions. Falling back to 2D changeovers, for the browsers of your choice, where 3D transitions are not reinforced is also promising.

Draggable Infinite Grid with Lightbox

3. Draggable-Infinite-Grid-with-Lightbox

This one has a fluid and responsive design that adjusts rendering to the width and height of the div of your optimal. Its code is clean OOP JavaScript deprived of any jQuery or other libraries, so it is companionable with majority of the HTML pages.

Fullscreen Slideshow With HTML5 Audio And jQuery

4. FULLSCREEN-SLIDESHOW-WITH-HTML5-AUDIO-AND-JQUERY

This one permits generating a truly cool full-screen photo slideshow with sound auxiliary with the HTML5 audio component. Vegas jQuery plugin has been utilized to make the slideshow, while audio is accomplished with Buzz, a JavaScript audio library

HTML5 Slot Machine Gallery

5. HTML5-Slot-Machine-Gallery

It is also fluid and can adjust to the size of the parental container. It claims 4 dissimilar embed styles: Full Screen, Fixed Measurements, Full Width, and Lightbox Style, which you can select rendering to your requirements.

A HTML5 Slideshow w/ Canvas & jQuery

6. A-HTML5-Slideshow-wCanvas-jQuery

This slideshow is constructed on top of the new HTML5 canvas component that permits generating and transforming graphics, while also using other component on the page. It is a lovely slideshow with an elegant and striking transitioning consequence.

HTML5 Responsive Slider Gallery

7. HTML5-Responsive-Slider-Gallery

This slider gallery comes in 3 dissimilar embed styles: Full Screen, Fixed Dimensions and Full Width. It is enormously informal to install and accomplish as it is XML compelled. It shows imageries in a exclusive and exciting approach.

CSS3 Cube Slider – jQuery 3D slider

8. CSS3-Cube-Slider-jQuery-3D-slider

This one employs the CSS3 transform property for building 3d cubes components and then animates them into an elegant cube slider. It also provides auto play mode. This permits placing the images in a 3D space.

Stylized Google Maps + Image Slider

9. Stylized-Google-Maps-Image-Slider

This one is a jQuery JavaScript project that was formed around Google Maps. It has the capability of exhibiting Google Maps in numerous elegance. It features an amazing image slider that permits impressive animating pictures on the map.

Fine Slider – jQuery CSS3 slider

10. Fine-Slider-jQuery-CSS3-slider

This one is an astonishing image slider that claims 29 excellent new effects and 16 based on CSS3. It provides numerous evolutions such as 13 normal, 19 css3 based and 3D which you can modify rendering to your best.

 

반응형
반응형

Best Collection of Useful CSS Tools for Developers

Layouts

  • CSS Layout GeneratorThis generator will create a fluid or fixed width floated column layout, with up to 3 columns and with header and footer. Values can be specified in either pixels, ems or percentages.
  • Grid DesignerGenerates fixed and scalable grid layouts along with basic reset and typography.
  • Layout GeneratorsGenerate multi-column and grid layouts with CSS techniques using %, px, or em.

CSS Frameworks

Fonts

  • TypetesterThe Typetester is an online application for comparison of the fonts for the screen.
  • @font-face GeneratorEasy to use CSS3 @font-face generator from Font Squirrel.
  • CSS Type Set
  • TypeChartLets you flip through, preview and compare web typography while retrieving the CSS
  • CSS-Typoset Matrix and Code Generator
  • CSStxtTool for generating CSS for web typography.
  • EM Calculator AIR ApplicationCalculator for Vertical Rhythm in XHTML & CSS; easily convert px to em based on base font-size and line-height; Padding and margins automatically calculated
  • Em CalculatorEm Calculator is a small JavaScript tool which helps making scalable and accessible CSS design. It converts size in pixels to relative em units, which are based on a text size.
  • PXtoEM

Colors

  • CSS Color EditorCSS Color Editor allows you to replace the color scheme of your website without going through the entire CSS file. You choose your local CSS file, select new colors and then download the new CSS file with new color codes automatically replaced for you.
  • Color Palette GeneratorUpload an image to generate a color palette based on the image’s primary colors. Useful for quickly grabbing a particular color within an image for inspiration.
  • Color Contrast CheckThe Color Contrast Check Tool allows to specify a foreground and a background color and determine if they provide enough of a contrast “when viewed by someone having color deficits or when viewed on a black and white screen”.
  • ColorZillaColorZilla is an extension for Firefox offering advanced eyedropper, color picker, palette viewer and other colorful goodies like: DOM color analyzer, full page zoom, firebug support, etc.
  • HSL to RGB Converter

Sprites

  • CSS Sprite GeneratorCreates single sprite image and generate the appropriate CSS for you.
  • CSS Sprite – Online CSS Sprite Builder / GeneratorAn online tool to help web designers and web developers to build CSS Sprites. All you need to do is upload multiple files and it will generate sprite image and relted CSS and HTML for you.
  • CSS Sprite GeneratorCSS Sprite Generator will combine the uploaded images into a single sprite and generate the CSS for you.
  • YASC (Yet Another Sprite Creator)This tools is useful when all your sprite images have been created in a single file. The process is fairly straight forward: you upload this file, then visually select each individual item and specify its CSS id; once you have selected all your sprites you can generate all the required CSS with a single click.
  • Nav-o-MaticGenerates navigation markup and CSS for your sprite.
  • SmartSpritesSmartSprites is Java command line utility that will let you easily introduce and maintain CSS sprites in your designs. SmartSprites parses special directives you can insert into your original CSS to mark individual images to be turned into sprites. It then builds sprite images from the collected images and automatically inserts the required CSS properties into your style sheet, so that the sprites are used instead of the individual images.

Forms

  • Accessible Form BuilderCreate accessible form with CSS or table layout, including all label elements simply by typing a list of fields that you need.
  • WufooWufoo is an online service that allows anybody to easily build great looking online forms. You can use Wufoo as an easy way to create good-looking, valid CSS/XHTML form markup. It allows you to use your account to design and download the markup and CSS for FREE.

UI Components

  • List-o-MaticCreate CSS-styled navigation blocks based on unordered list <li> items. Get your semantics on!
  • CSS Menu GeneratorGenerates horizontal, vertical & dropdown CSS menus
  • ThemeRollerThemeRoller allows you to design custom jQuery UI themes for tight integration in your projects.

Text Wrappers

  • CSS Text WrapperGenerates HTML/CSS to wrap content to any shape
  • The Box OfficeThe Box Office lets you wrap/float/contour text around freeform images using CSS for usage in HTML pages.

Analysis & Debugging

  • W3C CSS Validation Service
  • CSS AnalyzerCSS Analyzer checks the validity of your CSS against the W3C’s validation service, along with a color contrast test, and a test to ensure that relevant sizes are specified in relative units of measurement.
  • FirebugOne of the post popular web developer tool – Firebug is a Firefox add-on that allows you to edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. You can use Firebug Lite in IE, Opera, and Safari.

Convertors

  • Primer CSSPrimer undercoats your CSS by pulling out all of your classes and id’s and placing them into a starter stylesheet.
  • Automatic CSS Inliner ToolTool that will automatically transform all of your local styles into inline styles. Useful for styling email news letters.
  • DrawterOnline tool that literally lets you draw your website’s code.

Maintenance

  • Dust-Me SelectorsDust-Me Selectors is a Firefox extension that finds unused CSS selectors
  • CssCleanerWindows desktop application that removes unused CSS Classes from your web application
  • CSS Redundancy CheckerUse this tool to find CSS selectors that aren’t used by any of your HTML files and may be redundant.
  • CSS SuperScrubThis tool can significantly reduce the size and complexity of your CSS by programmatically stripping unneeded content, stripping redundant calls, and intelligently grouping the remaining element names.
  • HeliumJavaScript tool to scan your site and show unused CSS

Optimization

  • CSS Drive CSS CompressorNormal mode allows you to choose from three levels of compression, depending on how legible you want the compressed CSS to be versus degree of compression. You can switch to Advanced mode for greater customization.
  • Robson CSS CompressorA good CSS Compressor still in development.
  • MinifyMe – AIR ApplicationAdobe AIR application that allows you pack multiple files together.

Formatting

  • CSS SorterFree online tool for sorting CSS files. It organizes CSS rules alphabetically so that it will be easier for you to maintain your CSS files.
  • CleanCSS – CSS Formatter and OptimizerThis tool comes with several options for formatting as well as optimization. It also provides ready made sets of options for various level of balances between optimization and readability. Important feature includes ability to automatically merged the same selectors and properties.
  • StyleneatIt organizes and standardizes your CSS – selectors, sub-selectors and properties – in a structure that makes it easier to define page areas and see how they relate to each other.
  • WordoffStrips the cruft that is pasted into WYSIWYG editors from Word
  • CSS ToolboxFree CSS Validation, CSS Formatter, CSS Compressor

Browser Specific

  • ModernizrA really useful JavaScript library that detects native availability of HTML5/CSS3 features and offers you a way to maintain a fine level of control over your site regardless of a browser’s capabilities. If you prefer using MooTools, you can use MooModernizr (MooTools port of Modernizr)
  • Conditional-CSSConditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers. Compilers for Conditional-CSS are available in PHP, C# and C.
  • LitmusLitmus shows you exactly how your designs look on various platform, across every popular web browser.
  • Web Browser CSS SupportDetailed information about CSS support in major web browsers, allows you to pick which browser appear on the information tables.
  • When Can I Use?Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies. Allows you to specify browsers, features, time period, status, search and sorting options.
  • CSS3 support for Internet Explorer 6, 7, and 8IE-CSS3 is a script to provide Internet Explorer support for several of the popular new styles available in the upcoming CSS3 standard.
  • IE7.jsIE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.
  • IE6 CSS FixerA tool specifically designed to ease the pain of the IE6 CSS debugger.

Selectors

  • CSS3 pseudo-class Selector Emulationie-css3.js allows Internet Explorer to identify CSS3 pseudo-class selectors and render any style rules defined with them. Simply include the script in your pages, start using these selectors in your style sheets and they’ll work in IE.
  • Dust-Me SelectorsA Firefox extension that finds unused CSS selectors.
  • Sizzle JavaScript Selector LibraryA pure JavaScript CSS selector engine designed to be easily dropped in to a host library. Sizzle supports virtually all CSS3 selectors – this even includes some parts that are infrequently implemented such as escaped selectors (”.foo+bar”), Unicode selectors, and results returned in document order.
  • SelectORacleOnline tool that provides explanation of CSS2 and CSS3 selectors. Simply provide it with some selectors and it will return descriptions of what the selectors will match.
  • YUI Selector UtilityThe YUI Selector Utility brings CSS3 Selector syntax to JavaScript, providing a compact shorthand for collecting, filtering, and testing HTMLElements.
  • YUI StyleSheet UtilityThe StyleSheet Utility allows you to create and modify CSS stylesheets on the fly.

CSS3 Generators

Miscellaneous

  • XRAYXRAY is a bookmarklet for Internet Explorer 6+, and Webkit and Mozilla based browsers (including Safari, Firefox, Camino or Mozilla). Use it to see the box model for any element on any web page.
  • CSSUtilitiesA JavaScript library that provides unique and indispensible methods for querying CSS style sheets
  • ReCSSThis little bookmarklet makes refreshing your CSS a breeze

Cheat Sheets

Beyond CSS

  • MoreCSSMoreCSS is a JavaScript library that can assist you with all the daily JavaScript things like pop-ups, tabs, tooltips, hyphenation, advanced list styling and more using CSS like syntax.
  • LESS – Leaner CSSLess extends CSS by adding: variables, mixins, operations and nested rules. Less uses existing CSS syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve. However you’ll need Ruby installed to use it.
  • DtCSSDtCSS is a PHP script that preprocesses your CSS file. It speeds up CSS coding by extending the features to CSS. Such as nested selectors, color mixing and more. DtCSS reads the CSS file with special syntax written for DtCSS, and outputs the standard CSS. It also comes with a smart caching system.

HTML5 CSS3 Tutorial Videos

반응형

+ Recent posts