Search found 36 matches

by dheeraja
Mon Sep 05, 2011 5:51 am
Forum: Javascript
Topic: Append element problem
Replies: 1
Views: 928

Append element problem

Hello guys, I am creating some elements and appending it, and its working fine but when I want to call any function or want to call any jquery that not work, but when i put that elements directly instead of appending then it works properly. In all to say that appending element does not call any func...
by dheeraja
Tue Aug 30, 2011 7:22 am
Forum: PHP - Code
Topic: Audio player
Replies: 1
Views: 461

Re: Audio player

Hello guys,
I finally got the way to do it, We can use XSPF Player With Autoresume Support.. Its a best way and easy way to do it:

http://www.boutell.com/xspf/
by dheeraja
Tue Aug 30, 2011 3:52 am
Forum: PHP - Code
Topic: Audio player
Replies: 1
Views: 461

Audio player

Hello guys,
From past few days I was googling for an audio player which will continuously run on page refresh , the only method to stop that player is the stop button.

NOTE: THAT SHOULD NOT STOP ON PAGE REFRESH.

Please help me.

Thanks in advance
Dheeraj
by dheeraja
Fri Jun 10, 2011 2:24 am
Forum: Javascript
Topic: jQuery working well in all browsers except safari
Replies: 1
Views: 914

jQuery working well in all browsers except safari

I made two multiple selection drop down list & want to put content of first list to second one, so I did that & its working fine in all browsers except Safari, please let me know if I did anything wrong. Below is my code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN&quo...
by dheeraja
Wed Apr 13, 2011 7:22 am
Forum: PHP - Code
Topic: Open "Open Dialog box"
Replies: 1
Views: 328

Open "Open Dialog box"

Hello guys, I want to upload image, video or audio files but don't want to use file field, instead of that I am using button, so I want to open a file open dialog box onclick event, but not getting that how should I open it. Well tell me one more thing is it possible to upload any file without using...
by dheeraja
Wed Apr 13, 2011 2:29 am
Forum: Javascript
Topic: Select 2nd element of UL
Replies: 1
Views: 1015

Select 2nd element of UL

Hello Guys, I am using Jquery to show or hide element of <ul> with the following code: $('#menu ul:first').show(); or $('#menu ul:last').show(); but this will help me with only first & last element, if I want to do this with 2nd or 3rd then what I have to do?? Please help me.. Thanks in advance...
by dheeraja
Thu Dec 30, 2010 9:59 pm
Forum: Databases
Topic: Query not running
Replies: 3
Views: 827

Re: Query not running

Firstly Thanks for your replies, and I am don't want to use any PHP code I will just directly run that query to MYSQL console. Actually I am trying to use conditional statements of MYSQL. I searched for that & I got but that all was not clear.
by dheeraja
Thu Dec 30, 2010 4:00 am
Forum: Databases
Topic: Query not running
Replies: 3
Views: 827

Query not running

Hi guys, I am trying to run a MYSQL query having conditional statement, but it continuously showing me a error, please help me to come out. QUERY: IF 1 > 0 THEN SELECT * FROM table1; ELSE SELECT * FROM table2; END IF; ERROR: #1064 - You have an error in your SQL syntax; check the manual that corresp...
by dheeraja
Mon Dec 06, 2010 2:31 am
Forum: PHP - Code
Topic: Format Cells of EXCEL
Replies: 2
Views: 55

Re: Format Cells of EXCEL

Ya but according to my requirement I have to modify it and there are many parts, from that I want to pickup one thing and its really a big headache, so i don't want to use it... Format like I want to make the cell content bold... like I have header Name, Address, City... so i want this header to bec...
by dheeraja
Mon Dec 06, 2010 12:40 am
Forum: PHP - Code
Topic: Format Cells of EXCEL
Replies: 2
Views: 55

Format Cells of EXCEL

Hi Guys. I am searching for formatting cells of excel file using PHP. I searched for it and I got pear spreadsheet writer and PHPExcel Classes and they both are doing well, but going through there code and edit it according to my need is really a big headache, so I was searching to do it by myself b...
by dheeraja
Thu Dec 02, 2010 5:55 am
Forum: PHP - Code
Topic: Disable Resend Dialog Box
Replies: 1
Views: 548

Disable Resend Dialog Box

Hi guys,

I am using Firefox for my browsing & when I submit a form & click on back button of the browser then it shows Resend Dialog box, I want to disable it through PHP script so how can I disable it.

Note: I want to use only POST method not GET.
by dheeraja
Wed Nov 24, 2010 10:31 pm
Forum: PHP - Code
Topic: Difference Between varibales
Replies: 2
Views: 96

Difference Between varibales

Hi Guys,

I found in a page that variables are declared in two ways:
$_start = 1;
$result = 2;

Is there is any difference between both variable declaration, why underscore ( _ ) has used in first variable.

Thank you.
by dheeraja
Wed Nov 24, 2010 5:21 am
Forum: Databases
Topic: Please Help Urgent
Replies: 1
Views: 963

Please Help Urgent

Hi Guys, I am scratching my head to fetch the data from two tables having some conditions. Suppose I am having a table called "table1" having the field Table 1 [id(int) auto_inc, owner (int), supervisor (int), startdate (date), enddate(date), status (tinyint)] report_table [id(int) auto_in...
by dheeraja
Mon Nov 22, 2010 11:09 pm
Forum: PHP - Code
Topic: Regular Expression
Replies: 0
Views: 105

Regular Expression

Hi Guys I am going through the regular expression and somewhere I got two rewrite rules with regular expression, but I am not exactly getting that what is mean of it, expressions are: rewritecond %{HTTP_HOST} !^ www.example.com $ [NC] rewriterule ^(.*)$ http://www.example.com/[b]$1 [R,L] [/b] Please...
by dheeraja
Mon Nov 22, 2010 10:18 pm
Forum: PHP - Code
Topic: Redirection Query
Replies: 1
Views: 193

Redirection Query

hello Guys, Please refer this site http://www.dreamvacationrent.com/, it is having a link called "Our Rental Properties" now when you click on it it will show the url with the page name "properties-rental.html" but actually the page is "properties.php" like wise is has ...