Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 95
Search took 0.51 seconds.
Search: Posts Made By: ksduded
Forum: Computer Programming 11-13-2012, 01:39 PM
Replies: 0
Views: 1,087
Posted By ksduded
Dictionary Macro for MS Word

I would like to have a pop-up dictionary when I place my mouse over a word in a MS Word document.

Is there a Marco or extension that can achieve this?

Linking the word with Google definition...
Forum: PHP 09-28-2011, 12:38 AM
Replies: 0
Views: 554
Posted By ksduded
Facebook Comments Shennanigins

I am using facebook comments and providing the url of the page to distinguish. here is the code I am using

<?php $commenturl="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>

<div...
Forum: PHP 06-02-2011, 04:25 PM
Replies: 1
Views: 225
Posted By ksduded
Special character encode

I want to change the encoding of a URL's special characters....

for example change

http://

to

http%3A%2F%2F
Forum: Apache configuration 04-02-2011, 02:52 PM
Replies: 1
Views: 956
Posted By ksduded
Redirection without cloaking

I want to redirect www.seconddomain.com to a sub directory inside the the main domain.

firstdomain.com points to the root - public_html
seconddomain.com should redirect to -...
Forum: PHP 11-19-2010, 08:31 PM
Replies: 15
Views: 1,658
Posted By ksduded
I am sorry it is the other way around. %Ride%...

I am sorry it is the other way around. %Ride% picks up Easy Rider.
Forum: PHP 11-19-2010, 03:16 PM
Replies: 15
Views: 1,658
Posted By ksduded
I echoed the result and it did say Easy Rider.......

I echoed the result and it did say Easy Rider.... but it did not pick up the records associated with Easy Rider...

I think the problem is that the entry in my database has "Easy Rider [a lot...
Forum: PHP 11-18-2010, 09:59 PM
Replies: 15
Views: 1,658
Posted By ksduded
i tried that. but for some reason it is not...

i tried that. but for some reason it is not working for me. I think it has to do with the code proceeding...

I have strings which have a lot of white space after the string. So from what I...
Forum: PHP 11-18-2010, 09:32 PM
Replies: 15
Views: 1,658
Posted By ksduded
Removing extra space in string

some of my strings have a lot of empty space

e.g. "This is my string "

I want to remove the empty space after the g in string so that it reads

"This...
Forum: MySQL 03-30-2010, 09:08 PM
Replies: 1
Views: 1,433
Posted By ksduded
Secure MYSQL Password

Hello.

currently I am used this line of code which has resulted in phishing attacks.

mysql_connect($server="localhost", $username="username", $password="password"); // connecting with the MYSQL...
Forum: HTML & CSS 03-09-2010, 03:29 PM
Replies: 3
Views: 1,574
Posted By ksduded
try adding border="0" in your <img>...

try adding border="0" in your <img> tags
Forum: PHP 01-18-2010, 08:28 PM
Replies: 2
Views: 877
Posted By ksduded
so something on the lines of: $j =...

so something on the lines of:

$j = modYOOcarouselHelper::getList($params, $access);

and should i replace getList function with the array_slice function?
Forum: PHP 01-18-2010, 06:06 PM
Replies: 2
Views: 877
Posted By ksduded
How to save a return value from function

I am trying to use the return value from a function, but I don't know how to save it inside a variable.

I tried this

$j = return array_slice($rows, 0, $items);
but it didn't work


Right at...
Forum: JavaScript programming 01-07-2010, 08:44 PM
Replies: 1
Views: 2,771
Posted By ksduded
is there a way to do this through javascript? or...

is there a way to do this through javascript? or should I be using some other technique, maybe css?

please advise, thank you.
Forum: JavaScript programming 01-06-2010, 03:40 AM
Replies: 1
Views: 2,771
Posted By ksduded
Mouseover Video Preview

I am trying to mimic the video mouseover preview which can be viewed at the website below once you put your mouse over a picture a video preview window is opened which plays back the video and stops...
Forum: HTML & CSS 01-04-2010, 01:27 AM
Replies: 4
Views: 1,862
Posted By ksduded
thanks for the suggestion... is it possible to...

thanks for the suggestion... is it possible to use an swf instead by changing that css line?
Forum: HTML & CSS 01-03-2010, 11:22 PM
Replies: 4
Views: 1,862
Posted By ksduded
Image dissolve through CSS

I am using this code to have a background inside a layer

#rt-header .rt-container {background: #fff url(../images/backgrounds/style5/header-bg.jpg) 100% -30px no-repeat;}


I want to have...
Forum: JavaScript programming 11-28-2009, 07:06 AM
Replies: 1
Views: 757
Posted By ksduded
do i need to anything more or was my explanation...

do i need to anything more or was my explanation not clear enough.... is there a way to sort this problem...

thanks
Forum: JavaScript programming 11-27-2009, 03:15 PM
Replies: 1
Views: 757
Posted By ksduded
Flash Player, Tabs and Javascript

I have 3 tabs with a flash video playing in each. If a user clicks on a video and then decides to move to another tab while the video is playing.... the video stops and the tab is switched. I am...
Forum: JavaScript programming 11-23-2009, 03:52 AM
Replies: 2
Views: 499
Posted By ksduded
i'm sorry it was a syntax problem... thanks...

i'm sorry it was a syntax problem... thanks anyways
Forum: JavaScript programming 11-23-2009, 12:06 AM
Replies: 2
Views: 499
Posted By ksduded
How to initialize a negative value?

I am using

var number = -141;

later on when i use the variable number in another calculation, for example

var result = 450 + number;

I get the result NaN.
Forum: PHP 10-23-2009, 07:40 PM
Replies: 2
Views: 443
Posted By ksduded
I had a similar question. I want to check...

I had a similar question.

I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the word CATEGORY: leaving only ITEM inside the string....

In case the...
Forum: JavaScript programming 10-19-2009, 05:34 PM
Replies: 4
Views: 760
Posted By ksduded
actually there was probably some conflict naming...

actually there was probably some conflict naming it player1..... once i changed it to player3 it started working.

Thanks anyways.....
Forum: JavaScript programming 10-19-2009, 05:24 PM
Replies: 4
Views: 760
Posted By ksduded
If its any help I exchanged player1 and player 2...

If its any help I exchanged player1 and player 2 like this

<a href="javascript:void(0)" onClick="player2.sendEvent('STOP'); player1.SendEvent('STOP');" title="<?php echo $list[$i]->title ?>">

...
Forum: JavaScript programming 10-19-2009, 04:43 PM
Replies: 4
Views: 760
Posted By ksduded
Passing two lines of code through onClick

I need to pass two lines of code through an onClick event....
player1.sendEvent('STOP');
player2.sendEvent('STOP');


I tried

<a href="javascript:void(0)" onClick="player1.sendEvent('STOP');...
Forum: JavaScript programming 10-15-2009, 05:05 PM
Replies: 0
Views: 1,187
Posted By ksduded
Stop video through javascript

I am using joomla, and have a tabbed menu at the top, which has different articles embedded within. I have embedded a flash video inside each article. The problem is that if i play a video and then...
Showing results 1 to 25 of 95

 
Forum Jump

All times are GMT +1. The time now is 05:38 PM.