아이튠즈 백업 파일 관리

아이폰이나 아이패드를 컴퓨터와 연결해서 사용하려면 아이튠즈를 통해야 한다. 이 때, 아이튠즈는 단순히 연결하는 다리뿐만 아니라 자체적으로 기기 안에 있는 내용을 백업하는 역할도 한다.
문제는 백업을 막 하다 보면, 백업 파일의 갯수나 용량이 늘어나게 된다. 물론 기기의 숫자만큼 더 늘겠지만.
이 백업 파일 관리를 위해 필요한 것이 다음 웹페이지에 잘 정리되어 있다.

1. 코코소프트의 “맥OS 맥북에서 아이튠즈 백업파일 위치 찾기

Bluetooth를 통하여 Keynote Remote 이용하는 법

아이폰(iPhone)을 이용하여, 아이패드(iPad)에 있는 키노트(Keynote)를 원격조종할 수 있다.

How to Use Keynote Remote
How to Use Keynote Remote

기본적으로 와이파이(WiFi) 환경에서는 매우 잘 작동한다. 문제는 블루투스(Bluetooth) 환경이다.
특히 최근 iOS 7으로 운영체제를 업그레이드하면서 블루투스를 통한 원격조종이 원활하지 않았다.
그럼 어떻게 해결할 것인가?
해결책은 이렇다.

문제(Problem):
아이패드의 키노트를 블루투스 환경에서 아이폰으로 원격조종이 되지 않는다.
(Keynote Remote on iPhone doesn’t work with Keynote on iPad via Bluetooth.
Or Keynote Remote locks up (freezes) when using Personal Hotspot.)

해법(Solution):
1. 두 기기의 모든 와이파이와 블루투스를 모든 끈다.
(Turn off wifi and bluetooth of both devices)
2. 두 기기의 블루투스만 켜서, 연결을 한다.
(Turn on bluetooth of both devices and pair Keynote on the iPad with Keynote Remote on the iPhone)
그러면 아주 잘 된다.

사용환경:
아이폰 5(iPhone 5 with iOS 7.X)
레티나 아이패드 미니(Retina iPad mini with iOS 7.x)

web content management system

지금까지 홈페이지를 만들기 위해 사용했던 CMS를 보니 다음과 같다.

WordPress

  • 현재의 개인 블로그
  • 모바일 친화적(물론 관련 플러그인을 설치해야 함)

Zeroboard 또는 XE

  • 현재 학과 홈페이지. 과거 개인 블로그

TextCube  

  • 학과 홈페이지, 개인 블로그 등으로 사용
  • 1.8.6(2011/4/27)이후 업그레이드가 안 되고 있음
  • stand-alone보다는 tistory에 집중하고 있는 것 같음

Technote

  • Perl 버전부터 사용함. 현재는 PHP버전
  • 7.0 (2012/3/1)이후 업그레이드가 안 되고 있음

사족 : 회사의 명멸에 따라 계속해서 옮겨다는 것이 씁쓸하다.

[VBA] VBA Functions for Excel

VBA Function역할
Abs숫자의 절대값을 반환한다.
Array배열을 담고 있는 variant를 반환한다.
Asc문자열의 첫 글자의 ASCII 값을 반환한다.
Atn숫자의 아크탄젠트(arctangent) 값을 반환한다.
CBool부울(boolean) 형식으로 변환한다.
CByte바이트(byte) 형식으로 변환한다.
CCur(currency)형식으로 변환한다.
CDateConverts an expression to date data type
CDblConverts an expression to double data type
CDecConverts an expression to decimal data type
ChooseSelects and returns a value from a list of arguments
ChrConverts an ANSI value to a string
CIntConverts an expression to integer data type
CLngConverts an expression to long data type
CosReturns the cosine of a number
CreateObjectCreates an OLE Automation object
CSngConverts an expression to single data type
CStrConverts an expression to string data type
CurDirReturns the current path
CVarConverts an expression to variant data type
CVDateConverts an expression to date data type
CVErrReturns a user-defined error number
DateReturns the current system date
DateAddReturns a date with a specific date interval added to it
DateDiffReturns a date with a specific date interval subtracted from it
DatePartReturns an integer containing a specific part of a date
DateSerialConverts a date to a serial number
DateValueConverts a string to date
DayReturns the day of the month of a date
DirReturns the name of a file or directory that matches a pattern
DoEventsYields execution so the operating system can process other events
EOFReturns True if the end of a text file has been reached
ErrorReturns the error message that corresponds to an error number
ExpReturns the base of the natural logarithms (e) raised to a power
FileAttrReturns the file mode for a text file
FileDateTimeReturns the date and time when a file was last modified
FileLenReturns the number of bytes in a file
FixReturns the integer portion of a number
FormatDisplays an expression in a particular format
Format CurrencyReturns a number as a string, formatted as currency
FormatDateTimeReturns a number as a string, formatted as a date and/or time
Format NumberReturns a number as a formatted string
Format PercentReturns a number as a string, formatted as a percentage
FreeFileReturns the next file number available for use by the Open statement
GetAllReturns a list of key settings and their values (originally created with SaveSetting) from an application’s entry in the Windows registry
GetAttrReturns a code representing a file attribute
GetObjectRetrieves an OLE Automation object from a file
GetSettingReturns a key setting value from an application’s entry in the Windows registry
HexConverts from decimal to hexadecimal
HourReturns the hour of a time
IIfReturns one of two parts, depending on the evaluation of an expression
InputReturns a specific number of characters from an open text file
InputBoxDisplays a box to prompt a user for input
InStrReturns the position of a string within another string
InStrRevReturns the position of a string within another string, beginning at the back end of the string
IntReturns the integer portion of a number
IsArrayReturns True if a variable is an array
IsDateReturns True if a variable is a date
IsEmptyReturns True if a variable has been initialized
IsErrorReturns True if an expression is an error value
IsMissingReturns True if an optional argument was not passed to a Procedure
IsNullReturns True if an expression contains no valid data
IsNumericReturns True if an expression can be evaluated as a number
IsObjectReturns True if an expression references an OLE Automation object
JoinReturns a string created by joining a number of substrings contained in an array
LBoundReturns the lower bound of an array
LCaseReturns a string converted to lowercase
LeftReturns a specified number of characters from the left of a string
LenReturns the length of a string, in characters
LocReturns the current read or write position of a text file
LOFReturns the number of bytes in an open text file
LogReturns the natural logarithm of a number
LTrimReturns a copy of a string with no leading spaces
MidReturns a specified number of characters from a string
MidBReturns a specified number of bytes from a string
MinuteReturns the minute of a time
MonthReturns the month of a date
MonthNameReturns a string indicating the specified month
MsgBoxDisplays a modal message box
NowReturns the current system date and time
OctConverts from decimal to octal
ReplaceReturns a string in which one substring is replaced with another
RGBReturns a number representing an RGB color value
SpaceReturns a string with a specified number of spaces
SplitReturns an array consisting of a number of substrings
SqrReturns the square root of a number
StrReturns a string representation of a number
RightReturns a specified number of characters from the right of a string
RndReturns a random number between 0 and 1
RoundRounds a number to a specific number of decimal places
RTrimReturns a copy of a string with no trailing spaces
SecondReturns the second of a time
SeekReturns the current position in a text file
SgnReturns an integer that indicates the sign of a number
ShellRuns an executable program
SinReturns the sin of a number
StrCompReturns a value indicating the result of a string comparison
StrConvReturns a string variant converted as specified
StringReturns a repeating character or string
StrReverseReverses the character order of a string
SwitchEvaluates a list of expressions and returns a value associated with the first expression in the list that is True
TabPositions output in an output stream
TanReturns the tangent of a number
TimeReturns the current system time
TimerReturns the number of seconds since midnight
TimeSerialReturns the time for a specified hour, minute, and second
TimeValueConverts a string to a time serial number
TrimReturns a string containing a copy of a specified string without leading spaces and trailing spaces
TypeNameReturns a string that describes the data type of a variable
UBoundReturns the upper bound of an array
UCaseConverts a string to uppercase
ValReturns the numbers contained in a string
VarTypeReturns a value indicating the subtype of a variable
WeekdayReturns a number representing a day of the week
Weekday NameReturns a string indicating the specified weekday
YearReturns the year of a date