AlenAbdula
-
Dreamweaver wp PHP problem
http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt1.html
-
Dreamweaver wp PHP problem
There is nothing to set up with these editors, all you have to do is open the files you're working on and check the results via internet browser by going to http://localhost/~path-to-wp-install~. Now if you are using DW as WYSIWYG editor (where…
-
New Web Design Tool
@traq, +1. It looks cool, I think it serves a purpose to designers without any coding knowledge. Even if you are just quickly generating comps it's useful. They're targeting very specific niche
-
Dreamweaver wp PHP problem
The get_header() function is already defined by WordPress, it basically loads header.php from your theme directory. The reason you were getting an error you were loading the file directly in your browser. I strongly suggest you go over Dreamwaver do…
-
Dreamweaver wp PHP problem
@traq, this was already answered here: http://css-tricks.com/forums/discussion/25933/help-setting-up-xamp-server-for-dreamweaver
-
Help setting up xamp server for dreamweaver
I think you might be confused about how WordPress manages files (media). WordPress is content management system, so you manage your content via interface accessed via your browser. Not Dreamwaver. In DM you will only be editing template files, all i…
-
Help setting up xamp server for dreamweaver
That's weird. I've just tested the code on my GitHub account and it works for me. Not really sure why it's throwing that error for you. Can you test in browser, not in DW. Does it throw the same error?
-
Help setting up xamp server for dreamweaver
do you have header.php in your theme folder? and can you post the error message? when I click on discover related files it doesn't open up all the other files in the theme This could be related to the error you're getting on line 1, …
-
Master's Degree in Web Development in UK. What Do You Think?
It's cool you wanna do all these things. Are you intending to be one of the teachers/developers? If not, consider assembling a team and start now, instead of waiting 3/4 years for Masters. Look at some case studies of other people that did si…
-
Master's Degree in Web Development in UK. What Do You Think?
degree in web dev makes no difference. I have hired people without a degree over ones with a degree because of their knowledge. +100% My first job, I showed them my degree and they literary said they don't care, and asked me do I know how…
-
Master's Degree in Web Development in UK. What Do You Think?
So tell me more about your experience. I just did. What really happened? I attended classes and participated. What should i expect? Not sure, never attended school in UK.
-
Master's Degree in Web Development in UK. What Do You Think?
You are misunderstanding me. I'm talking about my personal experience. I never said not to get Masters in anything... I'm just telling you in retrospect, I wish I made a different decision... and this is my personal experience, your mileag…
-
Master's Degree in Web Development in UK. What Do You Think?
I went to school and ended up with $68,000 in dept. And honestly, I wish I had went for business degree instead. Code, I was learning on my own anyways, so for me college is more about networking and collaborating. I don't want to discourage y…
-
Specific Contents for IP Address for WORDPRESS
So you want to display certain posts/pages based on visitors IP address?
-
Automatically re-size text to fit parent div
The plugin can be applied to anything, it's just not recommended for paragraphs.
-
Automatically re-size text to fit parent div
It's for headlines, you said you need it for "display text in single line"... sounds like a headline...
-
Automatically re-size text to fit parent div
http://fittextjs.com/
-
Questions about Bootstrap
Bootstrap is HUGE It is, but any good developer should only use what they need, and I hope that's the case here, because this could be a nightmare to maintain
-
Parse error: syntax error - i cant find the error
@chrisburton, thanks dude.. edited my previous post
-
Help setting up xamp server for dreamweaver
I haven't used Dreamwaver is so long so, and I remember they had a wizard that helps you set up your site locally, so not sure if DW has some kind of special feature that sets up WordPress in similar fashion. Are you using Live View mode to vi…
-
Questions about Bootstrap
Without seeing the code and really understanding what's going on and how things relate, can't really offer sound advice as to what you should do. Maybe if I could understand your limitations better and how you/they have things set up curre…
-
Help setting up xamp server for dreamweaver
If you can access your WordPress admin panel, your PHP is working. What is the exact error message you're getting?
-
How big (file wise) should my background image be?
@CodeGraphics, you are wrong. Open up photoshop, go to image size, un-check resample image checkbox, then enter different DPI, you'll see document size change and not the pixel value.
-
Help setting up xamp server for dreamweaver
When you log into the WP-Admin, you can change themes from Appearance menu. If the theme is not showing up, then you have some kind of issue with it. At least you should have, index.php and style.css in your folder. Here is a blank starter theme f…
-
Parse error: syntax error - i cant find the error
Paste your code in the HTML editor at http://codepen.io/pen click save and post the link here...
-
How to pay for the lodge using Paypal's in account money instead of credit cards?
If you pay via PayPal, the money will be taken out of what's available on PayPal account first, then whatever is left over your linked account/card will be charged. If im understanding the question, this is not Lodge issue, they just offer Pay…
-
Wordpress comments
Check out html5reset wp theme and look at the code, they provide you with blabk css for comments as well.
-
Help setting up xamp server for dreamweaver
Download and Install xampp, then start it Download WordPress and unzip it to /htdocs folder, so you get /htdocs/wordpress you can rename it if you like Then in your browser, type http://localhost/phpmyadmin Create new database Then go to http://loc…
-
Marking up blog post listing ( title and excerpts, not full content) with OL [WordPress]
@macharborguy, good catch I was writing it fast for you... edited the out... I would never use list items for posts. It's not a list, it's a list of posts, that may or may not be related... so article tag would be better