Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 9 of 9
Search took 0.02 seconds.
Search: Posts Made By: webpro4hire
Forum: Programming 3rd February 2011, 09:48 PM
Replies: 16
Views: 1,206
Posted By webpro4hire
Re: Outsourcing code and how to minimize risks

very nice post, I agree with this whole-heartedly. These are things any serious freelance programmer should have mastered and be willing to do.


I would add a 5a. in the "theoretical" part:
...
Forum: Main Internet Marketing Discussion Forum 2nd February 2011, 09:56 PM
Replies: 30
Views: 983
Posted By webpro4hire
Re: Have You Let Logic Go Out The Window?

Mikemcmillan,

Your post is very insightful. Fellow warriors should take note and tattoo your words on their bu** !

Smart marketers will not try to go head-on with established players, instead...
Forum: Website Design 19th January 2011, 10:21 AM
Replies: 19
Views: 728
Posted By webpro4hire
Re: Critique our new website?

I agree with discgolftraveler.

The site is awesome graphically, no questions there, very polished.

Where I find the site is deficient is in the marketing message. Practically ALL your...
Forum: Programming 18th January 2011, 08:13 AM
Replies: 4
Views: 577
Posted By webpro4hire
Re: PHP/MYSQL Insert Issue

squid,

What's the server-side code that processes the form? Perhaps the field is checked for integers?

lets see the processing code, we'll be in a better position to help out.

Cheers,...
Forum: Programming 18th January 2011, 08:02 AM
Replies: 6
Views: 522
Posted By webpro4hire
Re: New Tab or New Window in browser

try this:


<a href="#" onClick="window.open(url, name, attributes); return false;" target="_blank">bla bla bla </a>
L8r,
WP4H
Forum: Programming 17th January 2011, 09:40 AM
Replies: 5
Views: 2,186
Posted By webpro4hire
Re: How do I offer file download option on my site?

try this:


<a href="/path/to/the/pdf.pdf">Download the PDF!</a>
WP4H
Forum: Programming 17th January 2011, 09:24 AM
Replies: 11
Views: 541
Posted By webpro4hire
Re: How do I center this menu?

modify the #navbar selector style:


#navbar {
margin: 0;
padding: 0;
height: 1em; }

should be :
Forum: Programming 15th January 2011, 09:29 AM
Replies: 5
Views: 671
Posted By webpro4hire
Re: MySQL Size and Optimization Question

Hi Justin,


1) depends. How many tables are in your database and how big are each individual table. Also, what's the frequency of of lookup on those tables? Are they mostly reads or...
Forum: Programming 13th January 2011, 07:19 AM
Replies: 3
Views: 1,238
Posted By webpro4hire
Re: delete records from 3 tables simultaneously in mysql

Try this:

DELETE A, S
FROM
Artists as A,
INNER JOIN Category as C ON A.catID = C.catID
INNER JOIN Song as S ON A.artID = S.artID
WHERE
A.artID = 1
Showing results 1 to 9 of 9

 
Forum Jump


All times are GMT -6. The time now is 05:25 AM.