Showing posts with label Free Stuff. Show all posts
Showing posts with label Free Stuff. Show all posts

2009-11-08

Free Mac Apps Go get yours now!

MacHeist are at it again and are giving away free apps one of which I used to to grab the image for this post.

If you want the pack just jump on over to MacHeist sign up and then get to downloading. You have to be quick tho because the deal ends in four days from today(Sunday 8 November 2009).

2009-09-01

Making the Eclipse XML editor Useful

I use Eclipse for editing pretty much everything I on my Mac with its great free plugins who wouldn't want to use it there is only one small problem. That problem is the built in XML editor for Eclipse sucks, it tree based meaning you can't get the the underlying code without using the default Text Editor.

I decided that there must be a free plugin you can use so I Googled "free eclipse xml editor" and found several articles about an editor called XmlBuddy but there was a problem, the domain www.xmlbuddy.com has been sold so you are not going to be able to download it from there crap! So yet again I turn to my friend google and at last I have found the answer.

I downloaded the plugin from cnet unzipped into my Eclipse plugins directory, now I finally have a decent XML editor.

2009-07-30

Free Flex Visual Studio Plug-in

There is a plug-in for visual studio it is not as good as the adobe IDE but is free will do the job, for more info on the plug-in go to their website. First you need to download all the required files listed below:
Now you have a directory full of downloads it is time to start installing(please note [version] is a place holder for the current version of the file you downloaded):
  1. Extract the Flex SDK (flex_sdk_3.zip) to "C:\Flex\3\".
  2. Install the visual studio plugin (EnsembleTofinoWithoutFlexSDK.[version].msi) by double clicking it.
  3. Open Visual studio
  4. Open the Options Windows
  5. Check the "Show all settings" checkbox if its there
  6. Go to Projects > Flex Projects
  7. Set the Flex 3 SDK location to "C:\FlexSDK\3\|

For more info on how to use the plug-in there is an article at developer fusion.

2009-07-22

Free Flex IDE

Ok so flex is great but there is one small problem and thats the US$ 299 for the IDE from adobe. Yes there is a free trial available so you can at least spend 60 days trying the IDE but what happens after your 60 days are up and you still want to use flex but don't have US $299 laying around to buy yourself the full version. With Flash Develop and a two little plugins you can.

Installing First you need to download all the required files listed below:

Now you have a directory full of downloads it is time to start installing(please note [version] is a place holder for the current version of the file you downloaded):

  1. Run the installer(FlashDevelop[version].exe) for Flash Develop and and leave everything as the defaults.
  2. Install the Java SE Runtime Environment (jre-[number]-windows-i586.exe).
  3. Extract the Flex SDK(flex_sdk_3.zip) to "C:\Flex\3\".
  4. Install the Design View AIR app(designview.air) by double clicking it.
  5. Open the Design View plugin(FlexDesignView-[version].zip) and copy the contents of "Data" to "C:\Program Files\FlashDevelop\Data\" and the contents of "Plugins" to "C:\Program Files\FlashDevelop\Plugins\".
  6. Extract the Debugger Plugin(FlexDbg.zip) to "C:\Program Files\FlashDevelop\Plugins\"".

Now Everything is in installed all you need to do is set up flex in Flash Develop:

  1. Open the Flash Develop(Start > Applications > Flex Develop > Flex Develop).
  2. Once the application is opened press F10 or go to "Tool > Program Settings" to open the Program Settings.
  3. Click on AS3Content button (1. in the image below).
  4. Then set the "Flex SDK Location" (2. in the image below) to "C:\Flex\3\".
  5. Click Close, and enjoy Flash Develop.

Program Settings Settings Screen

Update: as requested here are some screen shots with FlashDevelop in both Source and Design Views.

2009-07-06

Excel Reader Writer (excel not required)

Ok as promised here it is a very simple(1 days work) wrapper for reading and writing excel files using 2007 Office System Driver: Data Connectivity Component. Below is an example function that shows what the class library can do. Remember to include a reference to the library in you project.
public void CorichExcel()
{
    string file = "C:/excel.xls";

    string sheet = "";

    try
    {
        //Gets a liost of sheets from the excel file
        string[] sheets = Corich.Excel.ReaderWriter.GetSheets(file);
        sheet = sheets[0];
    }
    catch(Exception ex)
    {
        MessageBox.Show(ex.Message);
        return;
    }
    
    //Check to see if the sheet exist
    if (Corich.Excel.ReaderWriter.SheetExists(file, sheet))
    {

        //gets a list of colums from the first sheet in the excel file
        string[] columns = Corich.Excel.ReaderWriter.GetColumns(file, sheet);

        //Loads the data in the first excel sheet into a data table
        DataTable data = Corich.Excel.ReaderWriter.Read(file);

        //Writes the data from the first sheet to a new excel file, currently only writes to xlsb files
        Corich.Excel.ReaderWriter.Write("C:\new_file.xlsb", data);

        //Writes the data from the first sheet to a new excel file in the temp directory then opens it, currently only writes to xlsb files
        Corich.Excel.ReaderWriter.WriteToTemp("new_file.xlsb", data, true);
    }

}

You can download the .dll and the source here the code is under the GNU GPL licence it would be nice to point people to my site if you use it.

2008-03-04

New Nine Inch Nails - Ghosts

There is a new Nine Inch Nails CD and it is only available online so what are you waiting for go and buy it I did, here is a bit of info from the site.
Nine Inch Nails presents Ghosts I - IV, a brand new 36 track instrumental collection available right now. Almost two hours of new music composed and recorded over an intense ten week period last fall, Ghosts I - IV sprawls Nine Inch Nails across a variety of new terrain.
Oh and just in case you don't believe me
You can get it for free but thats not really right it is?

2007-11-30

Regular Expression Designer

I don't know about you but I'm not a big fan of the trial and error when dealing with regular expressions luckily today I managed to find a tool to help out.

2007-07-23

Good Bye Paid Hosting


I have been paying for web hosting for over 3 years and as of this post I will be paying for hosting no more.

It occured to me a little while ago that the only thing I am really using my paid hosting for is my blog and email. While there are plenty of good blog hosting solutions (blogger.com, wordpress.com), I hadn't however found anyway to manage my email with the same control as paid hosting, that was until I found Google Apps.

What is Google Apps you may ask, well Apps is basically a way to assign google services to your domain name. The services that Apps currently supports are:
Why may you ask should I use google apps when I can just set up a gmail account and have all that anyway?
The answer is pretty simple- all these services are run under your domain name. This means that you can set up users and they will have an email address at your domain (ie pete@yourdomain.com) and a document store at your domain as well.

You can even host your own webpage with Google Pages.

2007-04-02

Gremlin in the System

Gremlin in the SystemThe site is back, I got a really large amount of traffic and my webhost shut down my site so that the rest of the websites on the Server still worked
I have moved the gallery to flickr to make the site work faster lets hope it works.
It would of been nice fot them to tell me that they were planning to shut down the site tho.