azz0r
was not referred by anyone.
Makavelee
was referred by Jack
Super Russy
was referred by Makavelee
No Title
Posted 2 years Ago
Your reputation thingy. It doesn't matter because of the four people on here, but still...it's green.
No Title
Posted 2 years Ago
It's cause it didn't refresh the image automatically and it instead showed the default Wugg avatar. It took a bit but I finally got it.
-
pakt.com/pakt/?id=5e17b48f5679ab47
Do it!Anything non-descriptive, irrelevant and bizzare belongs here. -
How awesomeAnything non-descriptive, irrelevant and bizzare belongs here. -
Right Click > TortoiseSVN > Settings > Network: SSH field, choose TortoisePlink.exe from "C:Program FilesTortoiseSVNbin" and set it to:
"C:Program FilesTortoiseSVNbinTortoisePlink.exe" -l username -pw passwords
You shouldn't get any password prompts from TortoiseSVN anymore!A place to discuss games consoles, gaming, hardware and software. -
techradar.com/news/gaming/handhelds/nokia-finally-kills-off-n-gage-gaming-platform-645763
Crompee can now retire his N-Gage.You love abit of it. Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, Cannon, -
Remembering Yanker...aka Matthew CorriveauHumour or humor (see spelling differences) is the tendency of particular images, stories or situations to provoke laughter and provide amusement. Many theories exist about what humour is and what social function it serves. People of most ages and cultures respond to humour. The majority of people are able to be amused, to laugh or smile at something funny, and thus they are considered to have a "sense of humour". The term derives from the humoral medicine of the ancient Greeks, which stated that a mix of fluids known as humours (Greek: χυμός, chymos, literally: juice or sap, metaphorically: flavour) controlled human health and emotion. A sense of humour is the ability to experience humour, although the extent to which an individual will find something humorous depends on a host of variables, including geographical location, culture, maturity, level of education, intelligence, and context. For example, young children may possibly favour slapstick, such as Punch and Judy puppet shows or cartoons (e.g. Tom and Jerry). Satire may rely more on understanding the target of the humour, and thus tends to appeal to more mature audiences. Non-satirical humour can be specifically termed "recreational drollery".[1][2] -
Marge Simpson's Playboy Cover: Cartoon nudity.
Marge Simpson nude in playboy pics attached.Humour or humor (see spelling differences) is the tendency of particular images, stories or situations to provoke laughter and provide amusement. Many theories exist about what humour is and what social function it serves. People of most ages and cultures respond to humour. The majority of people are able to be amused, to laugh or smile at something funny, and thus they are considered to have a "sense of humour". The term derives from the humoral medicine of the ancient Greeks, which stated that a mix of fluids known as humours (Greek: χυμός, chymos, literally: juice or sap, metaphorically: flavour) controlled human health and emotion. A sense of humour is the ability to experience humour, although the extent to which an individual will find something humorous depends on a host of variables, including geographical location, culture, maturity, level of education, intelligence, and context. For example, young children may possibly favour slapstick, such as Punch and Judy puppet shows or cartoons (e.g. Tom and Jerry). Satire may rely more on understanding the target of the humour, and thus tends to appeal to more mature audiences. Non-satirical humour can be specifically termed "recreational drollery".[1][2] -
Hey hey :)
I just finished my last day as a Web Development Manager and begin my new job being a Web Developer for Eurocreme again on Monday. I'm moving to Brixton on Saturday, its abit rough but its closer to central than Croydon.
Whats everyone else upto?
In my free time I've been developing Wuggawoo Lite: forums.wuggawoo.co.uk/lite/login. Its more todo with being modular than static, but for the front end theres no real benefit to the user, its been hella fun developing it.Anything non-descriptive, irrelevant and bizzare belongs here.
11 months ago by
chis
I started a new job at the hospital, surgical instrument processing.. basically cleaning/sterilizing surgical equipment. Though it's interesting, and pays well. -
mydigiguide.com/dgx/wbl.dll?a=6&h=49&PID=21089
I'm unwell off work today so I'm making the most of it and watching Jackson stuff on Youtube :)
Enjoy: youtube.com/watch?v=l2Zt-57Cg0U&NR=1Music is an art form in which the medium is sound. Common elements of music are pitch (which governs melody and harmony), rhythm (and its associated concepts tempo, meter, and articulation), dynamics, and the sonic qualities of timbre and texture. The word derives from Greek μουσική (mousike), "(art) of the Muses".[1]
Some neat things
More Blogs By azz0r | View This Blog | 0 Comments |
Wuggawoo Originals
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 |
Wuggawoo Originals
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 ;)
Kikezgz
No Title
Posted 1 year Ago
please...your email!! I promise a nice coversatioN!