Wednesday, 30 April 2008

My site in GOOGLE search engine


When i type
"starbathrooms" in google search engine, it comes first, at the top, see image


When i type "Star Bathrooms" In google search engine, my website (http://www.starbathrooms.net/) come to third place.

Website Visibility in Search Sight website

When i search "bathrooms lights " it come at no 43.
When i searched "Ceilling Lights" in SEARCH SIGHT, search engine, it come first.

Backlink Tool
















URL Submission to Exact Seek


Submitting my web domain name and university domain name

URL Submission to Yahoo


Submitting URL UNIVERSITY ADDRESS


URL SUBMISSION to MSN


Submitting URL again





Comments: Bathrrooms Ceilling Light,Bathrrooms Wall Light,

Bathrrooms ShowerLight,

Bathrrooms Mirror Light,

Tuesday, 29 April 2008

Error solved



It show the page,

it was the "END IF " statement that was missing

Error solved




Below errors were solved, i tred many website; for instance



but it did not hepl much, but when i run the page in to Mozilla Firefox web browser, it gave message saying that End statment expected, and when i tred entering the END IF it worked.

See above page

Error







When i run the loging page i get thsi error.

problem solved


Friday, 25 April 2008

Logging page error


I have just created loging page below, but it gives me error "says page cannot display"

LOgin page




create a new command (stored procedure). and adding thsi script<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>











Then i added hidden feild.




To create LOGING PAge i added two text fiedl with a submit button and naming them.




post page


shopMail.To="shop@yourplace.com" Typed my email address

I copied this code to my POST.ASP page


adding 12 hidden fields







CREDIT CARD PAGE


I craeted tables with textfields. as left image. added list values. and name them

1 firstname
2 lastname
3 address1
4 address2
5 town
6 code
7 county
8 country
9 phone
10email
11 total
12contents
respectively, and then Bind them with their name and attributes

checkout page


Then i added codes to hidden field
























then i added two headden fields see left






Add Image

























































































Fisrt i created the Form within my templet. then i created tables, with different atrributes, textfields. for example. name , address..... email etc..





P1 .... P6 tags are as above

shopping cart page

the tags are as follow:

P1;""

P2; " "

P3;" "

P4;" "

P5;" "

P6;" "





Then i added below tags before


"<%' Define ConstantsCONST CARTPID = 0CONST CARTPNAME = 1CONST CARTPPRICE = 2CONST CARTPQUANTITY = 3 '------------------------------------------------ ' GET THE SHOPPING CART AND OR SET UP SESSION VARIABLE IF NOT isArray( Session( "cart" ) ) THENDIM localCart( 4, 20 )ELSElocalCart = Session( "cart" )END IF '------------------------------------------------ ' GET THE PRODUCT INFORMATION productID = TRIM( Request( "pid" ) )productName = TRIM( Request( "productName" ) )productPrice = TRIM( Request( "productPrice" ) ) '--------------------------------------------------- ' ADD ITEM TO SHOPPING CARTIF productID <> "" THENfoundIT = FALSEFOR i = 0 TO UBOUND( localCart )IF localCart( CARTPID, i ) = productID THENlocalCart( CARTPQUANTITY, i ) = localCart( CARTPQUANTITY, i ) + 1foundIT = TRUEEXIT FOREND IFNEXTIF NOT foundIT THENFOR i = 0 TO UBOUND( localCart, 2 )IF localCart( CARTPID, i ) = "" THENlocalCart( CARTPID, i ) = productIDlocalCart( CARTPNAME, i ) = productNamelocalCart( CARTPPRICE, i ) = productPricelocalCart( CARTPQUANTITY, i ) = 1EXIT FOREND IFNEXTEND IFEND IF
'------------------------------------------------
' UPDATE THE QUANTITIES IN THE SHOPPING CART
IF Request( "updateQ" ) <> "" THENFOR i = 0 TO UBOUND( localCart, 2 )newQ = TRIM( Request( "pq" & localCart( CARTPID, i ) ) )IF newQ = "" or newQ = "0" THENlocalCart( CARTPID, i ) = ""ELSEIF isNumeric( newQ ) THENlocalCart( CARTPQUANTITY, i ) = newQEND IFEND IFNEXTEND IF'-------------------------------------------------------
' UPDATE SESSION VARIABLE WITH ARRAY
Session( "cart" ) = localCart
'-------------------------------------------------------%>"



Shopping detail page

Then i added 3 hiddenfield naming them pid, productname and productPrice respectively
then i changed the ADD TO CART button tags to
" "
Then i binded each of the hidden field with its approprite field, for example, pid= procudt_id, productname= Name etc



The i Binded the data with its relavite cells,"Shop_detailDetail" goes in to detail cell etc...


Then i created RECORDSET using connection "Shop_Detail"



I fisrt created connection as above "Shop_ Detail"



















Wednesday, 23 April 2008

Registration form Loging Form




Logging FORM not working

Acctdding my Site (cctmdev2.londonmet.ac.uk/yom0044)to GOOGLE ANALYTICS


























































To add "cctmdev2.londonmet.ac.uk/yom0044" i sign up with my google user name and password.




Then i added my information: my cctmdev2..... website.


then i complete my name, then i click CREATE NEW ACCOUNT.






Give me cntinue button. when i click on countinue button it gives me very first page.