Forum: Database Design Jul 25th, 2007 |
| Replies: 6 Views: 3,821 Thanks for reply.
You are right. That is exactly the approach that I am going with. Basically 2 tables where one holds the tag_id's and is easily searchable.
However, the solution looks too... |
Forum: PHP Jul 19th, 2007 |
| Replies: 11 Views: 3,992 Agree, Modules on IIS are a pain |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 3 Views: 864 I would take off that call us for estimate image. Looks too much like a template. That's just my opinion though. |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 7 Views: 1,364 Scroll bars kind of look annoying. Each page I click on, I have to scroll down and it's hard to see. In my laptop screen I have to scroll down once, then twice for the scroller area.
Newsletter... |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 5 Views: 1,439 Hi there,
Here is one of the things that was noticeable:
- images sizes on the page are smaller than the actual image. Image may also look pixelated sometimes if you don't use original size.
... |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 2 Views: 903 Hello guys,
A review for this site would help. It's not meant to be sharp; it just needs to look acceptable. almost for a launch.
I'm a developer so I can take a lot of critique.
Reviews are... |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 4 Views: 1,509 very nice design. good work.
I find this is a bit redundant:
<img src="images/arrow.gif" />
I'd put that in css.
again sweet design.
tim |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 0 Views: 666 Hello guys,
I've been staring at this site for the past 3 months and trying my best with it, but after a while you just stop seeing detail. So I can't go any further without some feedback...
A... |
Forum: Website Reviews Jul 17th, 2007 |
| Replies: 3 Views: 879 Hi there,
Here is my Simon critique:
- no meta tags, they can help
- title tag all the same, not good for SEO
- no h1, h2, h3
- although quite nice minimalist design, the menu all the way to... |
Forum: PHP Jul 17th, 2007 |
| Replies: 1 Views: 1,515 if you deal with the session initialization before you send headers to the browser then you shouldn't have this error.
If you want to use the following:
/*header*/
header("Content-Type:... |
Forum: Database Design Jul 16th, 2007 |
| Replies: 6 Views: 3,821 I am in process of doing something similar for one of my web sites.
I would add another question here for anyone to discuss. Is there a better design that allows to group tags so that they don't... |
Forum: IT Professionals' Lounge Jul 16th, 2007 |
| Replies: 6 Views: 1,761 Cpanel and WHM (Web Host Manager) all the way. These are very flexible and quick.
Over the years I found that just SSH is good enough, but you do have to deal with all command line administration,... |
Forum: PHP Jul 16th, 2007 |
| Replies: 3 Views: 919 I'd really recommend O'Reillys for PHP. If you don't wish to buy it maybe there are other 'means' to getting it.
I would always buy the books I like to read though. That will be a reference as... |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,468 I you are writing an application where you want to hide all your code you can use something like Zend or Ioncube.
For Javascript you can use encyption to make it 'harder' to read and copy. If you... |
Forum: PHP Jul 16th, 2007 |
| Replies: 8 Views: 6,279 I think it's a good idea to run a few ping shots because some of the requests fail. I built a monitor that used fopen() and there were fail requests all the time.
You might want to use a ping... |
Forum: PHP Jul 16th, 2007 |
| Replies: 10 Views: 4,797 Have POST as an argument to the function and then run a loop:
foreach($_POST as $key => $value) {
if(!empty($_POST[$key])) {
$sql_where.=" AND $_POST[$key] LIKE '$_POST[$value]'";
}
}... |
Forum: RSS, Web Services and SOAP Jul 15th, 2007 |
| Replies: 2 Views: 2,586 Here are a few 'possible' solutions. I haven't tested them, but they should work in my opinion.
1) Set the headers for PHP file to xml. Most browsers don't parse XML files if they have unknown... |
Forum: XML, XSLT and XPATH Jul 15th, 2007 |
| Replies: 3 Views: 1,754 Hello Julie,
XSL will basically be the hard-coded part to style XML. You can't assume that XSL will somehow turn image attributes into images.
So for example your line:
<td><xsl:value-of... |
Forum: Community Introductions Jul 15th, 2007 |
| Replies: 1 Views: 566 Hello guys,
I am a new member and I like this forum quite a bit.
Fast, lots of relevant data and right for surfing/discussion.
I am a PHP & MySQL developer, recently getting involved with a... |
Forum: PHP Jul 15th, 2007 |
| Replies: 3 Views: 942 If the code is correct and works in local machine, it's possible that you have a permission problem on the server. Make sure you make the upload folder writable. A warning should be printed out when... |
Forum: PHP Jul 15th, 2007 |
| Replies: 11 Views: 3,992 I agree, WAMP is probably the best bet since it's a lot easier then installing PHP, MySQL and Apache separately. I would recommend Apache over IIS since it's closer to its native environment. There... |