-
Login error for user alecish
Bump. Problem still exists.
-
Login error for user alecish
Any update on this Mike or Ben?
-
-
Rate your hosting service
I host my website on CityCM and use the VPS setup. Very impressed. Due to the hours I often work late at night, and when I've need support at 2:30AM they've replied. http://www.citycm.co.uk/ - The guy that owns it is a member on here also. The servers are super fast and are in the UK, Manchester to be more specific.
-
Slug Generator
This is a custom slug function I've wrote for a clients website: function makeSlug($title) { $title = strtolower($title); $title = preg_replace("/[^a-z\s]/", "", $title); function removeCommonWords($input){ // INSERT MORE WORKS YOU WONT WANT IN YOUR SLUG HERE $commonWords = array('a','and','at','for','off','in','the','up','to','off','deal','cheap','half','price','buy','get','london'); return preg_replace('/\b('.implode('|',$commonWords).')\b/','',$input); } $title = removeCommonWords($title); function removeDouble($title) { $str = $title; $word_array = preg_split('/[\s?:;,.]+/', $str, -1, PREG_SPLIT_NO_EMPTY); $unique_word_array = array_unique($word_array); $unique_str = implode(' ',$unique_word_array); return $unique_str; } $title = removeDouble($title); $title = preg_replace('/\s+/', '-', $title); return $title; } makeSlug($textTOslug); Hope this helps. Example: CLICK ME
-
Text background gradients
To fix your Chrome problem, ive adjusted the jQuery to insert a '<br/> tag as the title is filled in by Wordpress and so this seems easier as the title characters are varied and could cause issues in the future. finalHtml += '</span><br/><span>'; http://totalbigbrother.com/2012/drive/spec-n2.php
-
-
Text background gradients
THANKYOU very much!! I have adjusted the css and gradient to make it a more smoother gradient, as for me (Firefox 10, Windows 7) it was a bit out of sync. Does the gradient look ok for you? http://totalbigbrother.com/2012/drive/spec-n2.php PM me your paypal, and I will send you some cash for a much deserved pint or two
-
-
Undoing a 301 redirect
When this happens to me I just type, without the quoted, 'ipconfig /flushdns' into the start menu (or in CMD if not on Windows 7/vista).
-
Text background gradients
Hello Guys and Girls. I was hoping that one of you bright sparks might be able to help me with a project I'm working on. This is a mock up of the end results I would like: As you can see, I would like the 'title' of the article to have a gradient background. I'm not sure how to do this so that the background appears around the text, and not a rectangle block etc. Some titles may only span one line, while some titles may take three lines etc. I've tried for ages to come to a solution that is cross-browser compatible, but no luck. Is this possible? And if so, any working CSS/HTML would be great! If you manage to do it, with a working example, I'll PayPal you some fundage for a drink on me --EDIT-- For ease, if it helps, I've got a start page here that you might find it handy to port from? http://totalbigbrother.com/2012/drive/spec-n1.php
-
-
Internet shop
Really nice! Kudos for removing the Flash header. My only suggestion would be to make the Menu/Nav a slight diffrent color to make it standout as the header. It just seems to blend into one with the header, which in my opinion makes it harder for the end user.
-
Epson Ink Cartridge Website
I also echo the sentiment from Pasha4ur about it looking like a webasite built a few years. When I think about a ink website, the basic theme of color and splashes of ink would have been nice etc. Also if the .popularprinters did not have the dashed border, it makes it look so much better. On a legal note, im not sure your allowed to have 'Epson' in the website address, but im no legal eagle. Good luck with the site!
-
Login error for user alecish
Is there a ETA on this? The error still exists.
-
Website/domain name help
I hate domain name squarters with a passion. It should be illigal if you ask me!
-
-
Got an idea...
Storing via cookies would be a bad idea in my opinion. Cookies are often flushed out, and also are not secure. Any one with access to that computer, such as at a library would be abe to look at all your private scheduale and events. Also how would you go about looking at your personalised calender on another computer if this computer has no cookies in. PHP/Mysql is the way forward personally.
-
Login error for user alecish
I empyt my cache often due to nature of web design for clients and what not. This has been happeninf for few weeks
-
Login error for user alecish
Oh right, great stuff ta.