Bad Apple Web
Members
-
Joined
-
Last visited
Reputation Activity
-
Bad Apple Web got a reaction from dehness in Logo designsWhat do people think of these attempts ??
Thanks
-
Bad Apple Web reacted to notbanksy in webticker problems in IEThe simple and least-helpful answer is that IE is a steaming pile of sh!te and you'll be amazed what else doesn't work there.
But I'm a js duffer so I'm afraid I can't help you make it work.
Two suggestions: don't use a ticker. Moving text is a massive usability no-no in my book. Honestly ask yourself why you should use one.
If you really must use one, find another one. It may be quicker than trying to fix that one. Failing that, there's always the <marquee> tag!
-
Bad Apple Web got a reaction from gormo7 in Ok guys.....Slate away!If you want to keep the pink i would tone it down a lot. Its looks a little stretched to me, maybe have a centered site if you don't have the content to fill it.
I also noticed some spelling mistakes
-
Bad Apple Web got a reaction from Renaissance-Design in Page Transitionstry this website.....
http://www.onextrapixel.com/2010/02/23/how-to-use-jquery-to-make-slick-page-transitions/
Hope it helps
-
Bad Apple Web got a reaction from seedism in Almost live siteCarbon fibre removed and changed for more simpler design. I have also removed horrible script text. Do the changes make a difference?
-
Bad Apple Web got a reaction from smoothonline in Home made website needs advice!I would also centre the whole page
-
Bad Apple Web got a reaction from ayoungh in Using Background Image or IllustrationThanks Ill give it a go, I take it this can be used with DreamWeaver CS5
-
Bad Apple Web reacted to commonzen in CSS Layout problemsHello! I think you rarely see desktops and laptops with resolutions below 1280x800. Anyway, if you really want your site to display well on smaller resolutions, you may use conditional CSS which would require some scripting knowledge. I suggest you create a separate css file for smaller screens which will be called only when resolutions are below 1280x800. Anyway, a lot of sites now have mobile versions. They use scripting as well to improve how their sites render on smaller devices (Iphone, etc.). Try researching those. :-)
-
Bad Apple Web reacted to zed in Javascript conflict helpWebpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E)
Timestamp: Wed, 8 Jun 2011 13:20:38 UTC
Message: 'null' is null or not an object
Line: 66
Char: 7
Code: 0
URI: http://www.badappleweb.co.uk/gallery.html
Chrome says
Uncaught TypeError: Cannot call method 'each' of null Line 66
-
Bad Apple Web reacted to DigitalSquid in Javascript conflict helpReplace:
// BeginOAWidget_Instance_2102522: #navigation $(function() {
With:
// BeginOAWidget_Instance_2102522: #navigation var $j = jQuery.noConflict(); $j(function() {
And then use $j instead of $ in any other jQuery you want to use on that page.