Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Web Designer/Developer Please help po!

emaxx18

Professional
Advanced Member
Messages
168
Reaction score
1
Points
28

Hingi lang po ako ng konting tulong. Ganito po kasi ang gusto ko mangyari sa dalawang page na yan. Kung ano man ang image na i-click ko from image 1 (Left) ay mata-transfer sa kabilang page kasama na ang mga descriptions ng selected item. Maraming items kasi ang nasa first image eh. Masyadong matrabaho pag gumawa ako ng tig iisang page. Mauubusan ako ng credits sa sitemap ko. THANK YOU PO IN ADVANCE!
 

Attachments

  • img1.png
    img1.png
    287.1 KB · Views: 6
  • IMG2.png
    IMG2.png
    11.2 KB · Views: 4
  • arrow.png
    arrow.png
    1.1 KB · Views: 2
2 options. Pure HTML vs ajax/json

Problem is: hindi mo pa ini-state ang skills / knowledge mo on web programming. Paki-state lang muna para alam kung alin mas bagay sayo
 
Ok lang po kahit pure HTML
 
Read about iframes, after reading about it, let me know kung ok sayo yung ganung solution

---------------------------

ay sorry, parang hindi ko masyado naintindihan nung una ko binasa yung problem mo. In your case pala, gusto mo magkaroon ng sari sariling page sana, kaso ang problema mo ayaw mo gawan ng page per item. In that case, you need to have a database for your items and related records, para mag-serve ng data to a single page.
 
Last edited:
sa bootstrap magagawa yan or gamit ka javascript. hays mali basa ko nagbigay pa ko ng code xD
 
Last edited:
What programming language you are using ?????????

1. You can use PHP
2. download a ready template with the same format you want then you can attach picture directly in the template.
 
sa bootstrap magagawa yan or gamit ka javascript. hays mali basa ko nagbigay pa ko ng code xD
Ok lang po bossing. Paano po yung sa bootstrap or java script? Paki bigyan naman po ako ng kahit konting example. Ako na bahala sa iba. Nakaka-intindi naman ako ng java kahit onti lang ^_^. TIA?

What programming language you are using ?????????

1. You can use PHP
2. download a ready template with the same format you want then you can attach picture directly in the template.

Ano po name ng template na yan? Pwede ba yan i-customized?

- - - Updated - - -

Ano po bang tawag sa method na gusto ko mangyari?

Eto po pala yung gamit kong codes sa first page.
Code:
<head><!--CSS Galery-->
<style>
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 2px solid #777;
	border-color: Green
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}
</style>
<!--End of CSS Galery-->
</head>
Code:
<body>
<div class="gallery">
<a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_id=114&ipn=icep&toolid=20004&campid=5338182750&mpre=https%3A%2F%2Fwww.ebay.com%2Frpp%2Fbuilding-toys" target="_blank">
    <img alt="Kids Toys" height="400" src="https://lh3.googleusercontent.com/-66dy0mApcu4/Wby76gmKbKI/AAAAAAAABcE/5yJEROfBI60wE4n6AROkteDsIdOKAmY2wCLcBGAs/h120/Kids%2BToys.png" width="600" />
  </a>
  <br />
<div class="desc">
Kids Toys</div>
</body>
 
Last edited:
magagawa niyo po yan using vanilla js or using javascript frameworks...
but i love to use vanilla js in that case para sa tulad kung baguhan.....
 
magagawa niyo po yan using vanilla js or using javascript frameworks...
but i love to use vanilla js in that case para sa tulad kung baguhan.....

Can you give me an example po?
 

Hingi lang po ako ng konting tulong. Ganito po kasi ang gusto ko mangyari sa dalawang page na yan. Kung ano man ang image na i-click ko from image 1 (Left) ay mata-transfer sa kabilang page kasama na ang mga descriptions ng selected item. Maraming items kasi ang nasa first image eh. Masyadong matrabaho pag gumawa ako ng tig iisang page. Mauubusan ako ng credits sa sitemap ko. THANK YOU PO IN ADVANCE!

tanong ko lang po, saan galing ang image? database po ba? or hindi
 
Back
Top Bottom