Krátká prezentace poslední verze Macdom preprocesoru. Ukázka syntaxe, předvedení práce s textem, selektory, makry, replikátorem a quick atributy. Seznam možností v nastavení a srovnánÍ s preprocesory jako je Haml, Jade a Slim.
Macdom lze nalézt na https://github.com/Machy8/Macdom.
http://www.opitz-consulting.com/go/3-4-898
JavaScript-Anwendungen werden immer leistungsfähiger, aber auch immer komplexer. Wie kann eine Anwendung trotz wachsender Größe wartbar und testbar bleiben? Entwurfsmuster wie Data Binding, Dependency Injection und Modularisierung helfen, dieses Ziel zu erreichen.
Tobias Bosch erläuterte in seinem Vortrag bei der WebTechConference am 17.10.2012 in Mainz die Konzepte und verdeutlicht sie an einem Beispiel mit AngularJS und jQuery Mobile.
--
Zukunft?! Wir arbeiten dran.
Mobile Solutions by OPITZ CONSULTING
http://www.opitz-consulting.com/go/3-4-898
Über uns:
Als führender Projektspezialist für ganzheitliche IT-Lösungen tragen wir zur Wertsteigerung der Organisationen unserer Kunden bei und bringen IT und Business in Einklang. Mit OPITZ CONSULTING als zuverlässigem Partner können sich unsere Kunden auf ihr Kerngeschäft konzentrieren und ihre Wettbewerbsvorteile nachhaltig absichern und ausbauen.
Über unsere IT-Beratung: http://www.opitz-consulting.com/go/3-8-10
Unser Leistungsangebot: http://www.opitz-consulting.com/go/3-8-874
Karriere bei OPITZ CONSULTING: http://www.opitz-consulting.com/go/3-8-5
http://www.opitz-consulting.com/go/3-4-11
JavaScript-Clients sind ein wichtiger Bestandteil des Mobile Computings, die wart- und testbare Entwicklung ist aber eine Herausforderung. Data Binding erleichtet das Unterfangen durch die klare Trennung von Anwendungscode und UI.
OPITZ CONSULTING Solution Architect Stefan Scheidt präsentierte diesen Vortrag am 27. März 2012 auf der Mobile Tech Conference MTC Spring 2012 in München.
--
Sie möchten mobile Geschäftslösungen in Ihrem Unternehmen nutzen? Wir beraten Sie gerne. Lesen Sie hier mehr zu unseren Leistungen in diesem Bereich und informieren Sie sich zu unserem Workshop für die professionelle Web-App-Entwicklung mit JavaScript: http://www.opitz-consulting.com/go/3-4-898
Доповідач Андрій Колісник,
Front-End розробник компанії Malkos, зі стажем більше 3 років, з яких більше року розробка односторінкових сайтів. Люблю отримувати фан від роботи.
Theme Customzer was announced in 2012 in WordPress 3.4 version. It gives administrators the opportunity of changing theme settings and being able to see the effect those changes have on the theme, while visitors won’t see the changes until the administrator saves them. WordPress Customizer has had a rebranding in WordPress 4.0 and it was no longer made for theme options only, but for the entire WordPress options (themes, plugins…) and it was also given panels, a new way of dividing controls and sections.
jQuery Mobile is a touch-optimized web framework for building mobile websites and apps. It uses HTML5 to provide a responsive interface for all mobile device platforms. Key features include pages, navigation, buttons, forms, lists and themes. Developers add mobile-specific enhancements to HTML by using data attributes. Pages are defined with divs having the data-role of "page" and include sections for headers, content and footers. Navigation is achieved through anchor tags linking page div IDs.
The document appears to be notes from a presentation on mobile web development. It discusses various topics like the differences between native and web applications, challenges with mobile web like multiple platforms and browsers, and definitions around terms like mobile web and HTML5. Maximiliano Firtman is identified as the presenter and he provides opinions and insights on issues in developing for the mobile web.
JQuery Mobile is a framework for building mobile web applications using minimal code. It is built on top of jQuery and jQuery UI, leveraging their JavaScript libraries and CSS frameworks. JQuery Mobile provides a range of UI elements, widgets, page transitions, themes, and events for developing mobile apps that work across various mobile platforms and devices. It allows creating basic single page apps with HTML5 markup and managing page navigation. The framework also supports server communication through AJAX and provides mobile events for touch interactions.
jQuery Mobile: Progressive Enhancement with HTML5Todd Anderson
This document provides an overview of jQuery Mobile, a JavaScript framework for building mobile web sites and apps. It discusses how jQuery Mobile uses progressive enhancement with HTML5 to provide cross-platform support and a native look-and-feel on mobile devices. Key aspects covered include jQuery Mobile's use of progressive enhancement to enhance content, presentation, and behavior; its reliance on HTML5 data attributes for markup; support for various widgets like pages, buttons, forms and lists; and options for native deployment using technologies like PhoneGap.
The document describes bucket sort and radix sort algorithms. It provides examples to illustrate how each algorithm works. Specifically:
1) Bucket sort works by counting the number of objects that fall into multiple "buckets" based on a certain value like size or weight. It then places the objects in the correct order.
2) Radix sort sorts data based on individual digits of a number, starting from the least significant digit to the most significant. It repeatedly performs bucket sorts on each digit to fully sort the data.
3) Examples show the step-by-step process of bucket sort and LSD radix sort on sample input data to produce a sorted output.
Доповідач Андрій Колісник,
Front-End розробник компанії Malkos, зі стажем більше 3 років, з яких більше року розробка односторінкових сайтів. Люблю отримувати фан від роботи.
Theme Customzer was announced in 2012 in WordPress 3.4 version. It gives administrators the opportunity of changing theme settings and being able to see the effect those changes have on the theme, while visitors won’t see the changes until the administrator saves them. WordPress Customizer has had a rebranding in WordPress 4.0 and it was no longer made for theme options only, but for the entire WordPress options (themes, plugins…) and it was also given panels, a new way of dividing controls and sections.
jQuery Mobile is a touch-optimized web framework for building mobile websites and apps. It uses HTML5 to provide a responsive interface for all mobile device platforms. Key features include pages, navigation, buttons, forms, lists and themes. Developers add mobile-specific enhancements to HTML by using data attributes. Pages are defined with divs having the data-role of "page" and include sections for headers, content and footers. Navigation is achieved through anchor tags linking page div IDs.
The document appears to be notes from a presentation on mobile web development. It discusses various topics like the differences between native and web applications, challenges with mobile web like multiple platforms and browsers, and definitions around terms like mobile web and HTML5. Maximiliano Firtman is identified as the presenter and he provides opinions and insights on issues in developing for the mobile web.
JQuery Mobile is a framework for building mobile web applications using minimal code. It is built on top of jQuery and jQuery UI, leveraging their JavaScript libraries and CSS frameworks. JQuery Mobile provides a range of UI elements, widgets, page transitions, themes, and events for developing mobile apps that work across various mobile platforms and devices. It allows creating basic single page apps with HTML5 markup and managing page navigation. The framework also supports server communication through AJAX and provides mobile events for touch interactions.
jQuery Mobile: Progressive Enhancement with HTML5Todd Anderson
This document provides an overview of jQuery Mobile, a JavaScript framework for building mobile web sites and apps. It discusses how jQuery Mobile uses progressive enhancement with HTML5 to provide cross-platform support and a native look-and-feel on mobile devices. Key aspects covered include jQuery Mobile's use of progressive enhancement to enhance content, presentation, and behavior; its reliance on HTML5 data attributes for markup; support for various widgets like pages, buttons, forms and lists; and options for native deployment using technologies like PhoneGap.
The document describes bucket sort and radix sort algorithms. It provides examples to illustrate how each algorithm works. Specifically:
1) Bucket sort works by counting the number of objects that fall into multiple "buckets" based on a certain value like size or weight. It then places the objects in the correct order.
2) Radix sort sorts data based on individual digits of a number, starting from the least significant digit to the most significant. It repeatedly performs bucket sorts on each digit to fully sort the data.
3) Examples show the step-by-step process of bucket sort and LSD radix sort on sample input data to produce a sorted output.
[ITOnAir] 데브멘토 동영상, 정선경 아주대교육연구소 연구위원_성공하는 모바일 서비스를 위한 실전 강연
모바일 웹/앱 UI/UX 설계 실전모바일 UI/UX 설계 방법 및 노하우 공유본 영상은 데브멘토 ITOnAir (tv.devmento.co.kr) 또는 다음tv팟(tvpot.daum.net/pot/Itonair)을 통해 웹과 모바일로 시청하실 수 있습니다.
Spring framework 3.2 > 4.0 — themes and trendsArawn Park
제 13회 한국 자바 개발자 컨퍼런스 커뮤니티 세션에서 공유한 `Spring Framework 3.2 > 4.0 — Themes and Trends` 의 발표 자료
Spring Framework 3.1에 공개된 후 약 1년만에 Spring Framework 3.2개 공개되었습니다.
3.2에는 비동기 요청 처리와 향상된 JAVA 7 지원, Spring MVC Test framework 합류 등으로 자바 엔터프라이즈 애플리케이션을 개발하는데 있어 편리함과 함께 세련미를 더해주고 있습니다.
최근 Spring Framework 핵심 개발자인 Juergen Hoeller는 springsource blog에 "NEXT STOP: SPRING FRAMEWORK 4.0"라는 제목으로 앞으로 Spring Framework에 어떤 변화들이 찾아올지에 대해서 미리 귀뜸을 해주었습니다.
이 시간을 통해 Spring Framework 3.2의 새로운 기능들과 개선사항을 살펴보고, Spring Framework의 미래 모습에 대해 이야기를 나눠보는 자리를 만들고자 합니다.
Advanced JQuery Mobile tutorial with Phonegap Rakesh Jha
Introduction to jQuery Mobile (jQM) - cont'd
Getting started with jQM
-Downloading the Most Recent Version of jQuery Mobile
-Proper Markup for Loading Framework JavaScript and CSS
jQuery Mobile Page Structure
-Page Anatomy: Header, Footer and Content Sections
-Header and Footer Toolbars
-Bundling Pages into a Single Document
-Navigating Between Pages
Applying Different Theme Swatches
Page Initialization Events
jQuery Mobile Page Components
Basic Content Formatting
List Views
-Ordered and Unordered Lists
-Inset Lists
-Lists with Links
-Nested Lists
-Lists with Icons or Thumbnail Images
-Split Button Lists
-List Dividers
-Search Filters
Form Controls - check boxes, slider, etc.
Dialogs
Buttons and Toolbars
-Ways to Make a Button
-Placing Icons on Your Buttons
-Inline Buttons
-Button Groupings
-Navigation Toolbars
Collapsible Content
Event Handling
-Responding to various events
-Page related events
Ajax & Interaction with server (REST & SOAP)
Deployment using Phonegap (e.g. Android)
Overview of Android Devt Environment
Best Practices in jQM
Hands-on exercises
The document describes the bucket sorting algorithm. It works by dividing the input range into buckets and distributing elements into the buckets based on their values. Each bucket is then sorted individually, usually with insertion sort, and concatenated together in order. The time complexity is O(n) when the number of buckets k is Θ(n), as distributing elements takes O(n) time, sorting each bucket takes O(n log(n/k)) time, and concatenating takes O(k) time. Bucket sort assumes uniform distribution of input elements across the range.
[ITOnAir] 데브멘토 동영상, 정선경 아주대교육연구소 연구위원 2/2부_성공하는 모바일 서비스를 위한 실전 강연
UX 패턴의 구성요소와 영역모바일 App의 Task & FlowUI Design 구성 요소UI & UX Map본 영상은 데브멘토 ITOnAir (tv.devmento.co.kr) 또는 다음tv팟(tvpot.daum.net/pot/Itonair)을 통해 웹과 모바일로 시청하실 수 있습니다.
[ITOnAir] 데브멘토 동영상, 정선경 아주대교육연구소 연구위원 1/2부_성공하는 모바일 서비스를 위한 실전 강연
UX Pattern Design의 정의Persona?UX 패턴의 구성요소와 영역본 영상은 데브멘토 ITOnAir (tv.devmento.co.kr) 또는 다음tv팟(tvpot.daum.net/pot/Itonair)을 통해 웹과 모바일로 시청하실 수 있습니다.
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)Leinylson Fontinele
O documento apresenta o método de ordenação Bucket Sort, que divide os itens em buckets com base em propriedades de chave, ordena cada bucket individualmente e então concatena os buckets ordenados. Ele explica o algoritmo passo a passo com exemplos e discute sua complexidade de tempo O(n) para grandes conjuntos de dados com valores de chave limitados.
2015년 HTML5 기반 모바일 웹 어플리케이션 기술 개발 동향 정리 및 2016년 기술 변화 예측합니다. Ionic/Angularjs 기반 상용 앱 개발 사례도 상세하게 소개 합니다. 본 자료를 통해서 HTML5 기반 모바일 어플리케이션을 개발시 활용가능한 Framework 및 최적화 분야에 대해서 이해할수 있습니다.
This document provides an overview of the Wireless Application Protocol (WAP). It describes WAP as an open standard that allows mobile devices to access internet content and services. The summary includes:
1) WAP defines an architecture and protocol for delivering internet content to mobile phones and other wireless devices in an optimized way.
2) The WAP architecture includes components like WAP clients, WAP gateways, WAP proxies, and WAP servers that work together to deliver internet content to mobile devices.
3) WAP uses protocols like WTP, WSP, WTLS and WDP to optimize delivery of content over wireless networks in an efficient, secure manner for devices with limited capabilities.
Rust es un nuevo lenguaje de programación desarrollado por Mozilla desde 2006. Fue diseñado para ser rápido, seguro y concurrente, con características como inferencia de tipos, manejo seguro de memoria y sistemas de tipos y objetos. Mozilla usa Rust en el desarrollo de Servo, el sucesor de Gecko. Rust es de código abierto y su desarrollo y diseño continúan perfeccionándose.
Este documento presenta una introducción a las aplicaciones web de Mozilla MarketPlace. Explica que la web es una plataforma para aplicaciones multiplataforma que permite contenido, funcionalidad y distribución. Proporciona ejemplos de cómo crear aplicaciones web usando HTML5, CSS y frameworks. Finalmente, comparte recursos y contactos para más información.
El documento describe las nuevas características y capacidades de HTML5 como una plataforma para el desarrollo de juegos en la web, incluyendo nuevas API para almacenamiento, geolocalización, WebSockets y controladores de juegos. También recomienda bibliotecas como Processing.js que permiten el desarrollo de juegos visuales en HTML5 sin plugins. El documento concluye con una invitación a hacer preguntas y referencias adicionales sobre el tema.
La gastronomía peruana se ha expandido en los últimos años gracias a los esfuerzos de chefs como Gastón Acurio para promoverla. Los medios de comunicación han jugado un papel importante en esta expansión al dar a conocer los diversos platos peruanos como el ceviche y su influencia en el turismo. La gastronomía peruana se basa en la mezcla de culturas y ofrece oportunidades económicas, aunque todavía se necesita darle más importancia a su desarrollo sostenible.
Resultado de la encuesta "La Gastronomía PeruanaWilly Aguirre
El documento presenta los resultados de una encuesta sobre la gastronomía peruana realizada a 250 personas. La mayoría de encuestados considera que el plato que más representa a Perú es el ceviche y que la gastronomía influye mucho en el turismo. También opinan que Gastón Acurio ha sido el chef más influyente y que la diversidad de platos se debe principalmente a la mezcla de culturas en el país.
Este documento presenta ejemplos de cómo utilizar enumeraciones en Java. Explica cómo antes de Java 5 se utilizaban constantes para representar enumeraciones y los problemas que esto presentaba. Luego muestra cómo Java 5 introdujo enums como un tipo nativo, permitiendo que tengan métodos y atributos. Finalmente, presenta un ejemplo de cómo modelar un mazo de cartas utilizando enums.
Este documento presenta la clase 0 de una serie de capacitación sobre la certificación SCJP 6. Explica que aunque el orador es empleado de Sun Microsystems, el contenido es personal y no refleja la postura oficial de la compañía. También agradece a los autores de otras presentaciones utilizadas como material de referencia.
The Spring Framework is an open source application framework for Java. It provides an inversion of control container and aspects like aspect-oriented programming, data access, transactions, MVC, and more. Spring offers benefits like reduced complexity, less custom code needed, and a turn-key solution through its reusable and configurable components that promote best practices like separation of concerns and dependency injection.
The Spring Framework is an open source application framework for Java. It provides an inversion of control container and aspects like aspect-oriented programming, data access, transaction management, web development, and more. Spring offers benefits like reduced complexity, less custom code needed, and a turn-key solution through its reusable and configurable components that promote best practices like separation of concerns and dependency injection.
El documento proporciona información sobre las certificaciones de Java de Oracle. Describe los beneficios de las certificaciones, como validar los conocimientos fundamentales y habilidades para el desarrollo de aplicaciones de Java. Explica los exámenes asociados con las certificaciones Sun Certified Java Associate, Sun Certified Java Programmer y Sun Certified Java Developer, incluyendo los temas cubiertos, duración y puntajes para aprobar.
El documento describe los beneficios del programa Sun Academic Initiative (SAI) para las instituciones académicas y estudiantes. SAI ofrece formación gratuita en tecnologías como Java y Solaris a escuelas, profesores y empleados. Esto permite a los estudiantes obtener una ventaja competitiva al aprender directamente de la empresa que inventó la tecnología Java. El documento también proporciona instrucciones para registrarse en SAI y obtener descuentos en certificaciones.
This document provides instructions for students to register for free online training on Sun technologies. It outlines 6 steps to register through a provided website URL, including creating a username and password, selecting a program and ID, and submitting the registration. The offer is only available to students and there is no sign up fee. A link is provided for more information on the registration process.
El documento habla sobre estándares y guías de estilo relacionados con la interacción persona-ordenador. Explica que los principios son conceptos abstractos de alto nivel basados en investigación sobre cómo aprenden y trabajan las personas, mientras que las directrices son más específicas y recomiendan acciones. También describe los diferentes tipos de estándares (de iure y de facto) y guías de estilo (comerciales, corporativas, para la web) y sus objetivos de promover la usabilidad y consistencia.