Framework Enabling End-Users to Maintain Web Applications (ICICWS2015)Masayuki Nii
?
The document describes a study evaluating whether end-users can maintain web applications using a declarative web application framework called INTER-Mediator. The framework allows users to describe web pages and database queries using key-value pairs rather than imperative programming. An experiment found that while some subjects failed to learn the framework within 2 hours, others scored 42-93% on an exam after studying for over 45 minutes, indicating they successfully learned to develop with the framework in a short period of time.
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
?
In an ever-changing landscape of one digital disruption after another, companies and organisations are looking for new ways to understand their target markets and engage them better. Increasingly they invest in user experience (UX) and customer experience design (CX) capabilities by working with a specialist UX agency or developing their own UX lab. Some UX practitioners are touting leaner and faster ways of developing customer-centric products and services, via methodologies such as guerilla research, rapid prototyping and Agile UX. Others seek innovation and fulfilment by spending more time in research, being more inclusive, and designing for social goods.
Experience is more than just an interface. It is a relationship, as well as a series of touch points between your brand and your customer. Here are our top 10 highlights and takeaways from the recent UX Australia conference to help you transform your customer experience design.
For full article, continue reading at https://yump.com.au/10-ways-supercharge-customer-experience-design/
http://inarocket.com
Learn BEM fundamentals as fast as possible. What is BEM (Block, element, modifier), BEM syntax, how it works with a real example, etc.
The document discusses how personalization and dynamic content are becoming increasingly important on websites. It notes that 52% of marketers see content personalization as critical and 75% of consumers like it when brands personalize their content. However, personalization can create issues for search engine optimization as dynamic URLs and content are more difficult for search engines to index than static pages. The document provides tips for SEOs to help address these personalization and SEO challenges, such as using static URLs when possible and submitting accurate sitemaps.
The document discusses code for creating and managing a custom sheet window in a Cocoa application. It defines an NSDocument subclass with methods for opening and closing the sheet, as well as handling termination events. The open method uses beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: to display the sheet, while close uses endSheet:. The terminate method closes any open sheets before quitting the application.
This document discusses OpenSSL and encryption/decryption using the Blowfish cipher. It shows examples of encrypting a plaintext string using OpenSSL's bf utility with different keys and initialization vectors. It also shows decrypting an encrypted file back to plaintext. Finally, it includes Objective-C code to decrypt data from a file encrypted with Blowfish using the OpenSSL EVP API.
The document is a log containing repeated entries of a date, topic headings for "Cocoa", "QuickLook", and a file path and page number. It does not contain any other substantive information in the entries or overall.
The document discusses methods for getting the preferred MIME type for a file from its extension or path. It defines a category on NSString to initialize a string from NSData using an IANA character set name. It also shows code for getting the preferred MIME type by calling UTTypeCopyPreferredTagWithClass on the file's UTI, determined from its extension using UTTypeCreatePreferredIdentifierForTag, or from its path using LSCopyItemAttributes.
颁辞肠辞补勉强会#47-狈厂鲍搁尝颁辞苍苍别肠迟颈辞苍のデリゲートメソッドと认証Masayuki Nii
?
NSURLConnectionのデリゲートメソッドと認証
This document discusses NSURLConnection delegate methods and authentication. It describes the order that delegate methods are called for different connection states, including before, during and after communication. It also covers all delegate methods, including those related to authentication and handling different error conditions. Code examples are provided to demonstrate how to implement delegate methods to handle normal connections as well as errors, redirects, SSL connections and authentication.
The document discusses code for creating and managing a custom sheet window in a Cocoa application. It defines an NSDocument subclass with methods for opening and closing the sheet, as well as handling termination events. The open method uses beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: to display the sheet, while close uses endSheet:. The terminate method closes any open sheets before quitting the application.
This document discusses OpenSSL and encryption/decryption using the Blowfish cipher. It shows examples of encrypting a plaintext string using OpenSSL's bf utility with different keys and initialization vectors. It also shows decrypting an encrypted file back to plaintext. Finally, it includes Objective-C code to decrypt data from a file encrypted with Blowfish using the OpenSSL EVP API.
The document is a log containing repeated entries of a date, topic headings for "Cocoa", "QuickLook", and a file path and page number. It does not contain any other substantive information in the entries or overall.
The document discusses methods for getting the preferred MIME type for a file from its extension or path. It defines a category on NSString to initialize a string from NSData using an IANA character set name. It also shows code for getting the preferred MIME type by calling UTTypeCopyPreferredTagWithClass on the file's UTI, determined from its extension using UTTypeCreatePreferredIdentifierForTag, or from its path using LSCopyItemAttributes.
颁辞肠辞补勉强会#47-狈厂鲍搁尝颁辞苍苍别肠迟颈辞苍のデリゲートメソッドと认証Masayuki Nii
?
NSURLConnectionのデリゲートメソッドと認証
This document discusses NSURLConnection delegate methods and authentication. It describes the order that delegate methods are called for different connection states, including before, during and after communication. It also covers all delegate methods, including those related to authentication and handling different error conditions. Code examples are provided to demonstrate how to implement delegate methods to handle normal connections as well as errors, redirects, SSL connections and authentication.