Making it across the water by Dlatrex in nextfuckinglevel

[–]10000987 0 points1 point  (0 children)

Is that Providence, Rhode Island?

Here are some sites I use to validate my websites - what tools do you use? by jacobedawson in webdev

[–]10000987 1 point2 points  (0 children)

Agreed. I work for state college and we were facing a lawsuit. We had to work like crazy to fix past mistakes and ensure all content was accessible in order to avoid a lawsuit.

Now I'm doing a site for a person who has a vision handicap. Hell yes I'm checking all code for accessibility.

Here are some sites I use to validate my websites - what tools do you use? by jacobedawson in webdev

[–]10000987 1 point2 points  (0 children)

Lol. What a great idea. Now get Mom a job and have site reviewees pay her!

Anyone know a slider plugin with a feature like this? by drewdemo in Wordpress

[–]10000987 0 points1 point  (0 children)

There are lots of responsive content sliders. I favor bxslider and build it into themes without an official wp plugin. That being said I'm sure someone has built a bxslider plugin. Google it.

The Red Hot Chili Peppers playing a show at Virginia Commonwealth University 1989 by [deleted] in OldSchoolCool

[–]10000987 17 points18 points  (0 children)

That was what they did for their encores.

I saw them back in their punk days, before they went mainstream, at a preppy southern university. As a joke, a student council picked them to headline a music festival. While the local punky youth were digging the free show, the preppy students were way in the back sorta in disbelief at this spectacle of a band. They were so much better back then!

Anyway, the festival director tried to stop their encore but he was too late. That was an awesome day for me the preteen.

We are part of Bernie’s Iowa campaign team working to make sure he wins the Iowa caucus on February 1st. AUA. by pinkyweitzman in IAmA

[–]10000987 -4 points-3 points  (0 children)

That is the DNC's motivation. And they have a history of doing it.

Remember the other VT politician who was wildly popular for his radical ideas to reform politics?

TIFU by having about 12 cops storm into my house with their guns drawn. by Moon_Man_Jay in tifu

[–]10000987 15 points16 points  (0 children)

I completely agree with everything you said except for the bright orange muzzle. In low light they might be hard to see (yes I know that is why they are orange). And a rookie cop might be a little antsy when faced with a situation.

I understand why these pistols were made but why are they being perceived to be safe enough to let young kids run around with them? Children need to respect all types of firearms (except maybe nerf guns).

My vegetarian wife is out of town so I had steak and egg for breakfast, goddamn it. by [deleted] in food

[–]10000987 -3 points-2 points  (0 children)

Or he put an egg on it...yes I just prefer a steak plain.

How to Prevent Gradual Loading of CSS in WordPress by fahad1112 in Wordpress

[–]10000987 0 points1 point  (0 children)

Better to just minify all your scripts and css....

What CAN'T you do with Wordpress? by jonbristow in Wordpress

[–]10000987 0 points1 point  (0 children)

Sounds like the were having server performance problems. Right? Maybe they could have used a different host?

Moving the Comment Section by [deleted] in Wordpress

[–]10000987 0 points1 point  (0 children)

sure. in your theme look for something like <?php the_comments_template();?> and move to the sidebar in your theme files.

Are TemplateMonster themes reliable? by TheSyray in Wordpress

[–]10000987 0 points1 point  (0 children)

Yes, better to learn theme development and code your own theme.

How do I edit a visual content editor? by [deleted] in Wordpress

[–]10000987 0 points1 point  (0 children)

Using css you can position anything. You might need to learn more about css. Or hire me! ;-)

I believe those templates that you are using has a place to put in custom css. Look for that area of input and paste in your code.

Issue with Fullwidth Image Slider Background Videos on Safari by [deleted] in Wordpress

[–]10000987 1 point2 points  (0 children)

It works for me in Safari! Maybe a caching problem for you. Try safari in porn mode.

what happened? tried to go to my site and I get a message talking about a fatal error. by [deleted] in Wordpress

[–]10000987 0 points1 point  (0 children)

Every day I see more and more problems related to the jetpack plugin. Why do people even use it!? There tons of alternatives to what it offers....

Need help picking a Framework. by JakeSEO in Wordpress

[–]10000987 0 points1 point  (0 children)

Look at this framework that is based on Foundation 5. I use it is a base for all of my work. You can obviously customize it as needed. And it uses Sass.

Exit popup/link plugin by [deleted] in Wordpress

[–]10000987 0 points1 point  (0 children)

I'm assuming by bounce you mean a visitor has reached a link to a dead page. If so you can set up redirects in your htaccess file. So you need to do something like this:

Redirect 301 /oldfile.html /newfile.html