Hire A Programmer
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherHire A Programmer

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 9th, 2005, 05:55 PM
mr_sam mr_sam is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 9 mr_sam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 33 m 55 sec
Reputation Power: 0
VB mod_rewrite .. hiring ...

Im looking to hire someone to enable mod_rewrite functions to my VB forum, so dynamic urls will be static ... Just like on these forums.

Please contact me if you're able to do this, and give me quote on how much you're charging .. Thanks..

Reply With Quote
  #2  
Old August 9th, 2005, 06:34 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,627 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 3 Days 3 h 11 m 51 sec
Reputation Power: 835
I'd PM you, but you can't PM yet.


I can't give you a quote w/o seeing your forum so I can get a good estimate on how many pages will need rewritten and how complicated those rewrites may be.

Do you have specific requests for how the URL looks?

Are you going to go through the pages so the VB outputs the links correctly or should that be part of the quote?
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #3  
Old August 10th, 2005, 05:16 AM
mr_sam mr_sam is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 9 mr_sam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 33 m 55 sec
Reputation Power: 0
Quote:
Originally Posted by jharnois
I can't give you a quote w/o seeing your forum so I can get a good estimate on how many pages will need rewritten and how complicated those rewrites may be.

I can tell you that the forum isn't active yet. I've had a custom skin made and installed and only created a test forum.

Quote:
Originally Posted by jharnois
Do you have specific requests for how the URL looks?

Not really, the main purpose of me wanting to do this, is to make the urls static.

So like /forum/forumdisplay.php?f=2 will show up

/forum/f2/index.html or in some other format ..

Quote:
Originally Posted by jharnois
Are you going to go through the pages so the VB outputs the links correctly or should that be part of the quote?

That should also be apart of the quote. A rough estimate of what this will cost, is really what im looking for, to give me an idea of how big a budget I need to put aside for this.

Reply With Quote
  #4  
Old August 10th, 2005, 05:17 AM
mr_sam mr_sam is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 9 mr_sam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 33 m 55 sec
Reputation Power: 0
May I also ask, - do you have any past experience in regards of rewriting VB forums ?

Reply With Quote
  #5  
Old August 10th, 2005, 11:12 AM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,627 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 3 Days 3 h 11 m 51 sec
Reputation Power: 835
Quote:
Originally Posted by mr_sam
May I also ask, - do you have any past experience in regards of rewriting VB forums ?
mod_rewrite is language independant. It's an Apache module, so what works to rewrite a PHP or Perl URL will rewrite a VB URL. It's about rewriting a non-existent request to an existing, already working state. I do have mod_rewrite experience, some of which can be seen in the MOD REWRITE Guide & Common Requests sticky in the Apache forum. I'd suggest looking over it; it might make you decide to tackle this yourself.

I have very little experience working with VB. I see your example (which incidently uses PHP ) uses basic name=value pairs in the query string of the URI. As long as VB does this, there should be no problem. I'm assuming VB outputs HTML links via strings or by breaking in/out of VB code and placing variables. This shouldn't be a problem b/c all I'll be doing is manipulating strings based on already defined variables created by your already present business logic. I shouldn't have to touch anything other than the HTML string output.

The rewrites themselves shouldn't take long, it's going through all the pages and modifying the HTML output that will take the longest. This is why I wanted to know the size / number of pages in the forum.

My rate is $40/hour, with a high estimated time frame of 4 to 6 hours, although it's very difficult to tell until I see the forum so I can see page count, number of links, and how the code is done exactly. But that should give you an estimated budget, at least from me.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherHire A Programmer > VB mod_rewrite .. hiring ...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT