Posts
 
Reputation
Joined
Last Seen
Ranked #313
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
90% Quality Score
Upvotes Received
39
Posts with Upvotes
36
Upvoting Members
29
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
4
20 Commented Posts
~75.6K People Reached
Interests
Music
PC Specs
13" MacBook Pro - OS X Snow Leopard2.4 GHz320GB HD4GB RAM2TB External HD
Favorite Tags

213 Posted Topics

Member Avatar for vegaseat

Your code is deprecated, and your method is outdated. NO ONE should use this. Regards, Arkinder

Member Avatar for Johannes_2
0
5K
Member Avatar for brynFlew

It doesn't seem to be possible, and frankly it shouldn't be. It doesn't really make sense to take away the users default way of closing the browser. Regards Arkinder

Member Avatar for qwsa
1
2K
Member Avatar for vegaseat

Please don't bring up old threads. Ask in the [URL="http://www.daniweb.com/web-development/php/17"]PHP[/URL] section. Regards Arkinder

Member Avatar for diafol
1
2K
Member Avatar for jah0073

Please post a link to this page, and I'll be more than happy to help. Also, are you wanting the layout centered or on the left of the page? Regards Arkinder

Member Avatar for joel.design
0
548
Member Avatar for russ_nbhs

To start you clearly need to become more familiar with CSS. Not only what it is but how to use it. Mozilla, Google, and Opera all offer online tutorials. [URL="https://developer.mozilla.org/en-US/docs"]Mozilla[/URL] [URL="http://code.google.com/edu/submissions/html-css-javascript/"]Google[/URL] [URL="http://dev.opera.com/articles/view/27-css-basics/"]Opera[/URL] As well as the [URL="http://www.w3.org/wiki/CSS"]W3C[/URL], and [URL="http://htmldog.com/"]HTML Dog[/URL] is also worth checking out. For inspiration/ideas for styling your …

Member Avatar for sheikhali449
0
176
Member Avatar for Sarama2030

You're question is a little vague to me. Some quick Googling comes up with things like [URL="http://www.1stwebdesigner.com/design/useful-web-design-tools-daily/"]this[/URL], and [URL="http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/"]this[/URL]. As far as what the best things to have are is really just a matter of preference. However, two things I would say that every web developer needs is a good …

Member Avatar for Ausopenxcell
0
394
Member Avatar for jsepeta

No, it's not possible. It has something to do with the licenses. It shouldn't be too difficult to find a replacement for it though. OS X can still run PowerPC applications. If you have an install disk for the OS, you could always try making a new partition in the …

Member Avatar for MichaelLAX
0
364
Member Avatar for mits28

A few specific places to try: [URL="http://code.google.com/edu/submissions/html-css-javascript/"]Google[/URL], [URL="https://developer.mozilla.org/en-US/docs"]Mozilla[/URL], [URL="http://htmldog.com/"]HTML Dog[/URL] , and [URL="http://www.w3.org/html/wiki/Learn"]W3C[/URL]. Regards, Arkinder

Member Avatar for jonywags
0
230
Member Avatar for limonzmn

W3schools is a horrible reference, and it should not be used for anything other than a reference - if at all. I do not know of any "good" video tutorials, but you could still try some of these: [URL="http://code.google.com/edu/submissions/html-css-javascript/"]Google[/URL], [URL="https://developer.mozilla.org/en-US/docs"]Mozilla[/URL], [URL="http://htmldog.com/"]HTML Dog[/URL] , and [URL="http://www.w3.org/html/wiki/Learn"]W3C[/URL]. Regards, Arkinder

Member Avatar for rotten69
0
201
Member Avatar for davy_yg

You are still using HTML 5 tags which do not exist to IE7. If you are wanting to switch your markup to HTML 4 make sure that you also change your DOCTYPE to HTML 4.01 Strict. [URL="http://www.w3.org/TR/html4/index/elements.html"]HTML 4 Reference[/URL] Regards, Arkinder

Member Avatar for teedoff
0
143
Member Avatar for 68thorby68

The screen shots display fine for me. Try messing with the [ICODE]z-index[/ICODE] for the button, and if that does nothing you could try position the button absolutely. Keep in mind that you should give the containing popup a [ICODE]relative[/ICODE] position if you do the latter. If none of this makes …

Member Avatar for 68thorby68
0
162
Member Avatar for huntaz556

As far as ideas there are more than either of could count. However, ideas are useless if you cannot actually implement any of them. Start by learning the basics, HTML and CSS, then move into the more complex high-level languages. A few places to start at: [URL="http://code.google.com/edu/submissions/html-css-javascript/"]Google[/URL], [URL="https://developer.mozilla.org/en-US/docs"]Mozilla[/URL], [URL="http://htmldog.com/"]HTML Dog[/URL] …

Member Avatar for Arkinder
0
146
Member Avatar for sidd.

Joomla is a CMS (Content Management System). W3schools is a horrible reference. A few better places: [URL="http://code.google.com/edu/submissions/html-css-javascript/"]Google[/URL], [URL="https://developer.mozilla.org/en-US/docs"]Mozilla[/URL], [URL="http://htmldog.com/"]HTML Dog[/URL] , and [URL="http://www.w3.org/html/wiki/Learn"]W3C[/URL]. Regards, Arkinder

Member Avatar for Arkinder
0
115
Member Avatar for Arkinder

I recently had an assignment that asked us to restrict the amount of characters a user can enter for his or her name. My professor said this is useful in the event that your program is being "attacked." The simplest solution was to use C strings: [CODE]#include <iostream> const int …

Member Avatar for Arkinder
0
6K
Member Avatar for Arkinder

I am not exactly sure what information is relevant, so my apologies for any useless/redundant information. On my Mac (Snow Leopard 10.6.8) with xCode (gcc) compiled and run through the terminal the following works fine (ignore code and continue reading): [CODE]#include <istream> #include <string> #include <iostream> #include <fstream> enum Year …

Member Avatar for Arkinder
0
396
Member Avatar for meowbits

As Dandello said, part of the problem is that the container is smaller than the total width of its child elements. The other part is that the browser window is also smaller than the total width of said child elements. Try increasing the width of the body and make changes …

Member Avatar for Dandello
0
127
Member Avatar for adcgv

First, validate your [URL="http://validator.w3.org/"]HTML[/URL] and [URL="http://jigsaw.w3.org/css-validator/"]CSS[/URL]. You have listed this CSS rule twice with two values. Use only one - the second one. [CODE].clearfloat { display: inline-block;}[/CODE] [CODE].clearfloat { display: block;}[/CODE] The featured side bar doesn't have enough width in IE, which is what's pushing the text down. [CODE]#featured .info …

Member Avatar for bdoga
0
207
Member Avatar for Katana24

As far as designing one for yourself goes, Xcode is a must. However, it requires a some what in-depth knowledge of how Lion deals with data. The only think I've ever used Xcode for is compiling my C/C++. Regards Arkinder

Member Avatar for stevenros
0
160
Member Avatar for blaaam

Hi blaaam, Welcome to Daniweb! Yes, this should probably be posted in the [URL="http://www.daniweb.com/web-development/php/17"]PHP[/URL] section. Regards Arkinder

Member Avatar for G&G Designing
0
187
Member Avatar for abelingaw

It might be possible with psuedo-classes, but you would have to be very careful about where you place each element - more trouble that it's worth. jQuery is a JavaScript library that allows you to do things like this with very little code - 4-8 lines. So I definitely recommend …

Member Avatar for abelingaw
0
106
Member Avatar for ericwalter

The .html file extension is just a renamed text (.txt) file containing HTML markup. Regards Arkinder

Member Avatar for Arkinder
0
90
Member Avatar for a.emara47

[ICODE]background: url('images/footer.jpg') no-repeat;[/ICODE] Note the single quotes. Make sure that you're using the correct file path, then try giving it a set width and height. If it's still not appearing, then another element is affecting it. Regards Arkinder

Member Avatar for G&G Designing
0
102
Member Avatar for tobeeornot

Hey Toby, You'll need to use a [ICODE]clear: both;[/ICODE] either as its own element before the form, or on the footer. Floating an element removes it from the normal flow of the page, so that's what's causing it to overlap. If you need help figuring it out just let me …

Member Avatar for tobeeornot
0
446
Member Avatar for iamthwee

Make sure that you are using a doctype and that your [URL="http://validator.w3.org/"]HTML[/URL] and [URL="http://jigsaw.w3.org/css-validator/"]CSS[/URL] are valid. As drjohn suggested, reset the margin and padding for every element. Except, instead of using a body selector, try a universal rule just to avoid any possible inheritance issues. [CODE]* { margin: 0; padding: …

Member Avatar for Arkinder
0
166
Member Avatar for Shizuo

If .profile is a child of the division then it's going to have the same width because you haven't set any widths, unless .profile in an inline element (I'm assuming not since you're using [ICODE]text-align: center;[/ICODE]) So once again, assuming: [CODE] div { background: 0 10px url(bkcontentwrap.png) repeat-y; background-size: 800px …

Member Avatar for Arkinder
0
150
Member Avatar for ikhan42
Member Avatar for rv1990
0
117
Member Avatar for loveforfire33

[CODE]#nav-outer { background-image: url("/images/headerbg.png"); height: 110px; padding-top: 11px; position: relative; [COLOR="Red"]top: 24px;[/COLOR] }[/CODE] The [ICODE]top[/ICODE] property is pushing the header down. Firefox is the official browser of the W3C, and is such because it displays HTML and CSS more correctly than any other browser. So what I find odd is …

Member Avatar for Arkinder
0
188
Member Avatar for calrobs

Multiple audio elements display and work correctly for me. Check your attributes for missing quotations, and that you are correctly closing each tag. Regards Arkinder

Member Avatar for Arkinder
0
118
Member Avatar for loveforfire33

Could you post a link to a test site or the markup and CSS that you have already tried? There are several ways to do this, but I would rather not list them all if they aren't relavent to what you're doing. Regards Arkinder

Member Avatar for Arkinder
0
77
Member Avatar for jackparsana
Member Avatar for jackparsana
0
202
Member Avatar for jie3

I'm seeing the same navigation bar. Have you cleared your browser's cache? Regards Arkinder

Member Avatar for jie3
0
74
Member Avatar for gambit_1607

Make sure that the combined widths aren't exceeding their container, then check the margin and padding. Regards Arkinder

Member Avatar for Arkinder
0
173
Member Avatar for lps
Member Avatar for Arkinder
0
135
Member Avatar for Behseini

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style type="text/css"> h3 { display: inline;} /* removes space before and after the heading elements */ .column { width: 278px; float: left; /* places divisions on the same line */ } .space { margin-left: 66px;} </style> </head> <body> <div> <h3>Welcome</h3><br> <div …

Member Avatar for Behseini
0
137
Member Avatar for anandhikrishnan

JavaScript can do it. Ask over [URL="http://www.daniweb.com/web-development/javascript-dhtml-ajax/117"]there[/URL]. Regards Arkinder

Member Avatar for almostbob
0
98
Member Avatar for nimirraj99

Okay, you're positioning A LOT of elements here. Right now I don't have time to go through the parsing order of them all, but make sure to check the [URL="http://www.w3.org/TR/CSS2/cascade.html#specificity"]specificity[/URL] of each rule. I'll take a look at it this again some time after lunch. Regards Arkinder

Member Avatar for Arkinder
0
218
Member Avatar for explorers5000

[CODE]<a href="javascript:fg_popup_form("fg_formContainer","fg_form_InnerContainer","fg_backgroundpopup");">[/CODE] Is what is used in a-page.php. [CODE]<a href="#">Contact Us</a>[/CODE] Is what is used in index.php. Regards Arkinder

Member Avatar for explorers5000
0
117
Member Avatar for newbie14

Remove the width from this rule in your CSS. [CODE]p { margin: 0 auto; padding: 1em 0; [COLOR="Red"]width: 680px;[/COLOR] }[/CODE] Regards Arkinder

Member Avatar for Arkinder
0
104
Member Avatar for sirlink99

Could you be a little more specific please. It's the height that isn't resizing, right? The annoying thing about the height property is that you need to have it set somewhere with a non-percent unit before it will work with percentages ideally. Regards Arkinder

Member Avatar for Arkinder
0
149
Member Avatar for marywallace66

While site builders are convenient, they lack a truly versatile functionality. They tend to output a lot of markup and code that isn't necessary, and lack page optimization to compensate for it. However, if you're just making a personal web site then learning HTML and CSS could be more trouble …

Member Avatar for Lorel
0
147
Member Avatar for Thisisnotanid

[CODE]<footer>[/CODE] Is not an HTML tag. Try using a division instead. [CODE]<div id="footer"> </div>[/CODE] Then, in your CSS. [CODE]#footer { /* CSS properties */ }[/CODE] [ICODE]<header>[/ICODE] doesn't exist either. Fix those and then we'll work on the drop down menu. Regards Arkinder

Member Avatar for Thisisnotanid
0
272
Member Avatar for TheNNS

Yes, using [URL="http://tinyurl.com/3hkarcw"]jQuery[/URL] there are tons of options. A lot of these use photo, but they are easily replaced with videos. Regards Arkinder

Member Avatar for Arkinder
0
187
Member Avatar for alanlee9898

I can't look at it right now, but try the [ICODE]z-index[/ICODE] property. [CODE]z-index: -1;[/CODE] Regards Arkinder

Member Avatar for alanlee9898
0
102
Member Avatar for titusnainggolan

Include the controls parameter. [CODE]<div id="video"><embed src="video/hari_ini_sakit.mp4" width="200" height="175" [COLOR="Green"]controls="0"[/COLOR]></embed></div>[/CODE] Regards Arkinder

Member Avatar for Arkinder
0
107
Member Avatar for prajesh2

Straight from the [URL="http://www.w3.org/TR/html401/struct/lists.html"]horse's mouth[/URL]. Regards Arkinder

Member Avatar for Arkinder
0
34
Member Avatar for vectro

I've never used Joomla, and this really isn't a question about HTML or CSS. [LIST] [*]Are your users even receiving the activation e-mail? [*]Is there a restart that Joomla needs to do? Is there a restart that you need to do? [*]Are there any delays between settings changes? [*]Is there …

Member Avatar for vectro
0
233
Member Avatar for alanlee9898

You're positioning some of these elements the wrong way. To get it to center you will have to fix that. I'll make the changes red. First we need to remove the [ICODE]margin-top[/ICODE] from [ICODE]navigation[/ICODE]. [CODE]div#navigation { z-index: 1; }[/CODE] And place it in the [ICODE]body[/ICODE] rule. [CODE]body { font-family: Verdana,Arial,Helvetica,sans-serif; …

Member Avatar for Arkinder
0
230
Member Avatar for sirlink99

Which browser is this happening in? It displays fine in my Firefox 5. Regards Arkinder

Member Avatar for Arkinder
0
500
Member Avatar for msm446

The column isn't moving, the container for the rest of your content is. More specifically, the margins from this CSS rule. [CODE].container_12, .container_16 { margin-left: auto; margin-right: auto; width: 960px; }[/CODE] Try giving the main division a set width. [CODE]#main { background: url("../images/idea_1.png") no-repeat scroll 10% 0 #FFFFFF !important; width: …

Member Avatar for Arkinder
0
224
Member Avatar for G&G Designing

Make sure that you include a doctype. Unless you are parsing XML data you should be using HTML 4.01 Strict. Regards Arkinder

Member Avatar for Arkinder
0
163

The End.