Everything posted by -WWW-
-
Buying a site thats ranked on 1st page for london web designer
Great, thanks for your inputs. I'll try to get more details. Do you know of any web based services that facilitates buying domains from another person?
-
Buying a site thats ranked on 1st page for london web designer
The site has around 250 impressions on average..and click through rate is around 10% according to the seller.. Thnks for your input.
-
Buying a site thats ranked on 1st page for london web designer
Come on guys..someone should be here to shed some light on this..
-
Buying a site thats ranked on 1st page for london web designer
Hi All, I have an opportunity to buy a domain with the website thats listed on 1st page of google uk for the keyword london web designer. But i'm not sure how much to offer.Anyone here have any idea how much this is worth? Also if i'm buying it what the process? is there any site that facilitate this type of transaction? Thank Nam
-
Search box for site
Thanks collin will try that
-
Search box for site
Hi guys, A client of mine needs search option for the site but doesnt want a heavy cms installed. anyone know of any alternatives? or is there any light cms that supports search function? I'm thinking of google but it doesnt allow much customization is it? anyone with similar experience pls help Thanks -WWW-
-
php upload script issue
Hi Guys, I got this simple php upload script which works fine. <form enctype="multipart/form-data" action="uploader.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="512000" /> Send this file: <input name="userfile" type="file" /> <input type="submit" value="Send File" /> </form> <?php $uploaddir = '/var/www/uploads/'; $uploadfile = $uploaddir . basename($_FILES['userfile']['name']); echo "<p>"; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo "File is valid, and was successfully uploaded.\n"; } else { echo "Upload failed"; } echo "</p>"; echo '<pre>'; echo 'Here is some more debugging info:'; print_r($_FILES); print "</pre>"; ?> i want the upload directory to by passed by URL var and set $uploaddir, i can pass it but when i change the $uploaddir it says upload failed. any ideas? Thanks
-
Copyright statement in invoice
Yeah thats correct cinnamondm. Thanks wizely, and what the different between giving away the rights to all the intellectual property and not..can you explain a bit? Thanks
-
Copyright statement in invoice
anyone??
-
Copyright statement in invoice
Hi all, an agent i'm working for needs something like this included in the invoice. "copyright and intellectual property of my work performed on this site is transferred to them on payment in full of your invoice." Would like your ideas on it. and also how can i put it in correct wording, this doesnt look very professional Good day
- mysql syntax error
-
mysql syntax error
i get this error when executing the sql query. if i remove the DESC it works. tNG_fields.getFakeRecordset: SQL error: Error creating temporary table: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc TEXT, date TEXT, id TEXT)' at line 1 SQL: CREATE TEMPORARY TABLE KT_fakeRS_20090611 (iwant TEXT, type TEXT, price TEXT, bedrooms TEXT, img1 TEXT, img2 TEXT, img3 TEXT, img4 TEXT, desc TEXT, date TEXT, id TEXT) (FIELDS_FAKE_RS_ERROR) field type of desc in the table is text any sql gurus?...
-
background in <a> tag
nobody?? so its not possible to do it like that?
-
invoicing for upfront payment..
Cool Thanks guys
-
background in <a> tag
Absolutely ...thanks for that maybe my explaination was not clear... BlueDreamer, what you said works fine. but i need it work as explain above by bocaj.sorry if i din explain it clear
-
background in <a> tag
that works mate..but i want to style the background inside the <a> tag, thats where the hover state doesnt work
-
background in <a> tag
no that doesnt work either.. how come if i do it in style it works ie: #nav1 ul li a:link{display:block; height:162px; width:130px; background:transparent url(images/1.jpg) no-repeat 0 0} works but this doesnt <a href="#" style="background:transparent url(images/1.jpg) no-repeat 0 0" id="area"><span class="catHeader">first</span></a>
-
background in <a> tag
i need to add a hover effect to an <a> tag, easy with css but user needs to be able to add images so tried attaching the image inside the <a> with an inline style and animating it on the hover state of <a>, logically it should work, but it doesnt so something wrong with my logics obviousely help heres the code
-
invoicing for upfront payment..
seems nothing seriouse, but just formal stuff then
-
invoicing for upfront payment..
Thanks all, I did manage to get the job, they want me to work as an indipendant contractor.they've sent a contract.can some clarify these parts i'm not really sure. also anything i should be aware when signing a contract like this? Thanks guys..
-
invoicing for upfront payment..
great thanks
-
invoicing for upfront payment..
Thanks Avera, and all the other guys. one qusetion do you hand out this when they pay upfront or after they make full payment?
-
invoicing for upfront payment..
Do you guys give an invoice for the advance payments and then issue another one when the client pays the rest after completion?..
-
Do you use client questionnaires on you site?
i suggest to have short one where the client doest feel like his doing an exam and meet the client and have a discussion to get the idea out of his head properly. people like to talk to people whome they are working with, thats my opinion..
-
Working with an Agency
Thanks You guys rock