-
Posts
153 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Downloads
Gallery
Store
Posts posted by kralcx
-
-
It's called responsive web design; these websites will get you started and point you in the right direction.
Responsive Process This is Responsive Responsive Design Newsletter
-
I don't know of any script that does what you're suggesting. Most likely because using someone else video can get you into copyright trouble or get your Youtube account banned.
However if you want to add other people's videos to your own channel you can as long as the video is creative commons. You can learn more about that here.
-
wouldn't it be easier to just pick a responsive wordpress theme?
-
Looks like it will be done NOT using Wordpress. I found a guy that will do the parallax portion of the design but it would be nice to see a few tutorials that shows how to do different types of parallax. One (most we all know about) is scrolling but the others like pinned and then scroll, move in or out, scroll up then stop(pause) and then scroll again. fade in and out, and so forth...yeah I know it's a lot to ask but I am in no hurry now but it is something I like to know more about.
Find example sites of what you're looking for and study the code; that usually works for me.
-
I fixing to start on a small but important project that requires a couple of small parallax effects. My question is how to tackle this in the proper order. Do I code the page so that it lays down for desktop first and then make it responsive before I even apply the parallax effects?
Secondly, I think the client wants to use Wordpress. My thought is that I could use WP's default 2014 theme which is responsive. I could then apply the design to it and then add the parallax effects.
What do you think? Suggestions? I have already went thru a number of articles but I have to find one that gives you a guideline on what you should do first and then thereafter.
Try cool kitten it is a parllax responsive framework that may help you, however I'm not sure how you would get the code into wordpress
-
thanks for the info...I just installed it
-
You can use Google Webmaster Tools to easily find pages with both duplicate titles and meta descriptions. Get more information here
or use a program like Screaming Fog to check your site for duplicate pages
-
Sounds like this should go under the Programming>PHP section?
-
SEO involves a lot; some science some art. Some is consider blackhat, some whitehat, some greyhat. You need to do both on-site optimization and off-site optimization. Ranking a website is not easy and any script that claims to do so is definitely blackhat and may eventually get blacklisted by the search engines.
You can learn more about SEO here
-
Hi,
I would like to create a slideshow of photos
while text is scrolling on the page simultaneously.
Would this cause any issues/bugs?
Although I am eager to learn from my mistakes...this is for a client,
so I don't want to screw up!
Thanks!
If you like to learn how things work and are willing to do the coding yourself below are two tutorials which will help
-
Here is a link to your code; I think this is what you're looking for http://codepen.io/kralcx/pen/IwdKn
Instead of stylesheet.css I used style.css and I removed your font-color and an extra html tag.
-
I just took a quick look at your code and I'm fairly certain transition is not allowed in ie7
also border-bottom is buggy in ie7; here is an example of what usually works
for example, instead of border-bottom : 1px solid #161616; do below instead
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #161616; -
Instead of using ids step up to html5. For example instead of <div id="header"> use <header>.
Here are more html5 examples:
<article></article>
<nav></nav>
<aside></aside>
<section></section>
<header></header>
<footer></footer>
<address></address>
-
Here's a video for you: Responsive Web Design for Noob's
-
The world will be a better place without Facebook; people need to stop being so trusting of private corporations and governments with their personal data.
-
If it helps, you can use the IPBoard - Mobile theme (theme changer is down in the bottom left corner: "Change Theme").
I didn't see that...thanks
-
the new skin looks great...now all you need to do is make the site responsive
-
Hey Guys,
Does anyone know of any websites similiar to www.google.com/fonts where I can just link a style sheet and start using new fonts?
Or does anyone know how I can import photoshop fonts to css?
I am kust trying to find nicer readable fonts for my sites other than Arial and the basics and trying to find unique fonts for headers.
Any font information and knowledge would be much appreciated!
Typekit will give you two fonts for free on one site; the paid versions offer you many more choices.
Adobe Edge Web Fonts has the same setup as google web fonts; lots of free fonts to choose from.
-
-
Happy Learning MSam
-
Can something like this be intergrated with a forum?
Pro Chat Rooms works with vBulletin
-
I've used hostgator in the past with success; you may want to try hostmantis if price is an issue.
-
It looks fine to me; I'm using Opera 12.16 and it works fine. CSS3 user-select doesn't work in Opera mini however. You may want to add some prefixr to your code however to account for older browsers.
e.g.
label {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 30px;
position: absolute;
width: 40px;
top: 0px;
}
#content {
display: block;
clear: both;
width: 100%;
background-color: lightblue;
padding: 8px;
min-width: 90%;
-webkit-box-sizing: box-border;
-moz-box-sizing: box-border;
-ms-box-sizing: box-border;
box-sizing: box-border;
}
-
Foundation is another framework you may be interested in.
Happy New Year!
in Forum News
Posted
Have a Great 2015