자신의 PC에서 안드로이드 폰을 컨트롤 하거나 반대로 스마트폰에서 PC 안에 있는 프로그램, 키보드,마우스등을 컨트롤 할때 필요한 앱 소개


Posted by 에릭문

Best Free Setup Builder

IT/Tips 2011/04/01 13:42


Introduction

Developing own software is one thing, distributing it is another. Once the product is finished you have to think about how to get it to the end user. If it is just one executable file you might get away with zipping and providing it but as soon as more files like DLL's and other dependables are involved you need to have a setup routine for it. But simply for creating shortcuts on the end users PC a setup routing of some kind is required if you do not want to have your users do that manually.

The commercial and expensive flag ship InstallShield is probably one you have seen already and surely have run setups created with it, but interestingly there are also very capable free products out there that will serve your needs as well. I have selected four of them for this article that I think will cover the different approaches you might have, from text based configuration to GUI based click and run tools.

Discussion

InnoSetupAfter looking at several other free products in this category, InnoSetup remains to be my top recommendation. It is not a tool for users looking for a GUI-based simple setup creator, it is more addressing those developers that want to have full control over their setup routine and are not shy of working with a text based configuration file. InnoSetup was originally released in 1997 and has developed immensely since then. It surely beats many commercial contenders in this area and has proven to be very capable and stable. InnoSetup's GUI is basically an editor/compiler for the configuration file that contains all your settings for the setup routine you are creating. The text file format is very similar to that of an INI file and thus less cumbersome to work with than with an XML file like in Ghost Installer Free. The help file is excellent and well structured and makes it much easier to learn about the available settings. The editor supports color coding, making it more convenient to work with. I don't think I have to list all the features of a professional setup project but I did not find anything yet that InnoSetup wouldn't be able to support. Source files, target files, shortcuts, dialogs, license acceptance, signed uninstaller, custom forms and much more. I have used it for several projects over the last years with great success (and no costs). If you like a GUI for this excellent compiler you can find several third party add-ons for that on InnoSetup's home page as well.

 

NSISNSIS - If you can live with even less than a script editor but favor much advanced capabilities over a user interface then the NullSoft Installer System (NSIS) is the right choice for you. It is the most capable of the reviewed products here but lacks a user interface completely (not counting the compiler window). Like you create the HTML code for a webpage with a separate program and display it in your browser, you need to create the NSIS script with any editor of your liking and just compile it in the end with the NSIS compiler. You can find links to editors (PSPad, Notepad++) and IDE plugins (e.g. for Eclipse) supporting NSIS scripts with syntax highlighting and other helpers on the NSIS home page. This is surely targeting professional developers more than those who seek for a quick and more basic GUI controlled setup builder. The products in this review are addressing both of these users and it is a little difficult to pick one top recommendation only. Even though NSIS is more capable than InnoSetup I chose the latter over NSIS due to its balance between the included editor GUI and features (learning curve).

The NSIS shortcut just displays one small window with textual links in order to get you started with learning about it's endless capabilities. The small menu window (that is too small to show all text but not resizable, duh - see screenshot) provides links to the compiler itself, script examples, to online support sites, documentation and plugins. The plugins are a real treat and offer many extended possibilities, e.g. splash fade in/out or custom dialogs. NSIS also offers the creation of the more modern installer UI's. You are free to create own icons, banners and backgrounds and put them into your compilation. The user community is quite large and many resources and forums are available to support you with your NSIS setup project. Creating a setup file is as easy as dragging and dropping your script file into the compiler window. The window displays all compiler messages and reports success or errors. The setup files created are small compared to other setup builders which manifests a very effective overhead management. There would be much more to say about NSIS but I leave this up to their well organized homepage. It is the more capable tool here but addressing professional developers and requiring an environment of other tools around it to use it effectively.

 

Ghost Installer Free Ghost Installer Free - Similar to InnoSetup, if you want to have major control about your setup routine and are not afraid of just dealing with an XML configuration file, then Ghost Installer Free might be a good choice for you. While the commercial version comes with a GUI (Ghost Installer Studio), the free version just offers the so-called gEditor to edit the XML file that the compiler of the setup routine uses. This product requires a high learning curve but once you get a hang of it and know about all the settings you can use you have a mighty powerful tool here. The help file is pretty good as well and lists all keywords and settings you can use. When you start a new project a wizard will create a basic or advanced template that you can start to work with and that provides the appropriate XML tag structure for you. I found this tool a little tougher to learn compared to InnoSetup but I am sure it is as powerful as my top pick. In the end gEditor is just an XML editor with a build button to compile what you have created. If you find this appealing you should surely give it a try.

 

CreateInstall Free CreateInstall Free is a treat for those who do not want to spend much time on sophisticated setup routines and text based editing. Very similar to Clickteam Install Creator it presents itself in a simple and effective interface where you can quickly find and configure all important features of your setup project. You can pick a custom bitmap and icon for the setup dialog and also specify whether you want to display a fullscreen gradient background. You can configure six dialogs for the setup and also define a run-after program. The files and shortcut configuration is easy enough as well and as an advantage over Install Creator (see below) you can also specify registry entries to be made and DLL/OCX/TBL files to register. Some advanced features are also available of which the macros make a good impression. With them you can alter certain features of your setup like redefining languages or setup path settings. I found some issues when changing the font for the dialogs. For some fonts, e.g. Tahoma, I had no display at (empty dialog). The freeware version is fully functional but displays the string "CreateInstall Free" in the lower left corner of each dialog. You can register (buy) the software and change that string to your liking then.

 

Clickteam Install Creator Clickteam Install Creator is probably the fastest and most convenient setup builder from the ones I reviewed. It has a basic yet very effective GUI and the wizard takes you through the major steps quickly. My first project was done in minutes and it worked like breeze. When the wizard finishes you still have all the options you picked available for change through the tabbed program interface. In case you want to distribute several executables you have to add the start menu and desktop shortcuts anyways because the wizard can only create one. But this task is as easy as selecting the file on the left and enter the shortcut info on the right. I specifically like the option to easily change all texts of the setup, even the one in the Welcome dialog. The setup window itself can be set to dialog or full-screen mode (a gradient background fill like in the old Windows days) and bitmaps and icons are freely selectable. Install Creator is missing more professional features like adding registry entries, different setup packages or languages. But that was not the goal of this software and it perfectly balances simplicity and necessity. It is a great choice for quickly distributing files if you do not want to run through a high learning curve for setup building. The freeware version is fully functional, however, each setup you create shows an advertising dialog at the end with a link to the developers website.

 

Advanced Installer Advanced Installer is a good choice when you want to create a quick MSI based setup package. Caphyon offers this freeware version of its setup builder embedded in the commercial product. You can download and install the full product for free but only the "Basic" setup option works without purchase registration. But that's quite enough for a quick and simple MSI setup. With the user-friendly wizard you have entered all the basic configuration in no time. Via the nice GUI you can then tweak and fine tune your package and publish it as an MSI file. There are quite a few setup options that you can play with, e.g. target folders and shortcuts, reboot behaviour, launch conditions, registry settings and more. My only disappointment was that you can't define different setup types like "Full Install" and "Minimum Install". All or nothing is all the Basic setup allows. I'd rather have a less featured launch condition dialog but a setup type option instead. However, I was very fond of the ease of use and the minimum amount of time it took me to create a setup. If you need an MSI file for a simple setup then Advanced Installer will surely make you happy.

Related Products and Links

A product that uses a different approach is INF-Tool. INF-Tool offers 6 setup methods which are based on Windows' INF technology. Thus, they are 100% Windows integrated and only need incredibly small overhead of just a few KB's. Check it out here.

Another install builder that came to my attention recently is InstallJammer. I have tested it on a 32Bit Windows system but was not very fond of it. It was very slow and stopped to respond. It seemed to be a bit complicated too. You might want give it a try though. Maybe it behaves better on your system.


source : http://www.techsupportalert.com/content/best-free-setup-builder.htm#create
Posted by 에릭문

${설치경로}/apps/redmine/config/database.yml  파일을 열어서 “reconnect: true” 옵션을  “production” 항목에 추가한다.

production:
  adapter: mysql
  database: *********
  host: localhost
  username: **********
  password: **********
  reconnect: true
Posted by 에릭문
TAG redmine

아이폰과 키보드의 만남` 옴니오 이색 키보드 개발

아이폰을 탈·부착해 PC 뿐 아니라 아이폰에도 문자, 숫자, 기호 등을 입력할 수 있는 이색 키보드가 개발됐다. 

 인터페이스 전문 업체인 옴니오(대표 고도영)는 PC 및 아이폰 겸용 키보드 '와우키스'를 출시한다고 26일 밝혔다. 

 신제품은 본체 내 아이폰이나 아이팟을 장착할 수 있는 공간과 전용 커넥터를 둬 충전과 동시에 텍스트 입력을 구현한 것이 특징이다. 

 또 키보드에는 12개의 아이폰 전용키를 배치해 컴퓨터 키보드 사용 중 쉽게 아이폰 문자 메시지나 이메일, 또 최근 많이 쓰는 카카오톡
, 트위터 등으로 전환할 수 있다. 



 아이폰을 PC 입력 장치로 활용하는 것도 가능해 두 손가락으로 그림이나 사진 등을 확대·축소하는 멀티터치 기능, 마우스 커서를 움직이는 터치패드 기능, 숫자패드 기능 등을 구현할 수 있다고 회사 측은 설명했다. 애플 인증을 받아 제품 호환성 검증도 마쳤다.

 고도영 옴니오 사장은 " 와우키스는 텍스트 입력 뿐 아니라 컴퓨터와 아이폰이 갖고 있는 다양한 기능을 서로 활용하게 하는 징검다리와 같은 제품"이라고 설명했다.

윤건일기자 benyun@etnews.co.kr


아이폰 ‘충전기 겸 전화기’ 나왔다!

손 안에 쏙 들어오는 아이폰이 예쁘고 실용적이라고 하지만, 많은 어르신들은 불편해하시는 경우도 많다.

익숙하지 않은 것도 그렇지만, 휴대폰 사용이 오히려 불편한 경우도 있다.

이런 분들을 위한 아이폰이 나와 눈길을 끈다.

무역협회 국제무역원에 따르면, 집에 돌아오면 가정용 유선 전화기처럼 아이폰을 사용할 수 있도록 나온 '폰 X 폰(Phone X Phone)'이 눈길을 끈다.

아이폰 충전기로 나왔지만 수화기를 들어 실제로 전화를 걸 수도 있다. 첨단 4G 스마트폰을 구식 스타일을 이용해 쓰는 셈이다.

어색한 조합인 듯하지만, 일부 소비자들에게는 인기를 끌 수 있을 것으로 보인다. 
< 출처 : www.crunchgear.com >

yeonjoo7@heraldm.com

'IT > iPhone&Mac' 카테고리의 다른 글

아이폰 이색 악세서리  (0) 2010/12/24
아이폰용 입력도구 액세서리  (0) 2010/03/05
Posted by 에릭문

Bitnami Redmine을 설치하면 기본접속 URL은 http://도메인명(IP)/redmine 으로 /redmine을 제거하기 위해서는 아래 절차를 따르면 된다.


1.    BitNami Redmine Stack 서비스를 종료후 제거

> CD \<installdir>
> serviceinstall.bat UNINSTALL

 

2.    Edit the installdir/apps/redmine/scripts/serviceinstall.bat 파일에서 접두사 " —prefix /redmine" 제거한다.

 

3.    <installdir>/apps/redmine/conf/redmine.conf 파일을 아래와 같이 수정한다

<VirtualHost *:80>

  ServerAdmin webmaster@your_server_name

  ServerName your_server_name.your_domain_name.local

  ServerAlias your_server_name

 

  # this not only blocks access to .svn directories, but makes it               

  # appear as though they aren't even there, not just that they are             

  # forbidden                                                                   

  <DirectoryMatch "^/.*/\.svn/">

    ErrorDocument 403 /404.html

    Order allow,deny

    Deny from all

    Satisfy All

  </DirectoryMatch>

 

  # This passes through remote_user to mongrel                                 

  RewriteEngine On

 

  # Redirect non-static requests to cluster                                   

  RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f

  RewriteRule ^/(.*)$ balancer://redminecluster%{REQUEST_URI} [P,QSA,L]

</VirtualHost>

 

ProxyPass / balancer://redminecluster

ProxyPassReverse / balancer://redminecluster

 

<Proxy balancer://redminecluster>

  BalancerMember http://127.0.0.1:3001

  BalancerMember http://127.0.0.1:3002

</Proxy>

 

4.    서비스 재설치

> cd “C:\Program Files\BitNami Redmine Stack\apps\redmine\scripts”
> serviceinstall.bat UNINSTALL
> serviceinstall.bat INSTALL

 

5.    서비스를 시작한다.

 

Posted by 에릭문
Windows 7에 언어팩을 설치하려면 Professional 에디션 이상 되어야 언어팩을 사용할 수 있지만 Vistalizator라는 프로그램을 이용하면 Professional 이하에서도 언어팩을 설치 할 수 있다.
언어팩  설치

1. Vistalizator을 다운로드 http://froggie.sk/download.html
바로가기: http://froggie.sk/download/Vistalizator.exe

2. 본인의 운영체제에 맞는 영어 언어팩을 찾아 다운로드(Windows 7 32bit 언어팩 기준)
http://froggie.sk/7lp32rtm.html
바로가기: http://download.windowsupdate.com/msdownload/update/software/updt/2009/08/windows6.1-kb972813-x86-en-us_22ee3397a02372681b375ddabf6ffa33662fd500.exe

3. 언어팩 다운로드가 완료 되면 Vistalizator을 실행해서 Add Languages 버튼을 클릭후
다운받은 언어팩을 선택 후 설치 진행
Posted by 에릭문


 

 <jive>
  <admin>
    <authorizedUsernames>jimuser</authorizedUsernames>
  </admin>

   <adminConsole>
    <!-- Disable either port by setting the value to -1 --> 
    <port>9090</port> 
    <securePort>9091</securePort>
  </adminConsole>

 

 

 

Posted by 에릭문

두툼한 손가락으로 아이폰을 터치하다보면 오타가 나거나 빠른 타이핑이 어렵다.

이런 문제를 해결할 수 있는 제품을  찾기 위해 구글링을 했다.

블루투스 키보드는 실제 판매제품이 아직은 없는것 같다. 좀더 찾아보면 나올지 모르겠지만.

 

 

스타일러스 펜 

정밀한 터치나 세밀한 드로잉 등의 쉽지 않다는 점을 해결한 정전식 터치스크린에 맞춘 전용의 스타일러스 펜($14.95)

 

 

 

 

 

 

 

  • T-Stylus 터치펜

모바일 기기 액세서리 전문업체 벨류원에서 출시한 T-Stylus 터치펜 (17,000원)












  • 소시지(맥스봉)

겨울철 통화를 하거나 문자를 보낼때 맥스봉 같은 소시지류로도 터치 가능

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

키보드

  • iType

디지털기기를 생산하는 영국의 '이온 오디오(Ion Audio)'사(社)는 지난 7~10일 미국 라스베이거스에서 열린 세계 최대 가전제품 전시회 'CES 2010'에서 아이폰이나 아이팟 터치를 끼워 사용할 수 있는 전용 키보드 'iType'을 선보였다.

이 제품은 일반 PC에서 사용하는 풀 사이즈의 쿼티 키보드로 만들어졌다. 또 키보드 상단의 중심에는 아이폰이나 아이팟 터치를 끼울 수 있게 제작됐다. 언뜻 보면 작은 LCD가 장착된 상판 없는 노트북처럼 보인다.

사용방법은 이렇다. 아이폰이나 아이팟 터치를 장착하고 나서 키보드에 글자를 입력하면 아이폰이나 아이팟 터치 화면에 글씨가 나타난다. 이 키보드를 사용하면 다른 휴대전화에 비해 좀 더 빠르고 정확한 타이핑이 가능하다.

하지만 백그라운드 앱을 허용하지 않는 아이폰의 구조적인 문제 때문에 오직 'iType' 앱 안에서만 이용할 수 있다는 것이 단점이다.

회사 측은 CES에서 이 제품을 소개하면서 60달러(6만7440원)를 넘지 않을 것이며, 오는 7~8월쯤 공식으로 출시할 것이라고 밝혔다.

 출처:한경닷컴 김은영 기자 mellisa@hankyung.com

 

iTwinge은 아이폰에 씌워 사용하여 실제같은 촉각 느낌을 주는 키보드. 가격은 $39.99 USD

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 













아이포드와 아이폰을 키보드에 도킹해서 음악, 사진, 비디오등을 쉽게 이동, 동기화 그리고 충전 기능, 가격 149.99USD







  • BTstack Keyboard

'IT > iPhone&Mac' 카테고리의 다른 글

아이폰 이색 악세서리  (0) 2010/12/24
아이폰용 입력도구 액세서리  (0) 2010/03/05
Posted by 에릭문


·           다운로드: http://www.techhit.com/TwInbox/twitter_plugin_outlook.html


·          사용방법 안내 동영상

Posted by 에릭문

You may not know what a  QR code is exactly, but you’ve probably seen one on a poster, magazine ad, or some other printed material over the past few years. Cellphone users can simply take a picture of the black and white code, have it decoded by an application, and get redirected to a website that offers more information about whatever the code was attached to. For example, Google recently adopted QR codes as a way for customers to get more information about an establishment by linking them to the venue’s Google Places page.

With Microsoft Tag, the technology giant is attempting to jump into this space with their own proprietary bar code technology. MS brings some bonuses to their variant, including: Intricate color designs for the tags (compared to the QR code’s blocky black and white design), the ability to hold more data, and increased analytics (a boon for advertisers). Microsoft Research has been working on the underlying technology, dubbed High Capacity Color Barcode (HCCB), since 2007.

Tags are decoded via Microsoft’s software. While it would be nice to see MS opening up the standard for other bar code reader applications (like QuickMark) to join in, at least they were wise enough to offer a version for pretty much every phone platform — including iPhone, Android, Palm OS, Blackberry, and J2ME (Java) phones.

They’ve been popping up in magazines for the past year, but now Microsoft is allowing anyone to make their own Tags via its official website. There’s a definite need for some sort of perfect solution in this space — something that will connect offline media to the web — and the door is wide open for someone to dominate. Helping MS is the fact that QR codes haven’t become nearly as prevalent in the US as they have in Japan and a few other countries.

Another competing standard in this space is  Data Matrix, which was adopted by the US Department of Defense. At this point, most QR code reading software also supports Data Matrix.

It remains to be seen what exactly Microsoft will do with Tag. For now, it seems that they just want to make us aware that it exists, and that it’s much prettier than the competition. Given its stylistic advantages over uglier QR codes, the promise of better analytics for advertisers, and the fact that Tags can remain legible to reader software while remaining physically smaller than QR codes, it’s very likely that Tags will soon be everywhere.

Tag was demonstrated at the last DEMO conference (which VentureBeat co-produces) in Fall 2009.

source:http://venturebeat.com/2010/02/01/microsoft-takes-on-bar-codes-with-tag-links-the-web-to-the-real-world/

Posted by 에릭문