Everything posted by asek
-
Simple but difficult for me
If your just starting to learn HTML, CSS etc, creating a WordPress theme is probably a bit too complex, but if you still want to have a go, this is a pretty good resource: http://webdesign.tutsplus.com/tutorials/basics-create-a-clean-magazine-blog-theme-day-1-design/
-
Help with creating a wordpress theme
The only problem with using the Twenty Eleven theme is it uses a lot of custom functions to create excerpts, titles etc. For a beginner, it will make things a lot more complicated, maybe after you get to grips with the basics, use the Twenty Eleven theme to possibly make your own base theme.
-
Help with creating a wordpress theme
Although tutorials are great at getting an overview, I always feel taking another theme, such as Starkers is a great way to work out exactly how everything is put together. Have a read of : http://codex.wordpress.org/Template_Hierarchy which explains how the different files interact and which files are loaded when viewing a site. Also when you start coding, the best place to refer to is the WordPress Codex, it contains documentation on nearly all the template tags so you can't go wrong.
-
Personal Project
Interesting concept, but I don't really like those squares in between each section because it makes the page look messy or that something has gone wrong. I've seen similar sites use images or cartoons which really give the site a personality and maybe its something you could do to make it more visually pleasing. I couldn't remember the exact link to the site I was thinking about, but this site has the same single-page scrolling concept but looks better: http://www.ormanclark.com/ Also the white text on an orange background doesn't work, it makes the text hard to read. Maybe change the background colour to something else.
-
Does anyone know what plugin this is
It's unlikely to be a single plugin, instead it would probably use a few animation plugins which are used to create the effects you see
-
Google Adwords Disapproved...HELP
Thanks, I think what the guy is saying is design your page normally so the homepage would still be your normal homepage. Then with JavaScript hide the contents and place the ad gate text/verification on top. If they are verified then just set a cookie to save the selection and unhide the content or if they fail redirect to a failure page. The Googlebot and most search engines do not have JS so they wouldn't trigger the age gate and would see the normal page. I've never done this before so I wouldn't know for sure if this would pass the Google standards but it seems to be the only way to do it.
-
Free hosting?
I've used http://byethost.com/ before to test WP themes on different servers.
-
Google Adwords Disapproved...HELP
This came up in a Google search. It should be accepted if you put into place a JS age gate. http://www.seroundtable.com/archives/018520.html
-
What do u think?!
Its an interesting design, but I'm not sure what it really is. I think you need to describe or draw attention to what it actually is. Also the left sidebar is quite distracting and doesn't really add any information. Take a look at the width of the design, you've added a left margin which means that users with smaller screens only see half the page without scrolling.
-
php knowledge?
If your just looking to get into WordPress, you don't need to know PHP too well, you can get by with the WordPress reference plus the basics. However if you want to start developing server side apps, I would recommend learning it properly as you need to write well structured code. If you enjoy front-end coding, stick to that and develop and market yourself as a good front end designer.
-
Wordpress media upload file limit
In the php.ini file there is often a post_max_size declaration as well which may be set to 8M. Ask your host to change this as well as the upload_max_size. I'm not on my Windows machine at the moment, but right click on the WAMP icon in the system tray and find the php.ini file. You can search for the declarations as above and increase the default values. You also need to restart the servers and you should be able to upload bigger files!
-
So, What does your desk look like?
I prefer a single larger screen rather than multiple screens. I always find that I never use the second screen that much apart from videos and reference docs.
-
Website domain not showing in Google
How old is the site? Sites can take a while to appear in search listings. Because your site appears in Yahoo/Bing it probably means that there is nothing more you can do. Btw Bing powers Yahoo search so they should show the same results.
-
My Theme Mockup!
Agree with Mike, the light blue makes it hard to read. To sell, I think it is a bit basic and doesn't seem worth paying for compared to free themes but for experience, you may want to try and create a WordPress version
-
Web Optimization
Ah I see. If your using repeated gradients you may benefit on separate images for those, you could use a 2px repeating gradient. I guess you could reduce the total file size by a large amount. But 200K isn't that bad so I would leave it for now and if you have time work on reducing it.
-
Web Optimization
Use yslow to check, but sprites are generally preferred as they reduce the extra http requests for individual images. I wouldn't have put display:none, instead use text-indent. I think that display:none; would also hide it from the spider.
- Forrst Invite
-
Forrst Invite
PM'd you waynede. Have no idea Ste. lol
-
What ya think of my site?
Looks great, nice colours and layout. I would change a couple of things, the line-height makes it slightly difficult to read. Secondly I would add some space after the main paragraph to split the content a bit.
-
Forrst Invite
Hey guys, Just wondering whether anyone had a spare invite going? Thanks
-
Old IE warning - Is this too much?
Microsoft already produced one which you could put on your site. On their code it would show for IE6 and lower. http://ie6countdown.com/join-us.html
-
New Client Website
Looks okay. I would change the font on the main body, doesn't fit with the rest of the page. The buttons could do with some work, again the font is wrong and the checkout button style is completely different.
-
Wordpress image location code?
Yup, thats the one PS. Remember to use enqueue for your js
-
Website For Review (Really Nice!)
Hi, Not bad, but could do with some work. First of all, the background is quite distracting because it is very bright/bold and the content is narrow. Maybe increase the width of the main page. There are too many fonts, and the text in the top-left box is nearly unreadable. There are no focal points/ call to actions which draw the visitors attention. Too many different colours, which don't work that well. When you go to another page, the style changes slightly (login, navigation). You should aim to keep it consistent. I know its a being a bit critical, but I think with some more work it could look much better.
-
Thinking of buying a new MacBook Pro
Don't agree with this, although I use a mac (13" Pro) the graphics card is not going to be 'better'. Generally macs are more portable than their PC counterparts but you are paying a slight premium. Apple has great support which many PC manufacturers can't beat. If you already have a lot of software on your PC and don't want to purchase it again, stick with the PC. In terms of OS, I would say OSX and Win7 are comparable. Lion will bring some new features hopefully. OSX is more secure, but you should be fine on Windows if you don't download untrustworthy files. If you can wait another year, Apple may change the design of the Pro's so if you don't need it badly I would wait.