Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
18
Posts with Upvotes
15
Upvoting Members
14
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
5 Commented Posts
1 Endorsement
Ranked #888
Ranked #435
~42.6K People Reached
Favorite Tags
Member Avatar for vijiglad

[CODE]<?php if(isset($_POST['upload']) && $_FILES['userfile']['size'] > 0) { $fileName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $fileSize = $_FILES['userfile']['size']; $fileType = $_FILES['userfile']['type']; $fp = fopen($tmpName, 'r'); $content = fread($fp, filesize($tmpName)); $content = addslashes($content); fclose($fp); if(!get_magic_quotes_gpc()) { $fileName = addslashes($fileName); } include 'config.php'; include 'opendb.php'; $query = "INSERT INTO upload (name, size, type, content …

Member Avatar for diafol
0
704
Member Avatar for floatingDivs

Hi Daniweb, I'm trying to create a basic, grid-based (table-layout) calendar using PHP. I'm in the planning stages currently, but need some help coming up with an effective way to display empty boxes (for instance, November starts on Monday, so the left-most box (Sunday) needs to be empty. December starts …

Member Avatar for diafol
0
108
Member Avatar for russ_nbhs

I already know how to make a forum using php and mysql. I have a fully functional forum that I have written with the help of php login v2. I have modified the script to work with my needs. Everything else on the forum I have written. Now the only …

Member Avatar for sheikhali449
0
173
Member Avatar for sasa.spurmanis

Hi everyone, I'm new to the forum and relatively inexperienced at web publishing as well. I'm currently administering the following website: [url]http://latmont.org/[/url] I've set up the website to work with an external CSS style sheet that is linked from the header in each web page. The style sheet was created …

Member Avatar for DaveTheSinger
0
331
Member Avatar for davy_yg

Hi, Can anyone help me fix the slideshow navigation ? [URL="http://www.masterlink.co.id/slideshow3%281%29.php"]http://www.masterlink.co.id/slideshow3%281%29.php[/URL] First, the navigation is far too far on the left. Second, how to erase the black bullet next to the round gray button ? Third, I would like those gray button to be on top of the slideshow just …

Member Avatar for davy_yg
0
115
Member Avatar for Violet_82

Hi there, I am doing [URL="http://antobbo.webspace.virginmedia.com/petras/home.htm"]a website[/URL] for a client and I am trying to get it to run on the major browsers, so I am testing on the usual ones + IE6 and also on a few mobile browsers. On my android phone, the website looks fine on the …

Member Avatar for Violet_82
0
207
Member Avatar for kukula

Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation?

Member Avatar for kukula
0
182
Member Avatar for versan

I am a newbie creating a newsletter using tables and inline css, the problem is that i need to insert more than one image over an image(not background)... can anybody suggest me some possible solutions.. Breif : 1. I have inserted a background image 2. Then i inserted a image …

Member Avatar for versan
0
158
Member Avatar for trickist17

I have an element in my html-code, that holds a completely new html code written by a user, for previewing after codeing into a textarea (simple: a web-editor). My problem starts when the user types in his code with an id or/and a class, that is already in my code. …

Member Avatar for floatingDivs
0
164
Member Avatar for davy_yg

Hi, [URL="http://www.ocklaw.com/new"]http://www.ocklaw.com/new[/URL] I wonder why the layout turn into chaos in Firefox, Google Chrome, and Safari? Can anyone suggest me why and how to fix it ? Thanks.

Member Avatar for teedoff
0
89
Member Avatar for zobadof

Hello, I am designing a website and need a bit of help. The URL is [URL="http://galgal.org.uk"]http://galgal.org.uk [/URL]. However, I try to get the SmashLeaks logo to go over the top of the marquee, above where it is so it looks like it's coming out of the logo (Colour will be …

Member Avatar for floatingDivs
0
165
Member Avatar for SergioQ

Morning All, Am using images on a menu for links. They're designed so they look like one solid piece with texture, But no matter how I try, they are spaced. I have collapsed all tables, td's etc. made padding 0, etc. Other than doing absolute placement, is there a way …

Member Avatar for Philippe.Lahaie
0
151
Member Avatar for Violet_82

Hi there, I am having a - I believe - peculiar and annoying problem. I have a div on my home page which is meant to contain a picture. Now when I insert the picture I don't seem to be able to align it to the div, it's a little …

Member Avatar for Violet_82
0
96
Member Avatar for Philippe.Lahaie

Hello, im trying to create a "gradient" border so within my container div i have the content div that takes lets say 590px out of the containers 600px. and another div next to it that takes the remaining 10px. as i add content to the content div its height expends …

Member Avatar for teedoff
0
310
Member Avatar for Q8iEnG

Dear all, I got a problem with the header in a website that I was working on, now it is nearly published but after I had tested it over several browsers I got a problem with firefox. Check out the header how does it look like: [url]http://www.birthkuwait.com[/url] I'm using Blogger. …

Member Avatar for Q8iEnG
0
238
Member Avatar for al2henry

I am a self taught "elementary" html coder (still find hard to resist putting formatting on the page along with the content) and have created two web sites for orgs I belong to: [url]http://www.conservancyonmayne.com[/url] and [url]http://www.vivaldichoir.org[/url]. I recently added a code snippet I found at Digital Point that performs a …

Member Avatar for floatingDivs
0
187
Member Avatar for PF2G

Hi, I have a text that was suppose to be black, but i don't know how the text is white: [code=css]body { background:#FBFAF5 repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #666666; margin:0 auto; } h1 { } h2, h3 { margin-top: 0px; } …

Member Avatar for floatingDivs
0
114
Member Avatar for kaetar

Hello everyone, I am currently working on a website for a literary journal that I work for called The Broome Street Review. Currently, we use Wix for the website, but we would like to move away from that and design ourselves. I have been teaching myself HTML and CSS and …

Member Avatar for kaetar
0
190
Member Avatar for DSLKeper

When I go to my website ([url]www.directSellingLive.com[/url]) it loads a white page. What has gone wrong?

Member Avatar for drjohn
0
165
Member Avatar for floatingDivs

Hey everyone (especially Narue!), I've ventured over to the C++ board again. I've been reading my C++ book (Data Structures and Algorithms in C++) again and want to fully grasp the concept of pointers. In the back of each chapter, a couple of exercises are available and I'm attempting to …

Member Avatar for floatingDivs
0
706
Member Avatar for sirlink99

Is there a way to make a div image transparent while the text in the div is not. here is my current code. [CODE] .body { width: 800px; height: auto; font-family: Arial; font-size: 11px; color: #000; background: url('Images/backg3.png'); opacity: 0.5; alpha(opacity=50); } .textbody { padding: 10px; color: #000000; font-weight: bold; …

Member Avatar for sirlink99
0
90
Member Avatar for mehdi.yazdani

Hi I want to put a kind of editor in my web pages that contain html and php plugin such as dani web's editor because i want to insert some codes and then show them on the other pages such as daniweb's form . please help me, this is for …

Member Avatar for baig772
0
126
Member Avatar for aa26i

Hi there, I bought a template (no.[URL="http://www.templatemonster.com/website-templates/11613.html"]11613[/URL]) from template monster and I need to work that search button to search inside for my site content or search google. Most importantly i don't want to change the look of that search area in template. By clicking search, should appear a text …

Member Avatar for aa26i
0
106
Member Avatar for spyece

What i am Trying to make is This [URL="http://testbox.co.cc/practice/header/topbar.jpg"]http://testbox.co.cc/practice/header/topbar.jpg[/URL] The Error i am Getting is (See the White Text) [URL="http://testbox.co.cc/practice/header/index.html"]http://testbox.co.cc/practice/header/index.html[/URL] When i add span in div and assign some property to it the text shifts a little below, i am unable to figure out why that is happening Sad i …

Member Avatar for spyece
0
160
Member Avatar for floatingDivs

Hi guys, I need help setting up Google's Custom Search for a unique experience. I've got two views for an app: [url]http://mysite.com/calendar/month/7[/url] and [url]http://mysite.com/calendar/grid/7[/url] What I want to do is have the ability to search BOTH views using ONE Google Custom Search because they contain the same events, just with …

0
61
Member Avatar for Elmo_loves_you

Hey everyone. I haven't been on DaniWeb in a while. [CODE].x-accordion-header { width: 100%; color: #ffffff; background-image: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#[B][COLOR="red"]96A9C0[/COLOR][/B]),color-stop(2%,#[B][COLOR="red"]5A7596[/COLOR][/B]),color-stop(100%,#[B][COLOR="red"]394B5F[/COLOR][/B])); }[/CODE] Is it possible to include a 'variable' or 'property' in css? The reason why I am asking is because I want to change the background colour of the css …

Member Avatar for Elmo_loves_you
0
87
Member Avatar for JD321

I can't make the bottom copyright/links/etc table line up. Previous versions and some browsers had it to the left by just the 20-pixel width of the shade image column; now it is all the way to the left. Here's what I've tried to troubleshoot: 1) validated code and made changes …

Member Avatar for JD321
0
182
Member Avatar for Violet_82

Hi there, I am in the process of designing my new photography website. Now, I roughly know the layout but I am not sure how to deal with resizing the browser window issues. In other words, I want my website to resize nicely when I resize the window, rather than …

Member Avatar for Violet_82
0
190
Member Avatar for elcubanoluis

I used dreamweaver to design a site and for some reason it comes up perfect in firefox, but when loaded in IE, the Nav bar and the Footer bar are not aligned properly and the favicon shows as a broken link. What am i doing wrong? Check out the site …

Member Avatar for elcubanoluis
0
198
Member Avatar for AycheKay

I'm a manual coder and I don't generally use any CMS or frameworks. I'm looking for some examples and ideas on a base style sheet. To clarify, if you're starting a new project what would your basic, clean stylesheet look like? I'm just trying to build my own clean stylesheet …

Member Avatar for ndeniche
0
106