I've been interested in coding for much of my life and I can truthfully say that i made my first hack in assembly 8 years ago. I began seriously developing on the web in the beginning of 2002 and haven’t stopped since. For the last six years.
i didn’t hear about the Appcelerator thing before, but the title was really interesting as i use Zend framework extensively and it is a great idea to add some interactivity and UI to my apps.
after watching the webinars, i really liked the idea of being able to build the full prototype and have it working with no server side code, and then in the development phase with some slight changes to the prototype, it becomes the working front end interacting with the server side code with no problems @ all.
i went to try.appcelerator.org and gave it a try on the fly, that got me more interested. so i downloaded the sdk installer for MAC and installed it, the installation was at ease, even creating the projects and testing.
Appcelerator supports what we call “technology driven agile development” and we call that process Interactive Use Cases. We teach customers / developers to build their applications first using appcelerator as fully functional prototypes. Appcelerator supports this because it’s entirely message-driven and cleanly separates the UI from the services. We call this Service Oriented UI (or SOUI).
It supports a lot of web programming languages as PHP, Python, .Net, Java, Perl, Ruby on Rails, and Google app engine.
I have emailed one of the team there for more info, and he said they will have a drag & drop IDE for the framework on their roadmap.
today i have installed the new release of Ubuntu, 8.10 Interpid
but i had a problem setting my IP to a static one, when i do this through the network manager, and when i edited the network files manually nothing worked, so here is the steps i followed to solve the problem :
first i removed the network manager
sudo update-rc.d -f NetworkManager remove
then i added my network configuration by editing the file /etc/network/interfaces
sudo gedit /etc/network/interfaces
so it looks like
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.xxx
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.xxx
then i edited the file /etc/resolv.conf to add my DNS
sudonano-w/etc/resolv.conf
to look like
# Generated by NetworkManager
nameserver 192.168.1.xxx
then i restart the networking by :
sudo/etc/init.d/networking restart
if u still have problems, i suggest you restart the machine and check, the above steps is how i got my network up .
well, it is very useful to have a subversion server so u can have different versions of your applications; for back up and to be able to restore old versions, and be able to share the project with the team, when there is more than one developer working on it.
1- install apache
sudoapt-getinstall apache2
2- install subversion
sudoapt-getinstall subversion libapache2-svn
3- We’re going to create the subversion repository in /svn
sudosvnadmin create /svn
4- Now we’ll need to edit the configuration file for the subversion webdav module
sudo gedit /etc/apache2/mods-enabled/dav_svn.conf
we will comment the following line, so we can access the repository using the address http://www.servername.com/svn
<Location /svn>
</Location>
and the following line to enable the dav module
DAV svn
and the following line to set the path to our repository which is /svn in our case
SVNPath /svn
and the following 3 lines to enable basic authentication
It has been 3 months since i joined the team at Aroma, and i have to say i enjoyed every single day.
Since i have been always a chaser to my dreams, i found the environment there suitable for me, it gives you the time and the conditions that will make you learn, develop, apply and innovate.
During these 3 months i have finished many projects, i learned a lot, and applied a lot of what i have been learning before during my career.
The team there is amazing, i enjoy working with them, we brainstorm on crazy ideas that looks impossible and we do it :),
We always focus on the new and top technologies that helps us build secure and fast application with very attractive user interface, and since the team is experienced in them and certified from large companies like Adobe, IBM, and Beta Testers for the technology makers like Zend “The php company” we know how to use the tools well to get the best output ever.
We made a new page to demonstrate our work, u will find a video there and some shots behind the scenes, i am sure u will like it. the video is quiet large but it is worth it, be patient
Well, to mark your events in iCal and have them published to your google calendar, first you need to make an account in www.icalx.com
Then from iCal right click on your calendar, and choose Publish, and enter your iCalx calendar information.
after that you can take the link from iCalx and add it as a calendar in your Google Calendar account.
when you do that, every event you mark in your iCal, will be published to your iCalx account and then Google will pull it to your Google Calendar account,