if this site looks broken its because you're using an old-ass browser! seriously like 10 years old! get a better one!
  • blog
  • about
  • symfony

    Search By Category 'tech'

    4 results found.

    Oracle Webcenter Spaces 11g (11.1.1.3) CSS Pro Tip #1.

    04/01/2011 Posted in tech Posted by: rek

    If you have a CSS class in your skin (This is assuming that CSS compression is still turned on) and you do not want it to be changed into a 'compressed name' (After you have deployed your skin) then you cannot have any corresponding names.

    For example, if you want the add a class 'temp' into an element of your site via MDF and need to use this class with JS, then you cannot have a CSS entry matching it, else the class will get compressed, thus changed!

     

    This solves the case of the missing class's!

     

    Pro Tip: Some stuff you need to double class to override default styles eg: .powerClass.styleClass{

    Oracle and their documentation.

    15/12/2010 Posted in tech Posted by: rek

    So I have been on contract again, doing the Oracle. Specifically, Webcenter Spaces 11g (11.1.1.3.0). It has been a great learning experience so far, although difficult, as document issues constantly arise.

     

    One of the main issues I had is finding the newist versions, and the correct paths (Often paths within the doc do not work, thus you need to have an idea where it came from in order search it out)

     

    Now I have no idea how to find this page from within their site, but was lucky enough to be sent it from a friend: http://www.oracle.com/technetwork/middleware/webcenter/white-papers-088385.html

     

    So here it is, the golden link! Now, if only it was 2 weeks ago...

    Gamebeak: Beta launch

    11/10/2010 Posted in symfony, tech Posted by: rek

    Today we have opened up gamebeak.com. Its officially beta time. Have a play, let me know what you think. Especially bugs etc. So the site basically works like this: You sign up and then 'subscribe' to stuff you like.. and it makes a news feed for you.

     

    Built mostly with symfony 1.4 and Propel 1.5.

     

    Trac Setup on Dreamhost

    15/06/2009 Posted in tech Posted by: rek

    Dreamhost, Svn. Trac is then the last step right? So after it is all installed, you have to do these last two steps to get admin rights.

     

    First enable auth: (add this to the end of the .htaccess file in the trac domains folder, please remember to change the caps with your info)

     

    AuthUserFile /home/YOURUSERNAME/svn/SVNREPONAME.passwd
    AuthName