Archive

Posts Tagged ‘htm’

Intergrate Faq Php Script Into Current Website Design

November 30th, 2011 Comments off

We use a FAQ script called Nice FAQ PHP Script http://www.nicephpscripts.com/PHP-FAQ-Script-Knowledgebase-Script.htm

We want to integrate the FAQ PHP script into our current website design http://stoneandgroutmeister.com/test/faq.htm to make it look and feel like a part of the website.

The script layout colors can be changed by editing the hex color codes http://www.nicephpscripts.com/scripts/faqscript/article/How_to_change_the_layout_colors_of_FAQ.htm and the header and footer can also be…

Program That Creates Multiple Files

November 16th, 2011 Comments off

Hi,

I need a program (preferably that runs in Windows) that creates multiple files.

1. I want to use an Excel file to store multiple phrases (separated in cells).
2. I want the program to create files automatically; the secuence can be 1.inc.htm 2.inc.htm and so on
3. // 1.inc.htm must include the first phrase / 2.inc.htm must include the first and second phrase. Each following file must add a new phrase to the HTML.

//

I might need to separate the texts in 3 HTML columns. So the p…

Intergrate Faq Php Script Into Current Website Design

November 10th, 2011 Comments off

We use a FAQ script called Nice FAQ PHP Script http://www.nicephpscripts.com/PHP-FAQ-Script-Knowledgebase-Script.htm

We want to integrate the FAQ PHP script into our current website design http://stoneandgroutmeister.com/test/faq.htm to make it look and feel like a part of the website.

The script layout colors can be changed by editing the hex color codes http://www.nicephpscripts.com/scripts/faqscript/article/How_to_change_the_layout_colors_of_FAQ.htm and the header and footer can also be edited in the control panel.

Once completed the FAQ script and webpage should look like the rest of the website.

Thanks in advance for considering this job.

Vb6 – Vb.net Conversion In Vs2008 Sp1 3

September 14th, 2011 Comments off

Hi all

The objective
*************

I would like my vb6 code (which works!) to compile successfully in Vb.net.

44 critical errors are identified in the automated conversion once I include a missing reference and 10 are unique. The 10 unique errors are shown below.

The deal
********

I will send the source vb6 code and the vs2008 code to the winner. I will not be posting it to bidders . You must demonstrate the compiled vb.net code and send the completed code before the project is finished.

I will own the copyright to the code at all times.

The issues
**********

I have converted a vb6 project to Vb.net in VS2008 SP1. I have only a few unique errors although some of these occur multiple times:

1) name “commondialog1″ is not declared

Sub PrintGraph_Click()

PrintBW.Visible = False
CloseButton.Visible = False

‘UPGRADE_ISSUE: Constant cdlPDReturnDC was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”55B59875-9A95-4B71-9D6A-7C294BF7139D”‘
‘UPGRADE_ISSUE: MSComDlg.CommonDialog property CommonDialog1.Flags was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
CommonDialog1.Flags = MSComDlg.PrinterConstants.cdlPDReturnDC

2) Current x is not a member of system.windows.forms.panel and
3) Current y is not a member of system.windows.forms.panel

Sub DrawBar(ByRef Trait As String, ByRef Relat As String, ByRef PercentScore As Object, ByRef R As Short, ByRef G As Short, ByRef B As Short)

If Trait = “Emotional” Then
If Relat = “” Or Relat = “C” Then
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentX = 0
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentY = 50

4) Line is not a member of system.windows.forms.panel

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

5) End of statement expected

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

‘[Step] (x1, 1) [Step] (x2, y2), [color], [B][F]

End Sub

6) As any is not supported in declare statements

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Private Declare Function SendMessage Lib “user32″ Alias “SendMessageA”(ByVal hwnd As Integer, ByVal Msg As Integer, ByVal wp As Integer, ByRef lp As Any) As Integer

Private Declare Function CreateDC Lib “gdi32″ Alias “CreateDCA”(ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As Integer

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Declare Function OSWinHelp Lib “user32″ Alias “WinHelpA”(ByVal hwnd As Integer, ByVal HelpFile As String, ByVal wCommand As Short, ByRef dwData As Any) As Short

7) Hdc is not a member of microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer

Public Function WYSIWYG_RTF(ByRef RTF As System.Windows.Forms.RichTextBox, ByRef LeftMarginWidth As Integer, ByRef RightMarginWidth As Integer) As Integer
Dim Printer As New Printer

Dim LeftMargin, LeftOffset, RightMargin As Integer
Dim LineWidth As Integer
Dim PrinterhDC As Integer
Dim R As Integer
‘ Start a print job to initialize printer object

‘Printer.Print Space(1)
‘Printer.ScaleMode = vbTwips

‘ Get the offset to the printable area on the page in twips

‘UPGRADE_ISSUE: Printer property Printer.hdc was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
LeftOffset = Printer.ScaleX(GetDeviceCaps(Printer.hdc, PHYSICALOFFSETX), ScaleModeConstants.vbPixels, ScaleModeConstants.vbTwips)

8) Drivername is not a member of microsoft.visualbasic.powerpacks.printing.compatability.vb6.printer

‘UPGRADE_ISSUE: Printer property Printer.DriverName was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
PrinterhDC = CreateDC(Printer.DriverName, Printer.DeviceName, 0, 0)

9) Update_click is not a member of sis.keydisplay

KeyDisplay.Update_Click(Nothing, New System.EventArgs())

10) Newindex is not a member of system.windows.forms.combobox

For x = 0 To MainForm.ClientData.NewIndex

Vb6 – Vb.net Conversion In Vs2008 Sp1 2

August 17th, 2011 Comments off

Hi all

The objective
*************

I would like my vb6 code (which works!) to compile successfully in Vb.net.

44 critical errors are identified in the automated conversion once I include a missing reference and 10 are unique. The 10 unique errors are shown below.

The deal
********

I will send the source vb6 code and the vs2008 code to the winner. I will not be posting it to bidders . You must demonstrate the compiled vb.net code and send the completed code before the project is finished.

I will own the copyright to the code at all times.

The issues
**********

I have converted a vb6 project to Vb.net in VS2008 SP1. I have only a few unique errors although some of these occur multiple times:

1) name “commondialog1″ is not declared

Sub PrintGraph_Click()

PrintBW.Visible = False
CloseButton.Visible = False

‘UPGRADE_ISSUE: Constant cdlPDReturnDC was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”55B59875-9A95-4B71-9D6A-7C294BF7139D”‘
‘UPGRADE_ISSUE: MSComDlg.CommonDialog property CommonDialog1.Flags was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
CommonDialog1.Flags = MSComDlg.PrinterConstants.cdlPDReturnDC

2) Current x is not a member of system.windows.forms.panel and
3) Current y is not a member of system.windows.forms.panel

Sub DrawBar(ByRef Trait As String, ByRef Relat As String, ByRef PercentScore As Object, ByRef R As Short, ByRef G As Short, ByRef B As Short)

If Trait = “Emotional” Then
If Relat = “” Or Relat = “C” Then
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentX = 0
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentY = 50

4) Line is not a member of system.windows.forms.panel

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

5) End of statement expected

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

‘[Step] (x1, 1) [Step] (x2, y2), [color], [B][F]

End Sub

6) As any is not supported in declare statements

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Private Declare Function SendMessage Lib “user32″ Alias “SendMessageA”(ByVal hwnd As Integer, ByVal Msg As Integer, ByVal wp As Integer, ByRef lp As Any) As Integer

Private Declare Function CreateDC Lib “gdi32″ Alias “CreateDCA”(ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As Integer

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Declare Function OSWinHelp Lib “user32″ Alias “WinHelpA”(ByVal hwnd As Integer, ByVal HelpFile As String, ByVal wCommand As Short, ByRef dwData As Any) As Short

7) Hdc is not a member of microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer

Public Function WYSIWYG_RTF(ByRef RTF As System.Windows.Forms.RichTextBox, ByRef LeftMarginWidth As Integer, ByRef RightMarginWidth As Integer) As Integer
Dim Printer As New Printer

Dim LeftMargin, LeftOffset, RightMargin As Integer
Dim LineWidth As Integer
Dim PrinterhDC As Integer
Dim R As Integer
‘ Start a print job to initialize printer object

‘Printer.Print Space(1)
‘Printer.ScaleMode = vbTwips

‘ Get the offset to the printable area on the page in twips

‘UPGRADE_ISSUE: Printer property Printer.hdc was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
LeftOffset = Printer.ScaleX(GetDeviceCaps(Printer.hdc, PHYSICALOFFSETX), ScaleModeConstants.vbPixels, ScaleModeConstants.vbTwips)

8) Drivername is not a member of microsoft.visualbasic.powerpacks.printing.compatability.vb6.printer

‘UPGRADE_ISSUE: Printer property Printer.DriverName was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
PrinterhDC = CreateDC(Printer.DriverName, Printer.DeviceName, 0, 0)

9) Update_click is not a member of sis.keydisplay

KeyDisplay.Update_Click(Nothing, New System.EventArgs())

10) Newindex is not a member of system.windows.forms.combobox

For x = 0 To MainForm.ClientData.NewIndex

Css Modifications On 2 Sites

August 12th, 2011 Comments off

I have 2 sites that I want CSS changes made.

The first site is:
http://www.rentie.com/
I want the header layout to look like the following screenshot:
http://www.rentie.com/header.html.

The second site is:
http://www.agenthomefinder.com
and I want to have any unused CSS selectors commented out on the various stylesheets.

On this site pages to reference in addition to the home page are:

http://www.agenthomefinder.com/members/
http://www.agenthomefinder.com/members/united-states/arizona.htm
http://www.agenthomefinder.com/agents/profiles/2324.html
http://www.agenthomefinder.com/register/
http://www.agenthomefinder.com/members/login/
http://www.agenthomefinder.com/agents/featured/arizona.htm
http://www.agenthomefinder.com/agents/united-states/arizona/tempe.htm

In addition I want to ensure everything is working correctly in all common browsers (e.g. IE6, IE7, IE8, IE9, Safari, Chrome, Opera, and their OS variations, etc.) and create any additional stylesheets if needed for both sites.

Vb6 – Vb.net Conversion In Vs2008 Sp1

July 31st, 2011 Comments off

Hi all

The objective
*************

I would like my vb6 code (which works!) to compile successfully in Vb.net.

44 critical errors are identified in the automated conversion once I include a missing reference and 10 are unique. The 10 unique errors are shown below.

The deal
********

I will send the source vb6 code and the vs2008 code to the winner. I will not be posting it to bidders . You must demonstrate the compiled vb.net code and send the completed code before the project is finished.

I will own the copyright to the code at all times.

The issues
**********

I have converted a vb6 project to Vb.net in VS2008 SP1. I have only a few unique errors although some of these occur multiple times:

1) name “commondialog1″ is not declared

Sub PrintGraph_Click()

PrintBW.Visible = False
CloseButton.Visible = False

‘UPGRADE_ISSUE: Constant cdlPDReturnDC was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”55B59875-9A95-4B71-9D6A-7C294BF7139D”‘
‘UPGRADE_ISSUE: MSComDlg.CommonDialog property CommonDialog1.Flags was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
CommonDialog1.Flags = MSComDlg.PrinterConstants.cdlPDReturnDC

2) Current x is not a member of system.windows.forms.panel and
3) Current y is not a member of system.windows.forms.panel

Sub DrawBar(ByRef Trait As String, ByRef Relat As String, ByRef PercentScore As Object, ByRef R As Short, ByRef G As Short, ByRef B As Short)

If Trait = “Emotional” Then
If Relat = “” Or Relat = “C” Then
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentX = 0
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentY = 50

4) Line is not a member of system.windows.forms.panel

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

5) End of statement expected

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

‘[Step] (x1, 1) [Step] (x2, y2), [color], [B][F]

End Sub

6) As any is not supported in declare statements

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Private Declare Function SendMessage Lib “user32″ Alias “SendMessageA”(ByVal hwnd As Integer, ByVal Msg As Integer, ByVal wp As Integer, ByRef lp As Any) As Integer

Private Declare Function CreateDC Lib “gdi32″ Alias “CreateDCA”(ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As Integer

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Declare Function OSWinHelp Lib “user32″ Alias “WinHelpA”(ByVal hwnd As Integer, ByVal HelpFile As String, ByVal wCommand As Short, ByRef dwData As Any) As Short

7) Hdc is not a member of microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer

Public Function WYSIWYG_RTF(ByRef RTF As System.Windows.Forms.RichTextBox, ByRef LeftMarginWidth As Integer, ByRef RightMarginWidth As Integer) As Integer
Dim Printer As New Printer

Dim LeftMargin, LeftOffset, RightMargin As Integer
Dim LineWidth As Integer
Dim PrinterhDC As Integer
Dim R As Integer
‘ Start a print job to initialize printer object

‘Printer.Print Space(1)
‘Printer.ScaleMode = vbTwips

‘ Get the offset to the printable area on the page in twips

‘UPGRADE_ISSUE: Printer property Printer.hdc was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
LeftOffset = Printer.ScaleX(GetDeviceCaps(Printer.hdc, PHYSICALOFFSETX), ScaleModeConstants.vbPixels, ScaleModeConstants.vbTwips)

8) Drivername is not a member of microsoft.visualbasic.powerpacks.printing.compatability.vb6.printer

‘UPGRADE_ISSUE: Printer property Printer.DriverName was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
PrinterhDC = CreateDC(Printer.DriverName, Printer.DeviceName, 0, 0)

9) Update_click is not a member of sis.keydisplay

KeyDisplay.Update_Click(Nothing, New System.EventArgs())

10) Newindex is not a member of system.windows.forms.combobox

For x = 0 To MainForm.ClientData.NewIndex

Food Costings

July 29th, 2011 Comments off

I need someone to do a break down of costs; food costing and conversion to metric (convert to grams etc)
and a list of products with the prices used

For the recipes in the doc Attached doc

With the help of the supermarket price list.

http://www.coles.com.au/Shop-Online.aspx

And a separate one for Organic

http://www.organicfoods.com.au/
http://www.organicfoods.com.au/fv.htm
http://www.organicfoods.com.au/product.htm

Here is an article on how to do it

http://restaurants.about.com/od/menu/a/foodcost.htm

Psd To WordPress

June 19th, 2011 Comments off

I’m looking for a partnership with a talented, friendly, and timely programmer to convert PSD files into WordPress. I am a part-time designer and regularly have friends who want to use my services but I do not have time to convert all my designs to wordpress.

What I’m looking for:‎
‎- relatively skilled programmer ‎
‎- responsive turn around ‎
‎- good understanding of client needs
‎- friendly and professional (sorry won’t work with rude or greedy people) ‎

Expected competency for this project:‎
‎- convert PSD design into wordpress format (header, footer..etc) ‎
‎- use and modify sliding panel widget
‎- use and modify photo slideshow widget

If you have no WordPress conversion experience do not bid. If you do have ‎experience, I would like to see examples! ‎

Site description (zip attachment):‎
‎- site has the same header and footer throughout
‎- site body (examples):‎
‎- grid-based blog summary page (1a.htm) with sliding panel linked to ‎header (1b.htm)‎
‎- blog page (2.htm)‎
‎- photo gallery page (3.htm)‎
‎- photo slideshow page (4.htm)‎

Film Burn Flash Transition

June 11th, 2011 Comments off

I need this with the same setting

# FrameRate: 23.976 fps
# Field Rendering: Progressive Scan
# FULL HD

MOV or After Effects project.

http://www.revostock.com/Stock-Video-Footage/99685/Film-Burn-Flash-Transition-001.htm

http://www.revostock.com/Stock-Video-Footage/99792/Film-Burn-Flash-Transition-002.htm

http://www.revostock.com/Stock-Video-Footage/99793/Film-Burn-Flash-Transition-003.htm

Quick Web Page Creation And Qr Code Making

May 19th, 2011 Comments off

I need someone to create ~200 easy web pages of each rose listed on the attached map. Some examples are attached.

Easy to do with cut/copy/paste into template provided.
Procedure I use to make them is listed below. Once made, a QR code needs to be created and saved.

1. Rename Web site template to new Rose name ( memorial_day.htm )
2. Search http://www.regannursery.com/index.cfm/fuseaction/plants.search/index.htm for new rose
3. Copy description to web page and format
4. Insert Image from file (or capture from Regan site)
5. Search for rose at http://www.helpmefind.com/rose/plants.php
6. Copy color/habit/size etc for that rose. (ex. Pink. Strong, damask fragrance. 41 to 50 petals. Average diameter 5″. Large, very full (41+ petals), borne mostly solitary, old-fashioned bloom form. Blooms in flushes throughout the season. Medium, spreading, upright. Large, matte, medium green foliage. Height of 43″ to 4

Design A Metasearch Script 2

May 15th, 2011 Comments off

I have a metasearch script from orbitscript ,Demo http://orbitscripts.com/products/search/index.php/search?page=1&limit=10&type=web&query=cars

and need a new template for this metasearch ,like google and the menu like zapmeta.com.

The result must be like this page!

http://www.savas-simsek.de/zaaap.htm

http://www.savas-simsek.de/zaaapzweiteseite.htm

http://www.savas-simsek.de/zaaapbilder.htm

http://www.savas-simsek.de/zaaapvideos.htm

http://www.savas-simsek.de/zaaapnews.htm

http://www.savas-simsek.de/zaaaplocal.htm

You must do template integration too.More information you get if you won the project.

It is a simple design and job!!! I need it urgent,dont pase my and your time!

Talk with messenger!

Good luck!

Need My Site Secure User Admin Panel Login 3

May 12th, 2011 Comments off

Need site secure by admin and user login.
* Need admin input info to populate in certain places in user side
* Need links to generate for public, embedded and private view.

( I have most of the pages done. Please go through it below.

Should be pretty straight forward. Need Done ASAP…

1 Admin Will Set up Stream http:www.//getyourfirstmortgage.com/sample/Admin/Adminlog.htm

2. Admin will fill out all Info needed http://www.getyourfirstmortgage.com/sample/Admin/Admin%20Set%20Up.htm)

A. Ip Address of Stream
B. Stream Name – Which Admin will set up
C. Which Stream they Purchased

Once all info is filled out then confirmation page for Admin online http://www.getyourfirstmortgage.com/sample/Admin/ls.htm

* Need Ability to Disable user from non payment
____________________________________________________
User Directions

1. Once user pays for any of 3 packages:

Stream Live (only)
Stream Live and Chat (only)
Or Stream live and chat option to pick

2. Will come to front username password: http://www.getyourfirstmortgage.com/sample/user/loggin.htm) once logged in will come to
directions page for encoder

3. Once on this page (http://www.getyourfirstmortgage.com/sample/user/userdirect.htm) Customer will fill out info for encoder , once that is finished they will hit the continue button..

4. this will take them to ( http://www.getyourfirstmortgage.com/sample/user/userfront.htm ). The user will input the folder name that sent them by email . At the top of the screen the users name and type of stream signed up for will automatically be in the top of page)

Once user types in folder name hits submit then it will take them to what ever package page that they purchased.

Either:
Live Stream: http://www.getyourfirstmortgage.com/sample/ls/livestream.html (php)
Also generate a public, embedded and private link,for viewing on the net

Live Stream with Chat: http://www.getyourfirstmortgage.com/sample/vtc/Videotextchat.html
Also generate a public, embedded and private link, page for viewing on the net
Also Need the folder name of link to auto populate in the text url place, which can be hid.

Option to pick either or: http://www.getyourfirstmortgage.com/sample/vtcls/useroption.htm
Which ever option will take them to http://www.getyourfirstmortgage.com/sample/vtcls/publishoption.htm
Once they choose option then it will take them to either link ..
Also generate a public, embedded and private link, page for viewing on the net

Need My Site Secure User Admin Panel Login 2

May 5th, 2011 Comments off

Need site secure by admin and user login.
* Need admin input info to populate in certain places in user side
* Need links to generate for public, embedded and private view.

( I have most of the pages done. Please go through it below.

Should be pretty straight forward. Need Done ASAP…

1 Admin Will Set up Stream http:www.//getyourfirstmortgage.com/sample/Admin/Adminlog.htm

2. Admin will fill out all Info needed http://www.getyourfirstmortgage.com/sample/Admin/Admin%20Set%20Up.htm)

A. Ip Address of Stream
B. Stream Name – Which Admin will set up
C. Which Stream they Purchased

Once all info is filled out then confirmation page for Admin online http://www.getyourfirstmortgage.com/sample/Admin/ls.htm

* Need Ability to Disable user from non payment
____________________________________________________
User Directions

1. Once user pays for any of 3 packages:

Stream Live (only)
Stream Live and Chat (only)
Or Stream live and chat option to pick

2. Will come to front username password: http://www.getyourfirstmortgage.com/sample/user/loggin.htm) once logged in will come to
directions page for encoder

3. Once on this page (http://www.getyourfirstmortgage.com/sample/user/userdirect.htm) Customer will fill out info for encoder , once that is finished they will hit the continue button..

4. this will take them to ( http://www.getyourfirstmortgage.com/sample/user/userfront.htm ). The user will input the folder name that sent them by email . At the top of the screen the users name and type of stream signed up for will automatically be in the top of page)

Once user types in folder name hits submit then it will take them to what ever package page that they purchased.

Either:
Live Stream: http://www.getyourfirstmortgage.com/sample/ls/livestream.html (php)
Also generate a public, embedded and private link,for viewing on the net

Live Stream with Chat: http://www.getyourfirstmortgage.com/sample/vtc/Videotextchat.html
Also generate a public, embedded and private link, page for viewing on the net
Also Need the folder name of link to auto populate in the text url place, which can be hid.

Option to pick either or: http://www.getyourfirstmortgage.com/sample/vtcls/useroption.htm
Which ever option will take them to http://www.getyourfirstmortgage.com/sample/vtcls/publishoption.htm
Once they choose option then it will take them to either link ..
Also generate a public, embedded and private link, page for viewing on the net

Help – .htaccess Modification Need

May 2nd, 2011 Comments off

I have a site that I tranfered to a new server. The site used the coding below in .htaccess to allow php includes inside of html files. (crazy i know)

AddType text/html .shtml
AddHandler server-parsed .shtml .html
AddOutputFilter INCLUDES .shtml .html .htm
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html.htaccess file

In the html pages of the site I used the following
<?php include(“includes/rightpanel.html”); ?>

A page example with the includes not working is http://www.urbanlinkz.com/hip-hop-clothing/

Now I have changed servers and have a whole new site. With this nolonger working the old pages that have brought traffic are declining due to the navigation missing in the side panels. If you can fix this without screwing up my current tube site please bid.

Need My Site Secure User Admin Panel Login

April 29th, 2011 Comments off

Need site secure by admin and user login.
* Need admin input info to populate in certain places in user side
* Need links to generate for public, embedded and private view.

( I have most of the pages done. Please go through it below.

Should be pretty straight forward. Need Done ASAP…

1 Admin Will Set up Stream http:www.//getyourfirstmortgage.com/sample/Admin/Adminlog.htm

2. Admin will fill out all Info needed http://www.getyourfirstmortgage.com/sample/Admin/Admin%20Set%20Up.htm)

A. Ip Address of Stream
B. Stream Name – Which Admin will set up
C. Which Stream they Purchased

Once all info is filled out then confirmation page for Admin online http://www.getyourfirstmortgage.com/sample/Admin/ls.htm

* Need Ability to Disable user from non payment
____________________________________________________
User Directions

1. Once user pays for any of 3 packages:

Stream Live (only)
Stream Live and Chat (only)
Or Stream live and chat option to pick

2. Will come to front username password: http://www.getyourfirstmortgage.com/sample/user/loggin.htm) once logged in will come to
directions page for encoder

3. Once on this page (http://www.getyourfirstmortgage.com/sample/user/userdirect.htm) Customer will fill out info for encoder , once that is finished they will hit the continue button..

4. this will take them to ( http://www.getyourfirstmortgage.com/sample/user/userfront.htm ). The user will input the folder name that sent them by email . At the top of the screen the users name and type of stream signed up for will automatically be in the top of page)

Once user types in folder name hits submit then it will take them to what ever package page that they purchased.

Either:
Live Stream: http://www.getyourfirstmortgage.com/sample/ls/livestream.html (php)
Also generate a public, embedded and private link,for viewing on the net

Live Stream with Chat: http://www.getyourfirstmortgage.com/sample/vtc/Videotextchat.html
Also generate a public, embedded and private link, page for viewing on the net
Also Need the folder name of link to auto populate in the text url place, which can be hid.

Option to pick either or: http://www.getyourfirstmortgage.com/sample/vtcls/useroption.htm
Which ever option will take them to http://www.getyourfirstmortgage.com/sample/vtcls/publishoption.htm
Once they choose option then it will take them to either link ..
Also generate a public, embedded and private link, page for viewing on the net

Need My Site Secure Admin User Panel

April 28th, 2011 Comments off

Need site secure by admin and user login.
* Need admin input info to populate in certain places in user side
* Need links to generate for public, embedded and private view.

( I have most of the pages done. Please go through it below.
Should be pretty straight forward. Need Done ASAP…

1 Admin Will Set up Stream http://www.getyourfirstmortgage.com/sample/Admin/Adminlog.htm

2. Admin will fill out all Info needed http://www.getyourfirstmortgage.com/sample/Admin/Admin%20Set%20Up.htm)

A. Ip Addrss of Stream
B. Stream Name – Wich Admin will set up
C. Which Stream they Purchased

Once all info is filled out then confrimation page for Admin online http://www.getyourfirstmortgage.com/sample/Admin/ls.htm

____________________________________________________
User Directions

1. Once user pays for any of 3 packages:

Stream Live (only)
Stream Live and Chat (only)
Or Stream live and chat option to pick

2. Will come to front username password: ( http://www.getyourfirstmortgage.com/sample/user/loggin.htm) once logged in will come to
directions page for encoder

3. Once on this page (http://www.getyourfirstmortgage.com/sample/user/userdirect.htm) Customer will fill out info for encoder , once that is finished they will hit the continue button..

4. this will take them to ( http://www.getyourfirstmortgage.com/sample/user/userfront.htm ). The user will input the folder name that sent them by email . At the top of the screen the users name and type of stream signed up for will automatically be in the top of page)

Once user types in folder name hits submit then it will take them to what ever package page that they purchased.

Either:
Live Stream: http://www.getyourfirstmortgage.com/sample/ls/livestream.html (php)
Also generate a public, embedded and private link,for viewing on the net

Live Stream with Chat: http://www.getyourfirstmortgage.com/sample/vtc/Videotextchat.html
Also generate a public, embedded and private link, page for viewing on the net
Also Need the folder name of link to auto populate in the text url place, which can be hid.

Option to pick either or: http://www.getyourfirstmortgage.com/sample/vtcls/useroption.htm
Which ever option will take them to http://www.getyourfirstmortgage.com/sample/vtcls/publishoption.htm
Once they choose option then it will take them to either link ..
Also generate a public, embedded and private link, page for viewing on the net

Pixel Art Design

April 17th, 2011 Comments off

I’m looking for a Pixel Art artist that is able to design characters for a Game in Flash. The designer should be able to do the character in several angles based on real pictures, small animations and scenarios in pixel art.

This is the general quality we are looking for:
http://www.pixeljoint.com/
http://www.pixeljoint.com/pixelart/13250.htm
http://www.pixeljoint.com/pixelart/8483.htm
http://www.pixeljoint.com/pixelart/15309.htm

Please let me know your portfolio and based on that I will give you a list of requirements so you can quote me properly.

Thank you

Help – .htaccess Modification Need

April 7th, 2011 Comments off

I have a site that I tranfered to a new server. The site used the coding below in .htaccess to allow php includes inside of html files. (crazy i know)

AddType text/html .shtml
AddHandler server-parsed .shtml .html
AddOutputFilter INCLUDES .shtml .html .htm
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html.htaccess file

In the html pages of the site I used the following
<?php include(“includes/rightpanel.html”); ?>

A page example with the includes not working is http://www.urbanlinkz.com/hip-hop-clothing/

Now I have changed servers and have a whole new site. With this nolonger working the old pages that have brought traffic are declining due to the navigation missing in the side panels. If you can fix this without screwing up my current tube site please bid.

Want 50 Images Done Quick

March 22nd, 2010 Comments off

Hi, I am looking to hire you to produce high quality graphics for 10 of my digital products.

Each eProduct needs 5 images:
1. Header, standard size
2. eCover (flat and 3d)
3. Blogger ad -a 125×125 pixel ad
4. Website ad – a 468×60 pixel image
5. “Group” image, showing a grouping of what is offered

Please find examples of the exact style, and the type of images I’ll ask you to produce here:

http://www.crystalprocovers.com/client/calvin/plr/index.htm
http://www.crystalprocovers.com/client/michelle/super/complete/index.htm

http://www.crystalprocovers.com/client/anthony/empire/complete2/index.htm

I am looking for a Photoshop expert who works FAST, and uses scripts to speed up his/her job. I need images for 1 product within 24 hours, or 2 days MAX. Any longer, and it would be too slow.

I want turn-around for entire project to be 1 week, and budget is $75 US dollars for the project. IF you do a good job I can provide at least another 20 of same type of design jobs.

NOTE: Please make sure you bid for the entire project, NOT per image. Please do not bid if you have 0 feedback OR if you cannot start immediately.

Thank you very much for taking the time to read my project. I appreciate it.

Categories: Graphic Design Tags: , , , , , ,

Tables Gone Wrong

March 18th, 2010 Comments off

I have medium-complex tables, and the use of <FORM> for pull down menus.

All is quite normal code, but somehow it explodes….

This is what it shall look like (the menu is graphics):
http://looklex.com/e.o/index2/index.htm

this is how it goes wrong:
http://looklex.com/e.o/index2/index_wrong.htm

In this example, you see that the coding CAN work well
http://looklex.com/e.o/index.languages.htm

The work is done entirely remote, there is nothing that relies upon server processing or anything.

Poll From Form 2

March 18th, 2010 Comments off

1= I need this page sent to a poll like the poll sample separate page text
question
dropdown text then the percent. Each question should equal 100%
Poll will only allow 1 entry per person

The poll results will not be viewed by anyone but me as password protected.

2= All fields on the form needs to be filled in or a popup says please fill in XYZ

3= When they click continue on the subscribe.htm, it goes to www.subscribe.masoncreekpublishing.com/signup.php

P.S. the htm page will need to stay htm.

Poll From Form

March 15th, 2010 Comments off

1= I need this page sent to a poll like the poll sample separate page text
question
dropdown text then the percent. Each question should equal 100%
Poll will only allow 1 entry per person

The poll results will not be viewed by anyone but me as password protected.

2= All fields on the form needs to be filled in or a popup says please fill in XYZ

3= When they click continue on the subscribe.htm, it goes to www.subscribe.masoncreekpublishing.com/signup.php

P.S. the htm page will need to stay htm.

Quick Turnaround- Jpeg To Htm

February 24th, 2010 Comments off

Need a quick turnaround on turning a JPEG in to HTML.

It’s a 750×550 picture that has four stories and needs 6-8 links. I’ll provide the links.

It’s going to be used as a pop-up advertisement, so there may need to be a revision to format once I put it in the ad server and test it.

The ad server serves up full windows 750×550 (scrollbars and all), but I think that the HTML has to define the page as being that size as well (so we’re not just seeing the upper left hand square of the full site window.

Have a look at the attached.

Php File Mods

February 17th, 2010 Comments off

I have a dynamically built membership directory using PHP and a MySQL database. Members have their “business card” listing added to their state, county, and city pages. For example, an agent in Fullerton, California would be listed on the following pages:

http://members.agentpreview.com/united-states/california.htm
http://members.agentpreview.com/united-states/california/orange-county.htm
http://members.agentpreview.com/united-states/california/orange-county/fullerton.htm

I want to have the directory moved from the subdomain (e.g. http://members.agentpreview.com/) to a subdirectory (e.g. http://www.agentpreview.com/members/) and have done what is necessary to make sure listing format does not change and internal links, forms, etc. will continue to work with this move.

If needed, you can see the source code for files that may be affected to make this change here:

http://www.agentpreview.com/phpmods/

Categories: PHP Tags: , , , , , ,

Website For Clickbank Product

February 15th, 2010 Comments off

Looking for someone who has worked with Clickbank before.

Specs for building ClickBank download page:

1. Build the website with the squeeze page and sales letter page.

2. Put up sorry.htm page. READS(“Sorry, you don’t have permission to access this page. If you should have access and don’t, please call customer service at 866-688-1709.”)

3. Log into ClickBank to get anything else needed:

4. Account Nickname: glickmanmc
Account Password: 43DP3Q91

5. Put up ProtectedThankYou.htm page with ClickBankDownloadProtectionPage.php code right after the doctype tag and before the <html> tag. It’s location is essential. Don’t put it somewhere else.

6. Ensure the robots tag is there to protect against robots finding and copying the download material

7. Change the name of the page for security to something unguessable, like “disizlol.htm”.

8. Test it to be sure there is no entrance to this page without a ClickBank receipt/cookie. This is done by typing the address into the address bar of your browser.

9. Add the downloads to the website server.

10. Test that the purchase works. This will require buying the download item. I will pay for this step.

I will provide all the download materials and the php code for the sorry page to you once I have picked he winning bid
I need this project done with-in the next few days so please do not bid with out this in mind.

Categories: Programming Tags: , , , , , ,

Replace Html Content (regexp)

February 12th, 2010 Comments off

I have a zip file with an entire website in it. There are a little over 200 html and htm pages in it. I need you to erase all of the code from all of the html and htm pages and replace it with my HTML template code. The original content can be completely erased from all the html and htm pages. The replacement code will be exactly the same on all of the pages.

This could be done easily and quickly with a search and replace utility and a regular expression, but I don’t have the time to do it and I hate dealing with regular expressions.

I will give you the replacement code. Only htm and html pages should be affected. all other files should be left intact. You will need to send the zip file back to me by email. I am hoping to get this back in a couple of hours.

I am looking for a low bid on this as it is an easy job and an easy feedback builder.

Categories: Programming Tags: , , , , , ,

Clickbank Page Setup

February 9th, 2010 Comments off

Looking for someone who has worked with Clickbank before.

Specs for building ClickBank download page:

1. Build the website with the squeeze page and sales letter page.

2. Put up sorry.htm page. READS(“Sorry, you don’t have permission to access this page. If you should have access and don’t, please call customer service at 866-688-1709.”)

3. Log into ClickBank to get anything else needed:

4. Account Nickname: glickmanmc
Account Password: 43DP3Q91

5. Put up ProtectedThankYou.htm page with ClickBankDownloadProtectionPage.php code right after the doctype tag and before the <html> tag. It’s location is essential. Don’t put it somewhere else.

6. Ensure the robots tag is there to protect against robots finding and copying the download material

7. Change the name of the page for security to something unguessable, like “disizlol.htm”.

8. Test it to be sure there is no entrance to this page without a ClickBank receipt/cookie. This is done by typing the address into the address bar of your browser.

9. Add the downloads to the website server.

10. Test that the purchase works. This will require buying the download item. I will pay for this step.

I will provide all the download materials and the php code for the sorry page to you once I have picked he winning bid
I need this project done with-in the next few days so please do not bid with out this in mind.

Categories: Programming Tags: , , , , , ,

Convert Htm Page To Php

February 9th, 2010 Comments off

Quick simple job

I need to convert my htm thankyou page

http://www.happybirthdaygifts.com.au/thank_you__happy_birthday_gifts.htm

into a php page so that I can add tracking code

Categories: PHP, Wordpress Tags: , , , , ,

Url Grabber

February 6th, 2010 Comments off

Hi all,

Im looking for a very simple script that will read the URL and place it in the script

Example:

If I place type:
http://www.mydomain.com/SCRIPTNAME.php?VAR=newpage.htm

I want inside the php like so:
==========
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”refresh” content=”2;url=http://www.mydomain.com/VAR” />
<title>Redirecting</title>
</head>
<body>
Redirecting to new page…
</body>
</html>
==========

or Something like:
http://www.mydomain.com/SCRIPTNAME.php?VAR1=newpage.htm&VAR2=bottom.htm
==========
<html>
<head>
<title>Frames</title>
</head>
<frameset rows=”*,64″>
<frame name=”main” src=”VAR1″>
<frame name=”bottom” scrolling=”no” noresize=”noresize” target=”principal” src=”VAR2″>
<noframes>
<body>
<p>This pages uses frames</p>
</body>
</noframes>
</frameset>
</html>
==========

I know some HTML so I would like to be able to edith the HTML part so the programer should allow me to move the var inside the HTML part

Categories: PHP, Programming Tags: , , , , , ,

Web Developer 2

January 6th, 2010 Comments off

I NEED CUSTOMER REGISTERATION PAGE , LOGIN PAGES CREATED..

SEE LINKS

PAGE 1. http://ramcreative321.webs.com/website/index05.htm
PAGE 2. http://ramcreative321.webs.com/website/index03.htm
PAGE 3. http://ramcreative321.webs.com/website/index04.htm

THIS IS MY SITE : REACHOUTCLUB.COM

MY SITE IS ALREADY UP AND RUNNING JUST NEED THIS THREE PAGES CREATED..

Web Developer

December 27th, 2009 Comments off

I NEED CUSTOMER REGISTERATION PAGE , LOGIN PAGES CREATED..

SEE LINKS

PAGE 1. http://ramcreative321.webs.com/website/index05.htm
PAGE 2. http://ramcreative321.webs.com/website/index03.htm
PAGE 3. http://ramcreative321.webs.com/website/index04.htm

THIS IS MY SITE : REACHOUTCLUB.COM

MY SITE IS ALREADY UP AND RUNNING JUST NEED THIS THREE PAGES CREATED..

How To Avoid Popup Block:htm 3

December 17th, 2009 Comments off

Hi

I’ve a drop down menu in one of my website; this drop down mene contains link items, and anytime you choose a vooice of the drop down menu, it opens a new page with the link.

The problem is that, before doing it, it appears a security message: Pop up blocked. Click here for more options (see attached)

There is a way to fix the HTML of the drop down menu so that there is not this security message anymore?

Thanks

Categories: PHP, XHTML Tags: , , , , , ,

Mimic Squeeze Pages For Websit

December 15th, 2009 Comments off

I want someone to mimic the following squeeze pages exactly.

They are only available as jpeg’s but i need them converted into html

http://realestateinvestorswebsites.net/images/burned-landlord.htm
http://realestateinvestorswebsites.net/images/stop-foreclosure-dead-on-its-tracks.htm
http://realestateinvestorswebsites.net/images/join-buyers-list.htm
http://realestateinvestorswebsites.net/images/foreclosure-listings.htm
http://realestateinvestorswebsites.net/images/motivated-sellers.htm
http://realestateinvestorswebsites.net/images/stop-foreclosure.htm
http://realestateinvestorswebsites.net/images/squeeze-page-for-24-hour-offer.htm
http://realestateinvestorswebsites.net/images/squeeze-page-for-handyman-special.htm
http://realestateinvestorswebsites.net/images/squeeze-page-for-private-money-lender.htm

http://realestateinvestorswebsites.net/images/squeeze-page-for-problem-property.htm

Setup Postback And Data Link

December 11th, 2009 Comments off

I need this set up on hoodboxoffice.com/hoodstream

POSTBACK:
>
> Setup and help guide:
>
> http://www.ccbill.com/cs/manuals/CCBill_Background_Post_Users_Guide.pdf
>
> Setting up Approval/Denial Post URLs:
>
> Tools–>Account Maintenance–>Account Admin–>Select SubAccount–>Advanced
> http://ccbillhelp.ccbill.com/content/approve_denial_prm.htm
>
> Variables we automatically passback:
>
> http://ccbillhelp.ccbill.com/content/var_pass_prm.htm
>
> Passing custom variables to signup form for passback:
>
> http://ccbillhelp.ccbill.com/content/signup_form_prm.htm
>
> DATALINK:
>
> You can set up/edit a datalink account within the webmaster admin under Premium Features–>Value Added Features->Data Link Services Suite. Here you will be able to create a user and/or edit existing users.
>
> Datalink Documentation:
>
> http://www.ccbill.com/cs/manuals/CCBill_Data_Link_Extract_Users_Guide.pdf
>
> Thank You,

How To Avoid Popup Block:htm 2

December 8th, 2009 Comments off

Hi

I’ve a drop down menu in one of my website; this drop down mene contains link items, and anytime you choose a vooice of the drop down menu, it opens a new page with the link.

The problem is that, before doing it, it appears a security message: Pop up blocked. Click here for more options (see attached)

There is a way to fix the HTML of the drop down menu so that there is not this security message anymore?

Thanks

Categories: PHP, XHTML Tags: , , , , , ,

Video Embed Tuition

December 1st, 2009 Comments off

I am creating training videos using camtasia studio 6. I would like to host these videos

on Amazon S3 if that’s the right service to use and embed them on my html pages.

I would like to get some tuition on storing the files on S3 and embedding the videos on

my htm pages.

I am technically savy with websites and blogging, creating videos and uploading to video

sites etc, I just need help with this stuff as I have never done it before.

I don’t estimate that the tuition will take long. Possibly 30 minutes max.

This is a sample of the video http://onlinemlmgold.com/web2/web2.html

And I want them embedded into standard htm pages so that all you see is the video in the

page like this http://onlinemlmgold.com/sample.htm

I also want to have multiple videos on one page.

All payments through escrow.

Video Animations

November 25th, 2009 Comments off

Need some video animations created for use in DVD project. Animations can be .MOV (Quicktime). Example = a football in motion. Will need about 15-20 animations. You can search the web for “Football video animations or NLE animations” to get an idea. Once you are selected, I will be more detailed in each animation.

Some samples are at http://www.gmanvideo.com/FootballMini12.htm, http://www.studio1productions.com/Animations/sports-3.htm, and http://www.animationsforvideo.com/html/sports_series_vol_2.htm.

This is the first project. Will want this to continue to an ongoing project once the first project is done with videos from various different categories.

If you are experienced in Adobe After Effects, that is a plus. However, I need for you to have the capabilities of producing the videos to quicktime.

Iphone And Mobile Frontend Web

November 24th, 2009 Comments off

Hi,

We would like 2 frontend websites. One for iphones and one for mobile browsers.

A browser detector is installed at m.pinoypay.com that will redirect accordantly.

The mobile website is simular to m.paypal.com which looks good with most types of phones.

each site will have 12 basic pages.

*login – eg. pinoypay.com/mobile/login.htm
*main – eg. pinoypay.com/mobile/main.htm and pinoypay.com/iphone/
*history
*send & send1 – eg pinoypay.com/mobile/send.htm and pinoypay.com/mobile/send1.htm
*Request funds
*Invite friends
*View Topup details
*Exchange rates
*Buy someone a card
*Deactivate card

I will provide the contents and layouts for each page once i pick a programmer. please have a look at the examples above to get an idea. This is just for the frontend design…we will intergrate with the backend ourselves.

The sites need to be simple and professional.

A simple iphone app is also require that simply opens the iphone browser to m.pinoypay.com

Please show me examples of your work.

Regards
mike

Article Re-writing

November 20th, 2009 Comments off

Need All the content on the following pages re-written:

http://www.hcinfo.com/outbreaks-news.htm

http://www.dhpe.org/infect/Legion.html

http://www.legionella.org/general_public.htm

http://www.legionella.org/engineers.htm

http://www.legionella.org/infection_control.htm

http://www.legionella.org/physicians.htm

Please pick a paragraph of two from any on the sites to re-write and post in PMB as a test, they need to pass copyscape and be 100% unique.

Please bid for rewriting all of the content on the links.

Bear