Chris Alvares
Porfolio About Me Contact Me Social Blog

How to: Coda in Fullscreen

January 30th, 2012

So I finally started doing some web development on my new iMac running OSX Lion, and I was a little shocked to see that Coda had not implemented the awesome fullscreen feature. The feature is one of my favorites for lion, and I really wanted to use it for Coda. I looked into it, and I found a way using Coda’s plugin API to enable it.

Introducing the Coda Fullscreen Plugin.

Download here. (Source is on github).

To get it to work, you have to open a project or a file. There must be a coda editable window open. (This is the only way I have access of the current Window)

Coda Fullscreen View

To exit full screen mode, use the menu bar at the top, there is a blue button on the right hand corner of the screen.

Once again, download here. (Source is on github).

admin Uncategorized

Cerebro is no longer supported.

December 28th, 2011

As many of you know, Cerebro is no longer being supported. It has been broken for a while, and with Apple providing a better solution for free, there is no reason for me to keep developing Cerebro.

Please use Apple’s find my phone feature.

Thanks,

-Chris

admin Uncategorized

Cerebro 1.1

February 4th, 2010

UpscaleRiver has posted a post on battery updates here If possible, post comments on that site instead of my own person website blog which will be redirecting their in the near future.

admin Uncategorized

UpscaleRiver

January 27th, 2010

Hi, I understand it has been a while since I posted anything on my blog. I would like to thank everybody who still reads the blog and has subscribed via RSS. I believe my last post was sometime in September, so I figured I would update everybody on projects.

First off, I combined my work with an awesome workforce known as UpscaleRiver. We are a small business hoping to grow in the future, so look out for us.


UpscaleRiver Logo

So what does this mean? Well, UpscaleRiver will now be in charge of most of my previous iPhone applications including Cerebro and Passion. This is a great opportunity for the Cerebro project as we finally have finished beta testing and Cerebro will go public on February 1st!

While I will still post here from time to time, a lot of my posts will now be at UpscaleRiver’s blog

Thanks,
Chris Alvares

P.S. We will be releasing the source code to the Cerebro project on UpscaleRiver on February 1st, I will post the source on here as well so that everybody can get it.

admin Uncategorized , , , ,

Cerebro Update

September 17th, 2009

Cerebro

Cool things will be happening to Cerebro in the next couple of days, and I would like to show you some of them today.

iPhone Mobile Site
It came to my attention that if you ever lose your iPhone, and are trying to track it down, you probably wont bring your laptop with you, so I have created an iPhone Mobile site found at http://chrisalvares.com/Cerebro/m. This is also available via the Cerebro iPhone application.

Screen shot 2009-09-17 at 7.37.01 PM

Battery Life Indicator
You can now check your battery life of your iPhone via the detailed view page.
Screen shot 2009-09-17 at 7.36.08 PM

The Cerebro Snow Leopard App
Soon, you will be able to track your Macbook or Macbook pro running Snow Leopard. The cool part about this is that the code used for the Snow Leopard App will be almost identical to the code on the iPhone app. They both will use CoreLocation, and a Unix daemon. We are code naming this Snowebro, and it is at an early stage, with a public beta coming soon.

admin Uncategorized , , , , , ,

CALocationService renamed Cerebro

August 8th, 2009

Cerebro

CALocationService was the code name for my next project and the beta period is almost over, which means that I needed to choose a new name. Cerebro will still be CALocationService under the hood, but it will have new features and more ways to install onto your iPhone.

admin Uncategorized , , , , , ,

Coda Mojo WebOS Plugin updated

August 5th, 2009

I have update the WebOS Coda plugin to version 1.1, this version includes bug fixes and a new “Check for Updates” button.

You can find it here. I am still working on Tiger support, but for right now, it is Leopard and Snow Leopard only.

admin Uncategorized , , , , , ,

AOL’s iPhone App AIM does not encrypt your password.

July 30th, 2009

iPhone users watch out, any app or program can steal the password saved in the AIM application very easily due to AIM storing the password in an unencrypted open plist file.

The file is in AIM.app’s “Documents” directory, name Accounts.account, and if an app has read access, then it can steal your username, password, and just about all your stored information.


AimPassword


What is worse is this is it does not stop at the AIM app, IM+, another IM service provider also stores the password in plain site in another unsecured plist file.

IMPlus Password


This really must stop, iPhone programmers, stop being lazy and secure your files.

admin Uncategorized

Passion officially released on the App Store.

July 26th, 2009

New from Chris Alvares comes the next hottest iPhone Application known as Passion.



What is Passion?

Ever wondered if how well you compared to other people during sex, well now you can with Passion. This iPhone application measures how well you perform during sex, and gives you a rating from 0 to 10, 10 being the highest. Then you can go online and see how well you did against the rest of the world.

How it works?

Passion works by using all of the iPhone’s distinct features such as the microphone, accelerometer and many others to determine an accurate score. All you have to do is start the application, put your iPhone on the bed, in an arm band, or even in your pocket and have intercourse, it is as easy as that. Once you are finished, press the stop button and view your results.

Compatibility

1) Passion requires an internet connection the first time you use the application and when submitting scores.
2) iPhone 2G, 3G, 3GS supported. No iPod touch support at this time.


More Screen Shots



admin Uncategorized

Coda and WebOS, a match made in heaven? Part 2

July 16th, 2009

This is part two of Coda and WebOS, you can find part 1 here.

Create a project
So the first thing we have to do is create a new Coda Project, I named it WebOS First Application

new project

The next we have to do is decide where we are going to put the project. This is the tricky part, whatever the last folder name is, that is the “name” of our project.

MyFirstProject

Here, I have titled my project “MyFirstProject” and have stored it inside the /home/webos/MyFirstProject folder, so MyFirstProject will be the name of our webOS project, this has nothing to do with the end pre app, only how the plugin distinguishes between projects.

newproject Note that there is NO forward slash at the end of the file path.


Next, you need to create a project, to do this go to Plug-ins->Palm Pre SDK->Create project

create project

You should notice we have a full project created for us

fullproject

After we have created the project, we can now open the simulator, which can be found at Plug-ins->Palm Pre SDK->Open Simulator

opensimulator
After the simulator boots up, and comes to the homescreen . We can test the application.
buildandgo

We should bring us to
firstapp


To close the application, all we have to do is call the Close Application button, again, from the Coda Plug-ins menu.
closeapplication

Well, I hope you enjoyed this tutorial on how to get started with the Palm Pre SDK using Coda, and I would love to see what you have created in the future.

admin Uncategorized , , , , , ,