No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Re: What you are asking is not possible without banking information of your "Service Providers" I am looking for an alternative to PayPal as well - but to handle subscriptions. Google Checkout still not handling subscriptions as far as i know? | |
Re: Exactly on point - there is no way to predict time tables exactly with a new site - let alone a new Forum. The technical choice is less critical in a Forum - than figuring out how you will grow & manage it. I think phpBB is a little clunky … | |
Re: as usual great advice! I think hiring paid posters can be ok later down the road - once you get a site somewhat established. But in the early going - nobody is going to care the same way as the person trying to launch the site. There is really no … | |
Re: There are also some sites with automated systems for managing link exchanges - so you have less work in contacting... going back and forth on positioning, etc. Alot of times a link in a directory is not so great. I have some sites using an automatic - if you are … | |
Re: Sitemap is mostly important if for some reason your internal navigation links are particularly search engine UN friendly. This is the case if you site uses Flash for it's menu's for example -- or perhaps Javascript menu system. Another case is if you use a server based menu system - … | |
Re: This is another one of those "Either Or" that is really not a choice. PPC can be a critical component for any site - and can give you traffic right away - they key is to start small, optimize and tune, and focus on converting visitors in to lasting customers. … | |
Re: Hmmm... this almost seems like to simple of a question? You really don't understand how paying people to click on links on ads - which go to your site - or landing page - increases traffic? If i take you to mean more long term traffic you have a very … | |
Re: You need to post a little more about what you are trying to do in the DIV on click. Do you want to load Flash? If so your innerHTML strategy is not the right way to go. If you want to add general DOM content you are also better off … | |
Re: There are some automated systems that can help you wtih this as well. Basically - look for good partners and contact them - don't be too worried about the SEO effects, etc. THink more about the positioning of your link to them and them to you. PM me if you … | |
Re: You will need some sort of a session level variable on your server - that is unique to the user. This could be something like pdf_ready (true|false) You will probably have to trouble at all firing off the AJAX request to start creating the .pdf - You can then allow … | |
Re: Are you looking for a window that hovers down the page? What you are asking for is still not entirely clear. You might also want to look at a "modal dialog" solution - there are alot available - if you are using a javascript framework such as jQuery - you … | |
Re: First - it looks like you are trying to re-load the page to early. It is the first line in your function - so you will lose whatever was selected in the drop down. Clean way is just make a var: var year; and assign it to the value of … | |
Re: I use RIMU Hosting. They are incredible with support. | |
Re: You are saying you have a separate client software application - not a browser - that has a javascript engine? You want to display the HTML "per the client side" Why not just use a browser - if you are interested in displaying HTML? What other requirements to do you … | |
Re: You are trying to access an object called treeid - and it is not initialized - or is null. You could have a problem with the scope of the variable - where treeid was defined in a scope that this part of your code cannot see. Only way you can … | |
Re: What sort of help are you looking for exactly with your forum. PM me with details. |
The End.