1 Members

Thread Title
By User
Posts
Views
Last Post
  • :doin: :doin:

    118247.com
    azz0r
    1 year Ago
    3
    686
    1 year ago by azz0r
    Ditto. I hope the guy got some moola for it.
  • but not nearly as old as Casper the ghost.
    azz0r
    1 year Ago
    6
    681
    1 year ago by Jack
    Missed this thread! Cheers Aaron. :)
  • [*] Sidebar items are now limited so they don't stretch to much
    [*] Thread filtering is working again
    [*] Default them edited to use Georgia font and less padding (100% proper width on posts!)
    [*] Speed improvements on certain classes
    [*] Message layout improved
    [*] Made theme Sparse Lecture offlimits until its been done over
    [*] Added News Feeds
    azz0r
    1 year Ago
    20
    916
    1 year ago by azz0r
    [*] Extra error checking on poll options for missing user_ids
    [*] div.inner is now gone, due to jQuery rounded plugin that can cope with padding on its parent
    [*] URL changes, thread/forum/blog filtering no needs a -1 at the end, autos to page no 1
    [*] Bevel on posts
    [*] Attachments moved from view thread, full edit required

    CSS
    [*] Groups list cleaned up considerably
    [*] Subscriptions page remade, event rows float and are columned
    [*] Thread rows / group rows / account / register / login are all lists now
    [*] button.standard implimented instead of button update
    [*] Post CSS updated (left now border, margin to time
    [*] the-long-input, the-input, the-dropdown, the-label are gone and replaced by a standard
  • [img]forums.wuggawoo.co.uk/public/attachments/7401110979760.jpg[/img]

    forums.wuggawoo.co.uk/attachments
    azz0r
    1 year Ago
    3
    706
    1 year ago by azz0r
    [img]forums.wuggawoo.co.uk/public/attachments/28871156456241.jpg[/img]
  • azz0r
    1 year Ago
    6
    693
    1 year ago by Sticky
    [quote=azz0r]I pretty much do, I enjoy playing things on a 50inch sex machine.[/quote]


    There's so much potential for a gay joke here it's almost unbelievable.
  • chriscannon.multiply.com/
    Super Russy
    1 year Ago
    6
    564
    1 year ago by Sticky
    I honestly just would have let it drip onto the ground, really. :/
  • I really cannot afford £60 a year to maintain the place for no reason.

    So unfortunately, come September, Wuggawoo will be closing its door :(
    azz0r
    1 year Ago
    23
    634
    1 year ago by azz0r
    That girl got served.
  • On the crumbbar, there is now a link to threads one year ago, active threads and custom threads.

    I kinda like it.
    azz0r
    1 year Ago
    4
    527
    1 year ago by azz0r
    Wuggawoo Originals > One Year Ago (Add Poll)
  • [img]morphinelife.com/wp-content/uploads/2007/08/empty-room.jpg[/img]
    azz0r
    1 year Ago
    4
    491
    1 year ago by Sticky
    [quote=azz0r]The room is not empty, your mind just perceives it to be.[/quote]


    OH SHI-
  • Got so used to coding for one on v2 of MVC I decided to port it over.

    While drunk on red wine. Thats the true sign of a leet coder.
    azz0r
    1 year Ago
    12
    464
    1 year ago by azz0r
    I noticed, its still dodgy, but I need to find a proper solution and theres no good jQuery forum.
  • azz0r
    1 year Ago
    6
    447
    1 year ago by Makavelee
    yes, works now.
  • Naming Changes
    template/blogs = template/blog
    template/groups = template/group
    search = forum_search
    Image class = Manage_File
    errorTop.tpl = error-list.tpl

    Added
    gallery
    gallery_image
    image
    gallery_blog

    Changes
    forum controllers to be strictly: post, thread, category, forum_search
    general controllers to be: blog, group, calendar, qna, online_users
    user controllers to be: account, account_retrieval, profile, subscriptions, messages, user_list


    31st/July/2008
    mini-thread-row added, no reply+threadstarter+views columns
    Blogs can now be assigned to Groups.
    Name tweaks.
    Blog url tweaks
    azz0r
    2 years Ago
    12
    682
    1 year ago by azz0r
    Updated admin area, me likey
    Renamed Question and Answers to Help.

    Statistics page coming soon
  • We have 20GB a month. We usually use 2GB a month. This month, we've used 17GB as of today.

    Google is to blame.
    azz0r
    1 year Ago
    3
    518
    1 year ago by azz0r
    You damn 16GB stealer you!

    (refresh your cache, its fixed)
  • I coded something that lets you edit posts there and then, can you guys confirm it works for you?

    Heres your naked snail
    [img]falklands-underwater.com/invertebrates/images/snail.jpg[/img]
    azz0r
    1 year Ago
    16
    641
    1 year ago by azz0r
    Adding a post is now ajax'd. Currently can't add attachments because of this. Infact, the only way at the moment is to click edit and then click full edit, then upload from there.

    Smilie clicking works again to.
  • You were present at Lichfield College for the BTEC National course.


    Some neat things

    More Blogs By azz0r | View This Blog | 0 Comments

    As my work project advances I create new things that are useful for the wuggawoo codebase so I develop them on Wuggawoo first and then port them over. The problem with this is that its easy to over-ride some custom code that is specifically coded for my project.

    To combat this I made an extension folder in the Class, controller and template directories. However, this is unorganised and the team who are going to be helping soon will find it overly complex and rightly so. Therefore, I made an extensions folder in the root with its own class/controller/template directories.

    The template class now checks if a file exists in the root template folder, then the extension template folder and then the theme folder. The main configuration folder lets the server manager to change the section and action so that the default page doesnt have to be the forum anymore.

    Also worthy of note is how "Projects" can now become "extensions". Currently my major project is a PHP My Admin rip off, except light weight and more specific. I shall post pictures soon.

    [b][u]Other Notable Changes[/u][/b]
    The user URL was "user/username-userid" it has now become "user/username/userid-page" this will allow future use of comments being paged and it looks neater in my eyes.

    Another big change that I'm kinda split on, is now Groups can be assigned to threads aswell as the forum id. This means threads can have two sets of meta data attached to them, really honing how specific it is. It also gives the user control to essentially create there own custom forum! This is great for users and the websites owners as it delivers more keywords, more accessibility an more user enjoyment and creativity.

    It was achieved by adding group_id next to forum_id on the thread row. The reason I'm unhappy about this is because my master trainer would have insisted that it be

    Table: Thread
    Table: Thread_Group
    Table: Thread_Forum

    Which would mean a thread could in essence be tied to many groups and many forums. A one-to-many relationship. HOWEVER I opted against this as it meant a MAJOR overhaul of how threads work AND means users could overload a threads worth. The amount of headaches and query rewrites to accomplish it would have probably slowed down the site aswell.

    [b][u]Current Problems[/u][/b]
    I suck at Mysql. I've never been great and essentially I ride the wave of standard compliance with lack of proper indexes and slow queries on many joins. I should know how to set up proper indexes but I just don't. Reading would never teach me. I know no-one good at MYSQL with the patients to teach me. Its definetly the one area Wuggawoo falls really weak on. In essences its a huge crutch to, the main pillars of PHP development are

    MYSQL
    PHP Code
    Javascript
    Directory Strucuture

    In my eyes atleast and currently the top pillar is being weakly done. For that I'm sorry.

    Another problem is Javascript. I'm using the MooTools framework, alot of my javascript is weak as it is, but now theres a new version out that would require more rewriting and right now I'm comtemplating switching to jQuery when the mood takes me. However I don't want to even type about it, javascript and me don't get along.

    - Aaron Out.

    A blog about work?

    More Blogs By azz0r | View This Blog | -1 Comments

    I do feel slightly blessed to have my job. It's something I take for granted alot and it's slowly but surely I'm realising that I get paid to do what I enjoy, from the comfort of my own home with my family around me.

    Are the long hours of staring at a monitor a plus? Not really, but you can factor in the fact that if I like the weather in my back garden (like I have in the last few days) then I can up and leave this desk and go and sunbath and then catch up on my hours during the colder night hours.

    Does that mean I can laze around and do no real work? Not at all. I have projects set with a certain time-frame and a definite urgency and quality needed. :o

    Infact, I have my own quality and standard I set myself to, they are: PHP 5, Error reporting set to E_ALL (not strict mind), CSS fluid design, Object Orientated, MVC set-out and modular.

    So bearing that in mind, my work requires far more attention that most programmers? For you see all of the above give out are a high bar to reach but once they've been met they knit together and provide an App thats easy to understand, update and work with.

    One thing I'm particulary proud of today is Tags and "Events".

    [b][u]Tags[/u][/b]
    Tags are there own object, they are an id, title, number and views. Mathetically speaking number and views are added together to provide the important and use of the tag. From there we have a table called Tag_Blog. When a user adds a tag while creating a blog all sorts of double checks are made to make sure the tag is created and then linked to the blog. Why make such a robust system? Well sooner rather than later I have to impliment products, stores and product categories. Each of those needs to be taggable. So by not making tags a character field on Blog, I have unleashed the system.

    [b][u]Events[/u][/b]
    One particular aspect of the project I'm working on (The Wuggawoo codebase will be used) is the ability to have a facebook-esque like notifaction panel. Did your favourite user make a topic? How about an email alert, or the option to not recieve an email about it, but to view it on your update wall. Now Wuggawoo isn't a great advocate of something like this, as there are so few posts. However when you get together thousands of bargain hunters who want to share deals and product information - this is a vital piece of the puzzle. The system is robust and template based to, with extremely well planned emails sent out so the server doesn't get bogged down.

    That's all for now, no replies...I mean comments, I bet ;)