273 Posted Topics

Member Avatar for khanji

firstly, have to agree with midi, doesnt take months, its a matter of days. As for results appearing in the top10, he probably posted his ad on alot of sites, google bases results on number of links and lots of other factors. [B]NO MORE[/B] uses meta data.

Member Avatar for Designer_101
0
95
Member Avatar for lrjpgms62758

hi lrjpgms62758, Not sure if this information will still be helpful since it's been awhile since your post. OK down to the problem,if you using html, add the alt attribute. eg. <img src="www.soccer.com/about us/sponsors/mtn_2.jpg" width="102" height="65" [B]alt="imagename"[/B] /> If you think this information helped, or even better. Solved your problem. …

Member Avatar for macneato
0
102
Member Avatar for gameplay360

Ok... i think i know what you mean, like how corel offers you the effect to create a image opacity from 100 to transparent. simple but you will require ps CS2 or above. Create a gradient, set the [1st] opacity stop to 100% and the colour stop to white (if …

Member Avatar for macneato
0
121
Member Avatar for arkaprava

are you installing on a localhost? if so " The Service couldn't be started", ctrl+alt+delete (task manager -sp2). processes. Make sure there is no task running that has "mysql" in it. Would be more specific but i've noticed it's different. What application are you using? because i had/have the same …

Member Avatar for macneato
0
78
Member Avatar for Angel8552

Hi angel There lots of methods to go about this. But i will give you the simplest. You will need photoshop. Open the image you would like to be lightened. IMAGE>ADJUSTMENTS>VARIATIONS>LIGHTER (menu on the right). All done. If you think this information helped, or even better. Solved your problem. Please …

Member Avatar for macneato
0
120
Member Avatar for no_content

Quite honestly no_content, only learnt about layout mode after reading this post (used to [B]grid[/B] in Golive if I'm not mistaken). This is the way i see it, it's just a fancy way of doing tables (which you can do yourself, with a little bit of patience and nesting). Provide …

Member Avatar for macneato
0
80
Member Avatar for marjan_m

Yes you can even though i wouldnt suggest it. Load times are increased, backgrounds arent colours but images (even just plain white)... plus, imagine updating it, probably re-upload the entire site [URL="www.medialab.com/sitegrinder/"]sitegrinder/[/URL], never used it, but have seen a couple of sites done with it. not half bad

Member Avatar for macneato
0
217
Member Avatar for sevdiaz
Member Avatar for macneato
0
118
Member Avatar for marjan_m

Had the same problem. ensure the menu layer anchor (div id) is above (before) your content anchors. Problem is resolved. If you think this information helped, or even better. Solved your problem. Please add to my rep

Member Avatar for macneato
0
51
Member Avatar for marjan_m

[B]Static[/B] - Use a inline frame, link it to an html/php file. find marque script (TONS AND TONS of them out there.) [B]Dynamic[/B] 1) Flash - [URL="http://www.flash-db.com/Tutorials/loading/loadingData.php"]read here[/URL] 2)PHP - google it, the simplest way. CMS.

Member Avatar for macneato
0
63
Member Avatar for macneato

Hi, Was wondering if anyone could help me with this little problem I'm having. I'd like to have a comma separator after every 3 digits. E.g "3,000,000". How would i go about this? Thanks in advance

Member Avatar for pritaeas
0
133
Member Avatar for rollan

Dreamweaver is good... can't dog it. But if you want to get designing Golive is the answer. Place a grid, and enjoy

Member Avatar for reen.blom
0
126
Member Avatar for bongobob

I'll take a shot at it bongo (like the handle) don't really understand the question cause you made a simple question LONG and complicated. But what you saying is you want to convert(1)/create(2) a icon to replace an existing one. Simple! yes. Here's what you'll need: (1) [URL="http://www.axialis.com/iconworkshop/"]Axialis Iconworkshop[/URL] (2) …

Member Avatar for macneato
0
105
Member Avatar for connsf23

Firefox... haha, cute, think you mean fireworks reen. If you would like to dive right into the deep end [B]without[/B] learning html. I'd suggest, go for Golive, html is easy, and you can probably pick it up as you go along.

Member Avatar for reen.blom
0
84
Member Avatar for jabbarmk

Read... [URL="http://www.kirupa.com/developer/actionscript/flash_php_mysql2.htm"]Learn How to Use Flash with PHP and mySQL[/URL] As for the mail script; on (press) { mailTo("mailinglist@computronics.sz","",cm_name,cm_email); } explained: on (press[B][I][your action][/I][/B]) { mailTo("mail@mail.com [B][I][the address you'd like the email to be sent to][/I][/B]","[B][I][cc][/I][/B]",cm_name [B][I][input text_containing,subject][/I][/B],cm_email [B][I][input text_containing,message][/I][/B]); }

Member Avatar for macneato
0
142
Member Avatar for kevted
Member Avatar for macneato
0
78
Member Avatar for pulse0

Sup pulse, What I'd suggest is you use an open souce CMS then download an extension to use multisites (for your different users). This would be the quickest way to deploy a decent site without much work. There many out there, a few good suggestions are joomla or wordpress. But …

Member Avatar for macneato
0
92
Member Avatar for Anna ms

Hi Anna, Kind of understand your question, but I may be wrong, so bare with me. Download EMS SQL Manager 2007 For MYSQL. Does it all for you. It's a commercial product, but you can download a trial version [URL="http://www.sqlmanager.net/en/products/mysql/manager/download"]here[/URL]

Member Avatar for macneato
0
100
Member Avatar for macneato

hi, dont usually ask for help since i believe in google. But im in a serious fix. intro: currently working on a table that has three fields, 'id' 'current' 'previous'. problem: i want to insert another field (or two - no too sure how to go about it) but with …

Member Avatar for iamthwee
0
85
Member Avatar for wasakonis

Paste this in the head tags. Remember ur image will wrap. <!-- body { background-image: url(images/urimage.gif); } --> </style>

Member Avatar for somedude3488
0
145
Member Avatar for roryt

Photoshop takes the cup. say what you will, CS3 loads extremely fast. Can quickly animate, draw vectors plus workspace is solid and does get into the way. Smart layers, linked effects. Ders no other.

Member Avatar for roryt
0
380
Member Avatar for sabin

easiest way would be the mailto: command. find it in behaviors i believe

Member Avatar for macneato
0
101
Member Avatar for Barefootsanders

Don't know if this will be any help. But i'd suggest using a inline frame to print the table onscreen. [U]Use this script to print the table[/U] [code] <?php $db_host = '[COLOR="#ff0000"]HOST[/COLOR]'; $db_user = '[COLOR="#ff0000"]USER[/COLOR]'; $db_pwd = '[COLOR="#ff0000"]PASS[/COLOR]'; $database = '[COLOR="#ff0000"]NAME[/COLOR]'; $table = '[COLOR="#ff0000"]NAME[/COLOR]'; if (!mysql_connect($db_host, $db_user, $db_pwd)) die("Can't connect …

Member Avatar for macneato
0
632

The End.