Posts
 
Reputation
Joined
Last Seen
Ranked #602
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
91% Quality Score
Upvotes Received
11
Posts with Upvotes
10
Upvoting Members
10
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
7 Commented Posts
~133.38K People Reached
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for vegaseat

"Never trust a computer that you can't throw out of a window" - Steve Jobs "Windows, because like cars, not everyone wants to build theirs from scratch" - Unknown

Member Avatar for Reverend Jim
15
13K
Member Avatar for vegaseat

The band Seether was originally known as Saron Gas , but were forced to change their name when they went international to prevent drumming up of bad memories.

Member Avatar for vegaseat
11
9K
Member Avatar for debasisdas

If there is something worth doing, it's only worth doing after 11 am

Member Avatar for James_28
8
16K
Member Avatar for eantz

Hi there, The problem is that your site is obviously running on an apache server so when the page loads, it parses your post as php instead of as plain text, this is actually a security flaw as your site should convert all special characters (that aren't disallowed) from a …

Member Avatar for advertigo.net
0
337
Member Avatar for Kusno
Member Avatar for sachin.e
0
530
Member Avatar for ayesha789

Hi there, it can't be done solely with php, you need javascript to pull the actual resolution initially, but after that you can store it in a cookie and use php to access it Put this script on your home page [code=javascript] <script language="javascript"> window.location.href = "resolution.php?width=" + screen.width + …

Member Avatar for dados
0
8K
Member Avatar for MattTheHat

Hi there, have you tried: <div id="blah" onclick="window.location = 'Your reference here'"> <a href="You can leave this blank">Your text here</a> </div>

Member Avatar for Killspree2012
0
23K
Member Avatar for julio gomez

Hi there, The problem is that you are calling javascript from inside your php which is outside of it's name space. What you gotta do is in your php file : echo "<script>fcnX('home.php')</script>"; in the middle of your head section and the function will automatically be called when the page …

Member Avatar for KEN74
0
553
Member Avatar for adkool

FireFox is King!! It would take about 5 times longer to do my job if it wasn't for Firebug (the plugin, if you've never heard of it check it out!!) But due to the resounding majority of pc users sticking with the stock standard IE, my boss requires me to …

Member Avatar for crunchie
2
890
Member Avatar for moerpheus

Use a file area like this [code] <input type="file" name="upload[]" >[/code] then in you php script [code] foreach($_FILES['upload'] AS $file) { //HERE YOU DO YOUR FILE SAVING //For the file array } [/code]

Member Avatar for nagarjuna.king
0
242
Member Avatar for apple123456

*Sighs nostalgically* I remember when I studied C++, that is some crazy s**t right there. Luckily I was able to escape it in my fourth year before it shattered my fragile little mind :P

Member Avatar for Portgas D. Ace
0
513
Member Avatar for theighost
Member Avatar for pritaeas
0
4K
Member Avatar for Menster

Hi All, I'm having a bit of a problem with a service I'm developing. I have a CGI script sitting on my server (Ubuntu 10.0.4) which obviously receives it's requests on port 80, and the incoming requests arrive on port 8083 which is out of my control. So I have …

0
135
Member Avatar for sneekula

The human race will be destroyed by de-evolution: Where stupid people outbreed smart people (as is currently happening) to a point where the human gene pool is reduced to the depth of a teaspoon at which point they'll all stab/bite/set fire to/blow each other up -or- due to the lack …

Member Avatar for bumsfeld
2
931
Member Avatar for lisan28

Hi there, Try changing your style for #content, set attribute overflow to scroll. Hope this helps

Member Avatar for Arkinder
0
1K
Member Avatar for Menster

Hi Guys, I'm in the process of developing an ActiveX control which is designed to check the status of an installation and the config of that installation if it is there. I'm 5/6ths of the way there, but in one of my steps, I rely on a 3rd party DLL's …

0
96
Member Avatar for eXceed69
Member Avatar for The Dude
Member Avatar for The Dude
Member Avatar for elamigosam

Sure do, What you need to do is the following: 1) Create a list of all of the attributes of your mysql table you would like to sort the table by. 2) Organize these into a switch statement at the top of your page in php, eg: [code=php] $sortby = …

Member Avatar for leela83
1
245
Member Avatar for deckchairboy

Seen on t-shirt: Front: Only you can prevent forest fires! Back: Which is great, because I've got other stuff to do.

Member Avatar for bumsfeld
1
363
Member Avatar for Menster

Hi guys, Bit of a strange problem here. I've been working on a CMS for a client where they can preview work that they've done in a div-tag which is inside the "Admin" template for the back-end. My problem is this: After the user styles all of their content accordingly …

Member Avatar for MJ Pieterse
0
162
Member Avatar for Menster

Hi guys, I am trying to create an application to serve on the web which is an integration of a java application and some php for mostly presentation functionality. Has anybody here successfully done anything like this before, and if so how? Please help. In dire need here. Thanks in …

Member Avatar for kireol
0
183
Member Avatar for matthewl

My record is 4. But you can only use multiple computers if you have multiple lengthy tasks to do, such as uploading multiple websites using ftp or doing s/w installations.

Member Avatar for jbennet
0
299
Member Avatar for sim_pack

[quote]The browser won't accept that sort of url because the browser will treat the /../ as a folder called .. [/quote] I'm sorry, but that's just plain false. It is possible to access other folders on a server (even below/above the root directory if they aren't protected properly). I've done …

Member Avatar for almostbob
0
317
Member Avatar for tomtetlaw

I still use Google for all of my own searches (research etc.) but when we do SEO reports for our clients, they like to see their rankings on Google, Bing and Yahoo. So we sort of have to use it from time to time.

Member Avatar for kaninelupus
0
602
Member Avatar for Menster

Hi there, I'm busy trying to build an interface where users can create a sort of collage with images that they upload. I know it is possible to get the position of a DHTML element relative to the screen, the problem is I need the coordinates relative to a main …

Member Avatar for Menster
0
138
Member Avatar for Menster

Hi there peoples, This is a currency converter, built with a combination of javascript and php, which uses an XML feed from [url]http://www.ecb.int/[/url] to get up to date exchange rates. I know the xml handling is not very elegant, but it is functional :) Additions/comments/corrections welcome

0
269
Member Avatar for mameth