Search:
Type: Posts; User: ckts
Search :
Search took 0.01 seconds.
No, thank-you for being so helpful! Greatly appreciated!
Sorry!
Essentially, it should pop up a dialog so the user can Save/Open the file, but on iPhone 4's (in particular), it will simply display the image in the mobile browser, requiring the user to...
BUMP
I have continued to struggle with this the past few days, and have done my homework Googling, but nothing seems to suggest why it won't work on some phones, particularly the newest iPhone.
...
Hey everyone,
I'm having some issues with a download prompt script in PHP, when used on mobile browsers. It works properly on desktop browsers.
$file_path = trim($_REQUEST['p']);
...
Hey everyone,
LINK HERE.
I'm working on a simple site for a client. Its their Annual Summary for 2009 and will be linked off their main site.
I modified the flipbook code to "lazy load" the...
That's awesome, thank-you very much!
I think I'm going to run out and buy a Linux (for Dummies) book! Just recently moved my site over from Windows.
In response to your question, sort of... If it was "foo@bar.com, whoever@mydomain.com, whatever@mydomain.com" I would want an array with:
whoever
whatever
But I'm actually thinking now I need...
Hey everyone,
I'd consider myself advanced (but not expert) with PHP, but I have troubles fully grasping regular expressions.
I've already configured my Fedora 12 x64 server with Postfix to...
Hey everyone,
I'll start with my query since its pretty straight forward and will help me explain my problem.
SELECT * FROM trailers_model_specs WHERE product_model_id='$foreach_value' &&...
Cateogies is populated from MySQL with PHP. Labels are things like "Trucks", "Air Drills" and the value is the row ID from MySQL (a numerical value between 1 and 79).
The script being called via...
Hey everyone,
JavaScript/AJAX is beyond my main expertise but I'm starting to slowly pick it up.
But I'm stuck on this code...
Here's the HTML:
<select name="category" id="ajax_category"...
Hey everyone,
This code runs perfectly in all browsers except IE. I'm sure it was working in IE before:
<script type="text/javascript">
function cdn_postal_code(id){ // checks cdn codes only...
Hey everyone,
I just got a new Windows 7 x64 machine for development. I set up my WAMP stack (each program manually) on my own, and I've done it many times for my website.
I'm getting this...
I have the re-writing working correctly but here's my problem...
I have thrusong.com/username. It forwards to thrusong.com/user/profile.php?id=username.
The problem I'm having is that...
Hey,
I'm hoping this is a simple fix, but I have a function that populates the main div on the page according to the tab clicked (a div).
It works great when you click the first tab, but if you...
OK, I'm kind of in the same boat (I just read every post, too).
I would call myself decent at PHP now. I have a news feed on my site, which has rows inserted in a feed table. For the user's...
So, if my page body centers automatically, then there's a good chance it could be off compared to the body, all depending on the window size, etc.
Hey everyone!
Looking for a small favour, since I can't seem to figure it out...
Here are my current Rewrite Rules with Apache. I'm moved to Lighttpd, and need to change these so that my vanity...
Hello,
Very recently a page on my site has just stopped working.
I don't know what the problem is, because I made no changes to the code, the queries, or the structure of the tables.
It...
That looks like a step in the right direction! Thanks!
Just out of curiousity, would this be an intensive query on the database, or the same as a LIMIT 30?
I still don't think I'm explaining it well enough...
Here's an example (of the database):
rowID newsStory
1 4
2 6
3 4
4 4
5 ...
There's enough activity going on that the stories won't be outdated.
I'm not saying I want to grab one story of each- I don't want two of the same stories one-after-the-other. So, if I have 2...
Hello,
Quick question... I have a news feed that uses a subscriber based approach to select stories to show. It grabs 30 of the most recent actions.
The tables holds information in columns like...
Hello,
I've been shopping around for a web server for my website. Right now, it is a 10-year old IBM desktop computer running a dynamic website and its just a hobby site for some of my friends and...