Showing posts with label Mac Software. Show all posts
Showing posts with label Mac Software. Show all posts

Bean โปรแกรมพิมพ์งานดีๆ ฟรีๆ บนแมคครับ
บังเอิญได้ไปอ่านใน Freemac don NET มาแล้วก็เห็นเค้าแนะนำ
ไอ้ผมก็เลยเอามาแนะนำต่อใน Blog ของตัวเองซะหน่อย

ไปตามอ่านรายละเอียดเต็มๆ ได้ที่ http://www.bean-osx.com นะครับ

Bean is a small, easy-to-use word processor (or more precisely, a rich text editor), designed to make writing convenient, efficient and comfortable. Bean is Open Source, fully Cocoa, and is available free of charge! MS Word, OpenOffice, etc. try to be all things to all people. But sometimes you just want the right tool for the job. That is Bean's niche.




origins of Bean
In case you're curious, this is how Bean: a Free Word Processor for OS X came about.

Writing fiction (short stories and novels) has been a passion of mine for a long time. I wondered how possible it would be to create a word processor that works just the way I do. And so, I set out on the path that would lead to the creation of Bean. I suppose this is why painters sometimes resort to mixing their own pigments, why fiddle players resort to making their own fiddles. It's not necessary for what they do; yet, the process of creating the tools needed for a medium serves to deepen one's understanding of that medium. In fact, this pattern has emerged in my life: I create in order to understand.

There are many people who use Text Edit and wish it had a live word count and adjustable margins. Truth be told, Text Edit is a bit uninspiring because the interface stems directly from Cocoa's text object and the Objective-C messages it expects. With Bean, I strove for beauty and user-friendliness, so I began with the interface and worked backwards. Still, Bean is just a wrapper for Apple's NSTextView object, which itself is a refined version of the text object NeXT developed more than ten years ago. Also, all document format conversion in Bean is handled by Cocoa. So all of the heavy-lifting in Bean programming-wise is done by OS X's Cocoa frameworks. I would not have coded Bean if I had to do it on Windows.

In planning Bean, I studied "Lean Word Processor Specifics," by Marten van de Kraats. Also, I took his advice and studied the old, beloved word processor WriteNow, which van de Kraats and others have called 'the best program ever written.'

Pretty much, I was able to implement all of van de Kraats specifics:

• RTF and HTML formats
• remember cursor location
• spellcheck (free with OS X)
• find and replace (free with OS X)
• document and selection word count
• ruler (free with OS X)
• page breaks (free with OS X)
• insert pictures
• headers and footers
• separate controls for font and size and style (in the Inspector)
• show invisible characters
• page view option
• change view size

Something I decided to skip, after much soul-searching, is footnotes. Adding footnotes is difficult for a number of reasons. For one, Apple's RTF implementation doesn't understand footnotes, although this can be overcome. Also, the algorithm for balancing footnotes with text would have to be very smart. For instance, the first five words of a long document (say, "In the beginning, God created...") might require fifteen pages of footnotes. These have to be balanced with the text somehow. And, if you're writing all that special page layout code to accomplish this, you might as well do sections, columns, floating graphics, etc., and before you know it, you have MS Word!

Another thing missing in Bean is hierarchical styles. I know there is a camp out there for whom hierarchical styles (Heading1, Heading2...) is the be-all and end-all of document creation. The exemplar of this is TeX (pronounced /tek/), the markup language where you tag bits of your document, then compile it with a style sheet. The opposite of this is "narrative" markup, where you simply apply different styles to text here and there (which is in fact what Bean, and RTF in general, does). In no way do I mean to minimize the importance of hierarchical styles, which are necessary for professionals to create documents that are consistent and professional-looking. It's just that in 20 years of using word processors, I've never used them. Not even once.

About Bean, some have said, "Why switch from Word? It has everything that I need!" So, keep using Word; I used Word for years and was reasonably happy with it. But Word is a big brute of a program. Sometimes using Word is like going out for lunch and getting this huge platter of greasy food when all you wanted was something light, like half a sandwich.

The feedback from users of Bean has been brilliant. One user, Laurent Baumann, even designed a new set of icons for the app and the toolbar, for which I am deeply grateful. Many of the features that have been added to Bean are the result of user suggestions and feedback. It's unbelievable how much I learned by communicating with people all over the world about things related to Bean.

Some people wonder about the name Bean. The name is a wordplay on Java and Cocoa (and now, Cappuccino), which are programming buzzwords. Plus, it's cute. I really did not want a generic name like "Pro Writer 3000, Express Edition." Also, I didn't think the world needed another icon featuring a piece of paper and a ball-point pen! As Laurent pointed out, coffee is a 'tool' that many writers (and programmers) use. So that's the tool you see in the icon.

I am not a programmer. I taught myself what I know of Objective-C and the Cocoa frameworks using the references I had available. The cost was minimal, except for time. The Xcode tools are free with OS X (on the installation disk). Cocoabuilder.com and cocoadev.com are also free and are great resources for when you run into a wall. Apple provides sample code, and open source code examples are available on the internet. Although the Cocoa frameworks are not open source, there is a similar open source implementation of the frameworks called GnuStep, which can assist in understanding the inner workings of Cocoa.

Programming has been a fun hobby for the last two years or so...but watch out, it's addictive.

James Hoover

(Revised 24 January 2009)


[ Download Bean: http://www.bean-osx.com/releases/Bean-Install.dmg ]
Version 2.4.3 (released 26 February 2010)
Featuring various enhancements and the addition of a Czech language localization.
Includes: Chinese (Simplified), Czech, Danish, English, French, German, Italian, and Slovak user interfaces.

Change Log
Road Map/Future Plans
Download Previous Versions
Instructions for localizing Bean

Requirements
A Mac with a PPC or Intel processor running OS X 10.4 Tiger, OS X 10.5 Leopard, or OS X 10.6 Snow Leopard

Installation
Open the disk image and copy Bean.app to your Applications folder. You may need to 'authenticate' this action with an administrator password. Don't forget to eject the disk image. If you have trouble, read this.

FAQ / Troubleshooting
Answers to common questions about Bean are here. For troubleshooting, click here.

Cost / License / Sourcecode
Bean is provided at no monetary cost and is released under the Gnu General Public Licence.
Bean is open source. Click here to download the Objective-C sourcecode.
Bean comes with no warranty; you assume all the risk of using it (see the Gnu GPL for details).

Contact
Report bugs, give feedback, or ask questions here: jnrh2001 (at) yahoo (dot) com.

Why use Bean?
Bean is lean, fast, and uncluttered.
• If you get depressed at the thought of firing up MS Word or OpenOffice, try Bean.
• If you use Text Edit but have to jump through hoops just to get a word count, try Bean.
• If you desire a simple, beautiful writing environment, try Bean.

Features
Bean is a small, easy-to-use word processor that includes:
• a live word count
• a Get Info panel for in-depth statistics
• a zoom-slider to easily change the view scale
• an Inspector panel with lots of sliders
• date-stamped backups
• autosaving
• a page layout mode
• an alternate colors option (e.g., white text on blue)
• selection of text by text style, paragraph style, color, etc.
• a floating windows option (like Stickies has)
• find panel allows regular expressions (pattern matching)
• all of Cocoa's good stuff (dictionary, word completion, etc.)

Bean doesn't...
...do footnotes, pre-defined text styles, floating graphics (but it does do in-line graphics).

File Formats
Bean natively reads and writes these file formats:
• .rtf format (rich text)
• .rtfd format (rich text with graphics)
• .bean format (identical to .rtfd)
• .txt format (Unicode and legacy)
• .html format (as source code)
• .webarchive format (Apple's web archive format)

Bean transparently imports and exports these formats:
• .doc format (MS Word '97, minus images, margins, and page size)...more info here
• .docx format (Word 2007, minus images and some formatting)...more info here
• .odt format (OpenDocument, minus images, margins, and page size)
• .xml format (MS Word 2003 XML, minus images)

Bean can export all of the above formats to these formats:
• .html (web page format, minus images)
• .pdf
• .doc compatible (with images intact)
• .rtf (with images intact)

Related Links
iText Express is a small, free Cocoa word processor that does footnotes.
OpenOffice Aqua is a large, free MS Word clone featuring a native OS X interface.
AbiWord 2.3.99 (the last usable version for OS X in my opinion) can be downloaded here.

An interview I did about programming Bean can be found here.

Laurent Baumann designed most of the icons for Bean. He recently won an Apple Design Award for his work on Fontcase.

WordService (download link toward bottom of page) will add valuable actions to your Services menu, such as Remove Line Endings, Sort Items, Remove Multiple Spaces, All Caps, Rotate13, etc.
When Bean users request these features, I point them toward WordService. Be sure to read the installation instructions. A discussion of the power of Services.

CopyPaste Pro is a multiple clipboard utility that lets you display, edit and archive clippings. It also offers Services-like functionality. By breaking the one-clipping limit of the Pasteboard, you can work less and accomplish more. (Bean is the built-in editor for CopyPaste.)

Bean 1.3.3 (released 6 August 2008) is an older version of Bean that has user interfaces for some languages not yet in the current version, including Catalan, Japanese, Korean & Swedish.

Read More

Paragon NTFS ออก version ใหม่แล้วครับ Paragon NTFS 8.0 นั่นเองครับ
แล้วตอนนี้ผมก็ใช้แล้วอ่ะครับ... ใครอยากได้อะไรแบบนี้ลอง หลังไมค์มานะครับ




อันนี้เอามาจากเว็บผู้ผลิตครับ แต่ผมมา confirm เลยครับว่าใช้กับ SnowLeopard 64 bit ได้ครับ

When working with media files or documents in Mac, you need access to the high performance of your system regardless if the files are located on the Mac’s HFS+ formatted volume, or in Window’s NT File System. Paragon NTFS for Mac® OS X 8.0 is the only NTFS driver on the market that provides full read/write access to NTFS with the same high speed as native HFS+ files. The built-in “HFS+ for Windows” completes an effective two-way communication channel between Mac® OS X and Windows.


NTFS for Mac® OS X 8.0 is the first NTFS driver to support Snow Leopard in 32 and 64-bit mode!

ช่วยกันอุดหนุนของเค้าหน่อยครับ $39.95 เองครับ โอยยยยย @.@

Read More

Mac OS X v10.6.3 Update
มาแล้วเจ้าค่าเอ้ย..... มาดูแบบภาษาอังกฤษกันก่อน

About Mac OS X v10.6.3 Update (Combo) Download Here

The 10.6.3 Update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that:

* improve the reliability and compatibility of QuickTime X
* address compatibility issues with OpenGL-based applications
* address an issue that causes background message colors to display incorrectly in Mail
* resolve an issue that prevented files with the # or & characters in their names from opening in Rosetta applications
* resolve an issue that prevented files from copying to Windows file servers
* improve performance of Logic Pro 9 and Main Stage 2 when running in 64-bit mode
* improve sleep and wake reliability when using Bonjour wake on demand
* address a color issue in iMovie with HD content
* improve printing reliability
* resolve issues with recurring events in iCal when connected to an Exchange server
* improve the reliability of 3rd party USB input devices
* fix glowing, stuck, or dark pixels when viewing video from the iMac (Late 2009) built-in iSight camera

For detailed information on this update, please visit this website: http://support.apple.com/kb/HT4014.
For information on the security content of this update, please visit: http://support.apple.com/kb/HT1222.

*** เดี๋ยวคืนนี้มาดูกัน... ว่าจะอัพเดทด้วยแมคเท่ห์ผ่านหรือไม่ครับแล้วจะมาโพสต่อว่าเป็นยังไงครับ อิอิ

Read More

DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background and text colors are customizable with support for transparency.

Please Donate! DateLine is free, but it contains some advanced features which can be unlocked with registration for $4.95. You can purchase a license for DateLine via PayPal in the Store. Your registration directly supports further development of DateLine.

Free features:

Customisable appearance: fonts, colours, width, transparency and more
English, French and Portuguese Localizations
Works with all system supported languages and time formats
Dockless operation
Calendar week dividers and numbering
Access to iCal by double-clicking a day
Advanced features (Registration required):

Display iCal events in a pop up window
Customisable number of days in calendar
Lock position
Today centric view
Vertical orientation
Support:

DateLine Release Notes
DateLine Forums

Download Date Line Here >>> http://download.machinecodex.com.s3.amazonaws.com/DateLine.zip



Release 0.861 | 28 November 2009 |
Shareware | Requires Mac OS X 10.5 +

Read More

GeekTool Review | Part 1

If you’re a true geek you’ll love this piece of software. GeekTool allows you to display almost any information about your Mac right on your desktop. You can monitor shell script output, images, and even entire files without lifting a finger. Some may argue that they can never see their desktop or that GeekTool provides unneeded info. I say, hire a maid to keep your desktop clean and get your geek on!

I’ve decided to break this article into two pieces as it would be way to long if it wasn’t. The first part will be a review of GeekTool itself and my impressions of it. The second part will be based on customizing GeekTool, mainly focusing on the scripts/commands that I use to pimp out my desktop.

GeekTool is a Preference Pane. This means that after you install it, you can find it by looking in the System Preferences at the bottom in the ‘Other’ category. GeekTool has a fairly simple interface. Everything is accessed through one window, with more in depth settings tucked away in drop down menus and button tabs. Everything is very intuitive and within a few seconds you’ll feel pretty comfortable with it.


As I said earlier, GeekTool can handle shell scripts, text files, and images. The most powerful of the three is most definitely shell scripts. While displaying a current weather radar map might be fun and monitoring logs might be useful, you’ll be amazed at what you can do with shell scripts and GeekTool. Shell scripts allow you to monitor iTunes, ip addresses, and system usage. Anyone who may have switched to Macs from Linux or is a Terminal junkies you will love GeekTool.


Anything that GeekTool displays can be customized. From font/color/size of text to window frames there should be a little bit for everyone. GeekTool CustomizationI prefer to run all my GeekTool entries with high contrast colors and transparent backgrounds, but this is just my preference. If you want a boring bordered window with black text on a white background thats cool as well and GeekTool will allow it. Each entry can be moved anywhere on your desktop and can even be displayed on top of all other windows if you’d like. This gives you all the control. Align you r entries along the edge of the screen, top, bottom, or even smack dab in the center. Whatever floats your boat. I’ve chosen to align everything on the left since I’ve got my dock on the bottom of the screen and icons loaded on the right.

There is at least one application that does the same thing as GeekTool on Linux, but I’ve never seen one for Windows. I don’t know what I like more, having lots of useful information at my fingertips or the incredibly geeky feeling I get when I notice someone staring at my computer screen :) If you want to be the envy of all your friends you NEED GeekTool :)

GeekTool can be downloaded here. >> http://projects.tynsoe.org/en/geektool/download.php


Oh, and just to whet your appetite a bit for tomorrows article, here’s a screenshot of what I’ve done with GeekTool! What you see from top to bottom is iTunes album art, iTunes currently playing info, a calendar, ip address info, current Airport connection, uptime, and processes/cpu/ram info!

I should have the second part of this review up sometime tomorrow. If you want to make sure you catch part two of the review so you can find out about all the cool scripts I’m running with GeekTool, subscribe to my RSS fee

Read More