-
Content Count
6,070 -
Joined
-
Last visited
-
Days Won
2
Everything posted by jlhaslip
-
Yeah, I've been busy with life the last little while, but things are calming down for me, so expect to see me around more often. (again)The stain and finish will enhance the wood a lot and should make the grain come alive.Rustoleum paint (or similar) is a good product to use on the cast metal parts. It needs no primer, so it is cheaper than other paints that you need to prime under since you don't need to buy the primer. |Gloss black might be good for this application, but whatever suits your fancy is fine, too.Another vine that would look good on your Arbor is Hops. During a sunny day, you can practically watch it grow. A friend used it on an arbor and it looks great.I, for one, am looking forward to seeing the picures, so hurry up and get working... LOL.
-
Sounds like you have done a great job on the arbor.When will we get some pictures to look at?
-
Be sure to use the correct case when checking the conditionals.The opening post above and the reply given to it are different.'All' and 'all' will not compare favourably. Be sure to use either upper case or lower case. Don't expect the comparison to work properly if you mix cases. Just a note to remind you that the if statement will not work by comparing All, all, or ALL.
-
You are welcome, of course, and you'll be seeing me much more frequently for the next few months. I hope.:)I am back... Spammers beware!!!
-
Get a copy of any book written by Larry Ullman. All of his books include a link to download sample code and data. He is very well regarded and offers a web based Forum for assisting with problems you might be having with the books example codes. One of the books is titled ''PHP and MYSQL for Dynamic Web Sites", but there are others that might catcdh your eye. Google his name or try http://www.larryullman.com/books/php-and-mysql-for-dynamic-web-sites-visual-quickpro-guide/
-
I would think that you could write a PHP script that can do this for you.You really do not need a separate 'page' for each record, just use the query-string in the link to develop the page and retrieve the database information. To a search engine, the page would be accessible. This is one reason why scripting is important. You can build pages "on-the-fly" with query-strings and DB searches. Forums and Content Management Systems work exactly this way.
-
If you are using Ubuntu this link: http://forums.xisto.com/no_longer_exists/ look in the Software Centre under the Applications Menu.Or Google "ubuntu backup" would be a good place to start looking to more detailed information.
-
add margin-bottom: 100px; to the 'right' div of your CSS file to see if it does what you expect. #right {margin-top: 10px;margin-bottom: 100px;float: right;width: 580px;background: #2F2C2C;text-align: justify;padding: 10px;border-left:1px solid #FFE788;border-right:1px solid #FFE788;border-top:1px solid #FFE788;border-bottom:1px solid #FFE788;}
-
10 Things The Internet Has Killed Or Ruined
jlhaslip replied to Saint_Michael's topic in General Discussion
I'm sure that 'fitness and physical activity' amongst Internet users has decreased, resulting in a less than fit population.Kids need to be outdoors being kids. Go play in a park, kick a soccer ball around, interact with real, physical people more. -
you need a loop to do a range of id numbers, or a better mysql query method.Post your code, please.
-
Recieving Email Of My Cpanal Information From Nobody
jlhaslip replied to web_designer's topic in Web Hosting Support
How was the Wordpress installed?using fantastico or otherwise? -
My Hospital Experience Why we need healthcare reform
jlhaslip replied to princeofvegas's topic in Health & Fitness
I'm glad to be Canadian.Our Health isn't perfect, but this whole deal would have cost you zilch in my country.Well, monthly premiums are about $50 for a single person and if you earn less, you pay less.I wonder what your hospitalisation would cost under the proposed new system? -
Quit sucking up... and welcome to the new Xisto.com experience.
-
moved to the php coding section.
-
check in the Tutorial sub-forum. There are several to pick from.Use the search feature to find them, or read down the list of tutorial titles.good luck.
-
Another good one from Google.It seems they do this once a year...
-
If you are running Linux/ubuntu, the most recent version offers a cloud application to store/update/manage files on the cloud called UbuntuOne.It creates a folder on your computer and uploads the files to the web which always maintains the most current version as a 'backup' copy.The Mail application, Evolution, uses it to store your address book, too.Firefox offers the 'Weave' utility that manages your bookmarks,etc the same way.
-
Whats Going On With Trap17?!?!?!? its broken... :(
jlhaslip replied to Soviet Rathe's topic in Web Hosting Support
Fast reply is working for me, in fact, this posting used it.PM's are showing a blank page for me, too.Has anyone submitted a support ticket? -
Php Cookie Error Warning: Cannot modify header information
jlhaslip replied to Jonnyabc's topic in Programming
just a blank space sent before you try to set a header will throw that error.post your full code. -
I Am A Web Developer,how To Write A Curriculum Vitae?
jlhaslip replied to web_designer's topic in Business Forum
try this link https://www.thebalance.com/job-search-4074003 and note the difference between a resume and a cv. -
Best Sport To Loose Weight After Pregnancy
jlhaslip replied to web_designer's topic in General Discussion
low impact aerobics might be the way to go.heavy cardio, full body workout.swimming, as suggested, works as wellonce you begin your workouts, you might not loose weight.About 20 years back, I moved to a desk job and gained several pant sizes, but only a few pounds. (about 15)I started jogging, swimming and some light Gym work.I lost the pant sizes, but actually gained a couple of pounds because muscle weighs more than fat, so it depends on your fitness level and body mass to see if you will lose size or weight. -
As Buffalohelp alluded to, the Ownership of the files does not belong to you for script installed files/folders.The Server created them and is the owner unless you use a script to alter the ownership or run an un-install script, that will remain as it is.I *think* I have a script which will delete script-added files such as this. PM me and I will search for it if you need the file ownership changed.