- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
Hi lockdon, You'll have to output it in a format you can suck it in from JavaScript. Depending on the data, you'll probably want to use XML or JSON. Since you're constructing the data format here, you can do it manually if the data is simple enough. With more complex …
You're going to hate the start of this answer, but it really does depend on what you're going to use it for :-) Let's talk about the technology first. Unless we're talking about a Solid State Disk (SSD), then all drives are storing data on a physical platter -- whether …
[QUOTE=slangnit;904116]so i have this code on 3 different pages... and i'm kinda a newb... can u please help. the script is suppose to let someone select a $manufacturer... then from there select a $model... and then finally see the $notes for that model. The script works until it gets to …
You probably aren't going to find exactly what you're looking for, but a couple of sibling commands might be able to help. Check out `df` and `du`. With `df` you can see the amount of space used on any mount point. It's often useful to run `df -B 1M` as …
It depends on what you're trying to do. If you want that div to never show up, then you can do something like: [code=php] <?php if (!$author == "admin") { ?> <div class='dateauthor'> ... </div> <?php } ?> [/code] No need to have the else clause when you aren't really …
LOL. This sounds more like a homework project than it sounds like a UNIX install, but I'll see what I can do to get you on the right path. Typically, there's no "administrator" accounts on UNIX. Some "old guy" will probably start arguing with me about the wheel group, but …
I really like this idea, but hate doing anything manually. I spent the day cooking up a way to do this automatically and have posted it on [url]www.internetstarting.com/tools[/url] . Hope that makes someone else's day a little easier :-) Moderators: This seemed relevant enough to link to, but if you …
Different genres have different numbers in terms of browsers and technology, but I'll give you what I'm seeing from my DVD Catalog website. That should be the closest I have to your target. Firefox: 44% IE: 42% Safari: 6% Chrome: 5% As for resolutions: 1024x768 26% 1280x800 20% 1280x1024 13% …
For myself, I used a directory submission service and within 2-4 weeks I was listed #2 in Google for the keywords I targeted. This won't happen if you are targeting "online marketing" or something similar, obviously. In my case, I went from not being Google listed for that particular term …
The End.