Posts
 
Reputation
Joined
Last Seen
Ranked #216
Strength to Increase Rep
+12
Strength to Decrease Rep
-3
91% Quality Score
Upvotes Received
66
Posts with Upvotes
64
Upvoting Members
42
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
6
24 Commented Posts
11 Endorsements
Ranked #154
Ranked #199
~256.58K People Reached
PC Specs
Desktop ======= Intel Celeron @ 2.75 GHz Mem: 4 GB OS: Win7 / Ubuntu 10.10 / Haiku Laptop ====== AMD…
Favorite Tags

430 Posted Topics

Member Avatar for abhi10kumar
Member Avatar for jpknoob

It's not java, but javascript, but never mind. Did you check the source, are the image tags okay? What does your dummy thing look like (are there any differences other than source and title)?

Member Avatar for Mike_33
0
5K
Member Avatar for Doctor Inferno
Member Avatar for k2k

As far as I understand those things, you need to make Apache (or whatever server you use) look for your new php version.

Member Avatar for rakib.sarowar
0
143
Member Avatar for EricBattelle
Member Avatar for almostbob
1
273
Member Avatar for bangla
Member Avatar for akmwebtech
0
210
Member Avatar for abelLazm

That would be 38: floor(2723 * 1/6 * sqrt(3) / 20.25). [B]New puzzle #11[/B] (posted it somewhere else also): Is there a sequence of valid moves in chess that leads to the following (explain): [img]http://twiss.nl/chess.png[/img]

Member Avatar for Puzzlite
2
863
Member Avatar for DriftingSteps

1. Don't. It's annoying - and if someone wants to get something from your site, it will happen anyway. 2. You can't.

Member Avatar for 098
0
2K
Member Avatar for minitauros
Member Avatar for happygeek

How do they think they're going to help removing the malware if they don't know its name? What does the 'Learn how to fix this' page say?

Member Avatar for zabalex
1
400
Member Avatar for begueradj

It may be my personal preference, but could you remove all that code (on mobiles, it's a bit of a pain to scroll down 60.000 pixels)? Honestly, I don't expect that anyone here is going to re-write that script so that it fits your exact needs. There are a lot …

Member Avatar for sudhirmadaan
0
1K
Member Avatar for angiewalkerblue
Member Avatar for scandalist

First of all, think of which versions of IE you want to support; IE6 and IE8 are a whole different story. Second, all the different quirks in IE are quite well documented, along with workarounds. You might want to look them up. Third, as for javascript (I know that's not …

Member Avatar for Netcode
0
124
Member Avatar for Krishna_Php

Always start with javascript, not jQuery. For example: [url]http://www.tizag.com/javascriptT/[/url]

Member Avatar for diafol
0
151
Member Avatar for techyworld

I believe you're missing a semicolon (didn't look to the rest in-depth, but some things seem strange to me). Besides, if you put your code in [noparse][code][/noparse] and [noparse][/code][/noparse] tags and indent it, such errors are much easier to spot. Also, if you open a console in chrome (or whatever …

Member Avatar for twiss
0
1K
Member Avatar for gamestoenjoy

I think you mean this: [CODE] <script type="text/javascript"> var url = "http://gamestoenjoy.com/site/test.php"; document.write('<script src="'+url+'">'); </script> [/CODE]

Member Avatar for twiss
0
155
Member Avatar for emulman

Maybe you should just give the div's 100% height? (Could also try a search for that; css 100% heigth layout/div or something like that.)

Member Avatar for emulman
0
344
Member Avatar for LRNPHP

It might be just me, but I've got no clue what you want to do whatsoever. What are those values, where do they come from, what has to be done with them, what doesn't show correctly, etc.

Member Avatar for twiss
0
123
Member Avatar for saideepak89

Why in hell would you want to do that? If you want to just cancel the submit before it even started, you could return false in the onsubmit handler.

Member Avatar for twiss
0
231
Member Avatar for ankit.pandey3

Could you post the string [icode]$datetime[/icode]? Anyway, [icode]strtotime[/icode] or [icode]date_create[/icode] might do the job.

Member Avatar for twiss
0
215
Member Avatar for newboi
Member Avatar for ellenwillss
Member Avatar for installer

I always tend to open far too many tabs, and that's why I use Chrome. I love Firefox more, but when you open like 50 tabs (yeah, I hate closing tabs), it starts getting too slow for my taste (I once checked when it had 27 tabs open and it …

Member Avatar for remixedcat
1
651
Member Avatar for loveforfire33

Well, it depends a bit on what exactly you want to make. If you want a dynamically-sized website, use percentages. If not, the main parts of your website should (IMO) use the full width of the screen, [i]or[/i] have a fixed width and be centered. If you have specific issues, …

Member Avatar for tungnk1993
0
98
Member Avatar for abdelhakeem
Member Avatar for ironmodulus
Member Avatar for rocco88
0
138
Member Avatar for Ken Peterson

Do you mean [URL="http://www.rostinventures.com/seo-consulting/reverse-seo-consulting.html"]trying to remove content from the web[/URL], or do you mean [url=http://www.reverseseo.com/]this company[/url]?

Member Avatar for claydcousta
0
146
Member Avatar for karthik_ppts
Member Avatar for Shizuo

What are we supposed to do for you? If you want to make this, what did you try? If you have an idea how to do it, what's the problem?

Member Avatar for urtrivedi
0
73
Member Avatar for HelenLF

Nope, I don't think so. Google can't crawl mobile apps. Be sure to make clear the conditions, take a look at where the link is placed, and compare with the costs of Google Ads and the like.

Member Avatar for alyessamoore
0
104
Member Avatar for Whopper Dawg
Member Avatar for Zagga
Member Avatar for xapher19

You'll have to create a script that takes a template file and processes it. Come up with some simple syntax that is then replaced with content (for example, <!--# footer #--> or [[[footer]]] to create a footer placeholder). Or, you could just make them type <?= $footer; ?>, and include …

Member Avatar for xapher19
0
361
Member Avatar for jkon

I don't know if there's a policy for this, but personally I'd just use this one: [img]http://images.daniweb.com/logo.gif[/img]

Member Avatar for jingda
1
237
Member Avatar for BillyMagic

Why in hell would you want to convert C# to VB? @OP: As for the title of your post, with a tissue. As for the body, look for the folder the browser stores it in and delete everything in that folder :)

Member Avatar for BillyMagic
0
484
Member Avatar for Behseini
Member Avatar for twiss
-1
125
Member Avatar for sam8
Member Avatar for garyjuano

Nope, that's not gonna work. You're now comparing strings, not dates. Try something like this: [CODE] $date1 = time(); $date2 = date_create('2011-09-17 11:51:21'); ... [/CODE]

Member Avatar for twiss
0
77
Member Avatar for klemme

What you're doing isn't exactly the cleanest way to get an XMLHTTP object, but it should work, anyway. The database connection and data collection should happen, now, in rediger.php (i.e., the file you specify at line 21). The preferable way to, then, get the data to javascript is in my …

Member Avatar for twiss
0
1K
Member Avatar for TheNinjaForce
Member Avatar for Ken Peterson

[QUOTE=Ken Peterson]our search results[/QUOTE] :) (There's also a thread on that there: [url=http://www.daniweb.com/internet-marketing/search-engine-optimization/threads/370201]Look of Google search results[/url].)

Member Avatar for Grade1
-1
91
Member Avatar for emily-bcot

You need the child selector, not the descendant selector; [CODE] $("#table1 > tr:odd").addClass("odd"); $("#table1 > tr:not(.odd)").addClass("even"); [/CODE]

Member Avatar for twiss
0
121
Member Avatar for zjbarden
Member Avatar for Louilly

How did you create the pdf, and how did you create the links? It might be that the only reason that you can click them on a pc, is that your pc app figured that it's a URI. It might help to explicitly tell the app you create them with …

Member Avatar for Louilly
0
2K
Member Avatar for suavedesign

Percentages and 'em's are sometimes better than 'pixels', it depends. Read: [url]http://www.w3.org/Style/Examples/007/units[/url]

Member Avatar for suavedesign
0
490
Member Avatar for lemur

[CODE]<div><img/><a>bla bla</a></div>[/CODE] ... should do that. Unless you mess it up with css :)

Member Avatar for lemur
0
111
Member Avatar for Julia25

Yes, that should be possible (but if you can add javascript, why can't you add CSS?). But what did you try, what is the html you want to make a dropdown menu of, et cetera? We're not going to write the whole thing for you. There's a lot to find …

Member Avatar for Julia25
0
137
Member Avatar for Ritesh_4
Member Avatar for Ritesh_4

You could instruct your users to "right click and select save on disk" or something like that. If that's not what you want, there are some headers you can use for this. Copied from [url]http://elouai.com/force-download.php:[/url] [CODE] header("Pragma: public"); // required header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: private",false); // required …

Member Avatar for Ritesh_4
0
247
Member Avatar for Espenij

You could put it before it, and replace [icode]$_GET["id"][/icode] on the line with [icode]$my_id[/icode] (but [i]please[/i], name it something more useful :)). But personally I would never do this, it needlessly consumes memory and CPU cycles. It's a [i]notice[/i], don't worry about it.

Member Avatar for Espenij
0
8K

The End.