- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 7
- Posts with Upvotes
- 4
- Upvoting Members
- 7
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Web developer (CompuSolver.com) currently working on web courses for Web-Professor.com
- PC Specs
- Our small business network includes two Windows 7 PCs, one Vista laptop, one XP PC and one great Linux…
25 Posted Topics
Re: You're showing JQuery code. JQuery is client-side (runs via visitor's browser). You're saying you want to store values in a database. That requires server-side code (PHP, ASP, etc.). You can connect the two with AJAX so the page doesn't have to refresh, but you do have to have the server-side … | |
Re: [QUOTE=ArtphotoasiA;1102233]Anyone tryed Joomla as shopping cart script?[/QUOTE] I've setup Joomla websites with Virtuemart and they make a great combination. There are other ecommerce solutions that are probably fine too, but the sites I setup were very large, so Virtuemart was needed. For some good reasons to go with Joomla, see … | |
Re: I know the problem - you're capable of creating everything from scratch, but it is time-consuming and being a backend guy (like myself) you're not exactly an artist or designer. Two years ago I began converting client sites, that I had previously hand-built from scratch, to Joomla. Since then, I … | |
Re: Having people who are interested in your product or service register to receive enewsletters is great, spamming unsuspecting people by obtaining a database of email addresses is SPAM and is unprofessional, unethical and probably illegal. No legitimate, up-and-up professional will offer to help you spam people. | |
Re: Not sure I understand this message, but I own two web hosting companies, so I can tell you some things to look for - PRICE - this is of course important, but do realize that those who offer really good software support (needed for cms programs, databases and PHP coding, … | |
Re: I'm a videographer and a web developer and from what I know about video, I would urge you NOT to do this. PP is a slide show and slide show videos are not as effective at getting your message across as is a dynamic video that properly incorporates motion and … | |
Re: [QUOTE=MarianneLR;1110025]Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, … | |
Re: How'd you like a quick and easy way to build a website that was FREE, beautiful, looked professional and required NO LEARNING of html, css, javascript, php, etc.? Sounds like one of those unbelieveable tv ads, huh? Well, it's true. There is a very popular (though little-known for most of … | |
Re: If I understand you correctly, you're saying that if you put your css code within your head tags and in <style type="text/css"></style> tags, it all works, but when you use it in an external css file, it does not? You are showing your external css tag as - [CODE]<link href="style.css" … | |
Re: You've posted in PHP, but your solution is Javascript - You use the document object model - Assume in our frame set we have: Left, Center, Right frames. Then in Center or Right we use: parent.Left.Var01 = 12; to change the value of Var01 in the Left frame. - Hank … | |
Re: The key to your solution is Ajax. Ajax is the process of combining Javascript with the Document Object Model and server-side code or processes. Essentially, you'll "refresh" only a small part of your page, using obj.innerHTML to display the new content within your defined object. I don't code for free … | |
Re: Your problems are due to playing the game by other people's rules. You've emptied your purse to them and now have nothing left in your budget to fight properly? Seems like it's already "Game Over"! There's not much you can do about other peoples' websites, whether they plot directly against … | |
Re: [QUOTE=divyakprabh;1121023]how to write a php code such that a link specified must directly display the contents of the link in the browser..?? thanku,[/QUOTE] The thing to remember is that browsers never interact directly with PHP code. PHP is server-side script. It is run on the server, which then sends html/css/javascript … ![]() | |
Re: I own two hosting companies and I can tell you that this shouldn't be happening. Apparently the server is setup to expect all scripts to be in the cgi-bin folder or to search there if it doesn't find them where expected. It may not even support PHP - have you … | |
![]() | Re: The rules of database normalization often do call for separate tables, but only when based upon rules that make sense for that particular data. I'm no nutritionist but I am a database person, and I see no reason why you'd want these in separate tables. In fact, what I am … |
Re: You're getting some good advice here, but rather than aiming at reducing bounce rate, I'd prefer to focus on "goals". Optimizing your site to achieve its goals will likely improve your bounce rate, but more importantly it puts the focus where it belongs. There are many things you can do … | |
Re: I'll admit that I'm not going to take the time to study this much code, but I can get you on the right path to figuring out the problem. By the way, once this code works, the screen that shows results to the user will no longer display since the … | |
Re: A cron job can be set to run any PHP script. You could run a script to run the whole job list unless you need a time gap between tasks. A PHP script cannot be trusted to handle time-delays of any significance. Another alternative is to setup a task to … | |
Re: [QUOTE=rajeesh_rsn;1116459]Hai friends, I wanna pass php variable through url using the GET method. I know like this [ICODE]www.somesite.com?name=thename[/ICODE] And works well but in many web sites I found they passing their variables like this [ICODE]http://www.flickr.com/photos/chocks[/ICODE] Without the question mark ... I wonder how to do this... Please advice me how … | |
Re: [QUOTE=SKANK!!!!!;1116501]i tried letter-spacing: -.02 em and i like it. but does -.002 work? is there a limit on the decimal things? maybe they arent called points but someone has to know what im refering to okthxbai[/QUOTE] "em" was made for print media, but since IE won't allow users to resize … | |
A lot of you are struggling to build a website. Every business needs an effective website that is strong on aesthetics, marketing and seo. Isn't that enough to concentrate on? Why struggle with HTML, CSS, Javascript and PHP? I've made a good living building custom websites, but any more I … | |
Re: [QUOTE=Mujahid158;1116418]Hello, I'm running a PTC website in which I'm unable to edit the referral field. Here is the code: [CODE]Referrer (if any):<br> <input type="text" size="25" maxlength="15" name="referer" class="form" autocomplete="off" value="<? if($_POST["referer"]) { print $_POST["referer"]; } else { echo securedata($_GET["r"]); } if($_POST['referer'] or $_GET['r']) { print "\" readonly disabled"; } ?>">[/CODE] … | |
Re: [QUOTE=Tresh;21037]I'm a student in an E-Commerce program and I agreed to do a capstone project in my web design class as a blog site, where I can register users (with an access database) and have them update entries whenever they feel up to it... I'm a competant web developer, but … | |
Re: [QUOTE=syretz;835018]In addition, my avg updates doesnt work, nor anything that needs to go out to a website to update. All of these say that they cannot connect to the internet. I am trying also to connect a new linksys router and it says that it cannot detect the network. how … |
The End.