Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 66
Search took 0.21 seconds.
Search: Posts Made By: Xibe
Forum: Ajax and Design 04-01-2012, 12:29 PM
Replies: 0
Views: 679
Posted By Xibe
Load Social Media Buttons Only On Mouseover

I have far too many social media buttons on one of my webpages. But, only a few people actually use these buttons to "like" or "follow" me. How can I make it so that the Facebook button, for example,...
Forum: HTML & CSS 02-17-2012, 07:05 AM
Replies: 0
Views: 531
Posted By Xibe
Exclamation Hide Left/Right Side Navigation Dependent on Browser Width

I'm trying to integrate a sliding "featured posts" thing into my design. It'll have left and right arrows for navigation on each side.

I don't understand how to make the arrows automatically hide...
Forum: Apache configuration 01-27-2012, 04:47 AM
Replies: 2
Views: 1,548
Posted By Xibe
Well I had it turned on. The website slowed down...

Well I had it turned on. The website slowed down to a near stop when the traffic spiked.

I have since decided I'd turn it off. Thank you for the recommendations, though!
Forum: Apache configuration 01-26-2012, 09:40 AM
Replies: 2
Views: 1,548
Posted By Xibe
Exclamation KeepAlive Configuration - httpd.conf

I recently re-configured my httpd.conf configuration to enable KeepAlive, and it drastically improved the page load speeds. But, today I had a medium-sized spike in traffic. We're talking <10k...
Forum: PHP 10-25-2011, 11:50 PM
Replies: 4
Views: 643
Posted By Xibe
I owe you big time. Thank you for the fixes. I...

I owe you big time. Thank you for the fixes. I was able to use this (after you fixed it) to make the script I really want. I was able to just add other tags to exclude. Huge, huge thanks. :thumbsup:
Forum: PHP 10-25-2011, 06:26 AM
Replies: 4
Views: 643
Posted By Xibe
Thank you for pointing me in the right direction!

Thank you for pointing me in the right direction!
Forum: PHP 10-25-2011, 02:13 AM
Replies: 4
Views: 643
Posted By Xibe
Question If Not 'IMG' or 'A', Str_Replace Function

I'm trying to create a function for my Wordpress blog that will search "the_content" for all instances of a phrase (ex: "foo") and replace it with an alternate phrase (ex: "bar"). But, I only want...
Forum: JavaScript programming 10-18-2011, 03:11 AM
Replies: 0
Views: 450
Posted By Xibe
Question JQuery ReplaceString Script

I've got this script for string replacement that searches for a string, decides if it is inside of an "a" or "img" tag, and then replaces it with a new string.

Unfortunately, I need it to read...
Forum: JavaScript programming 10-15-2011, 03:48 AM
Replies: 4
Views: 273
Posted By Xibe
Oops! This actually doesn't solve the problem....

Oops! This actually doesn't solve the problem. The code you gave me only replaces the first instance. How could I modify the code to replace all instances.

Thanks!
Forum: JavaScript programming 10-15-2011, 02:45 AM
Replies: 4
Views: 273
Posted By Xibe
You're awesome. A thousand thanks for the help!

You're awesome. A thousand thanks for the help!
Forum: JavaScript programming 10-15-2011, 01:45 AM
Replies: 4
Views: 273
Posted By Xibe
Question Replace All Instances Within Page

I'm trying to find a script that will replace all instances of HTML code within a page.

I saw the Javascript replace method (http://www.w3schools.com/jsref/jsref_replace.asp). How can I leverage...
Forum: Java and JSP 05-01-2011, 05:21 AM
Replies: 1
Views: 853
Posted By Xibe
Arrow Exception Closes Program!

I'm trying to create a program for class that throws an exception if the string entered is longer than 20 characters. Once the exception is thrown, it is supposed to continue and say: "Do you want to...
Forum: Apache configuration 01-17-2011, 02:28 AM
Replies: 1
Views: 742
Posted By Xibe
.htaccess 301 Redirects with Dynamic URL

I have this:
http://www.example.com/toolkits.php?t=15

And I need it to be 301 redirected to:
http://www.example.com/toolkits/grammar-toolkit.html

How can I achieve this in my .htaccess?
...
Forum: JavaScript programming 02-02-2009, 11:58 PM
Replies: 3
Views: 1,090
Posted By Xibe
I'm sorry... I don't understand what you're...

I'm sorry... I don't understand what you're saying I should do.


How do I do that? What does it mean to upgrade them in a loop?


What do you mean by this?
Forum: JavaScript programming 02-02-2009, 08:09 PM
Replies: 3
Views: 1,090
Posted By Xibe
Question Javascript "Classes"

I'm a noob when it comes to javascript. Excuse my ignorance!

Is there any way to replicate the CSS version of "class" for javascript?

Say I have like seventeen elements that I want to all use...
Forum: HTML & CSS 01-31-2009, 12:47 AM
Replies: 5
Views: 7,264
Posted By Xibe
Thanks for all the help guys. I found a solution....

Thanks for all the help guys. I found a solution. I basically used position:relative and moved it to the correct spot.
Forum: HTML & CSS 01-30-2009, 06:38 PM
Replies: 5
Views: 7,264
Posted By Xibe
Exclamation Using DIVs instead of Tables

I foolishly made an entire layout with all tables and someone told me that tables=bad. So, I'm trying to get some of the same effects as the tables on my layout.

The effect I want:
<table...
Forum: Site reviews 11-13-2008, 11:06 PM
Replies: 8
Views: 1,385
Posted By Xibe
All helpful hints... thanks! I'll be working...

All helpful hints... thanks!

I'll be working on it some more and I'll post a re-done version soon enough.
Forum: Site reviews 11-12-2008, 10:32 PM
Replies: 8
Views: 1,385
Posted By Xibe
Thanks for the replies. As for the false...

Thanks for the replies.

As for the false statistics on the four rollovers... the site is not live so I've just typed random stuff in. That's also why the up/down clicks don't work.

Mainly I...
Forum: Site reviews 11-11-2008, 11:45 PM
Replies: 8
Views: 1,385
Posted By Xibe
Arrow Review: itpicks

http://ushpaa.com/itpicks/itpicks.html

I've been working on the design for this new site concept. The design should reflect the "Web 2.0" style seen at Vimeo.com (http://vimeo.com), Facebook...
Forum: JavaScript programming 10-15-2008, 11:04 PM
Replies: 5
Views: 4,514
Posted By Xibe
Brilliant. Thanks all around!

Brilliant. Thanks all around!
Forum: JavaScript programming 10-15-2008, 06:01 AM
Replies: 5
Views: 4,514
Posted By Xibe
Those aren't variables are they??? they're...

Those aren't variables are they??? they're identifying the "id" tags of my <A> tags that I wanna change.

The idea of the class change is that it changes the class (the basic style) of each a tag...
Forum: JavaScript programming 10-14-2008, 11:25 PM
Replies: 5
Views: 4,514
Posted By Xibe
Exclamation Firefox: className Problem

Here's my basic JS function:
function searchtoggle(id) {
var e = document.getElementById(id);
people.className = 'notactive2';
places.className = 'notactive2';
...
Forum: JavaScript programming 07-23-2008, 07:21 AM
Replies: 2
Views: 799
Posted By Xibe
Thanks for the help!~

Thanks for the help!~
Forum: JavaScript programming 07-22-2008, 05:39 AM
Replies: 2
Views: 799
Posted By Xibe
Help - Fading Effect Script

I'm trying to get my site to start with a div, called "foo", visible. Then, wait two seconds, fade that div out, wait two seconds, fade in "foo2", and then wait two seconds, fade that div out, and...
Showing results 1 to 25 of 66

 
Forum Jump

All times are GMT +1. The time now is 03:25 PM.