thank you but it doesn't match with what I'm looking for
Type: Posts; User: d-machine; Keyword(s):
thank you but it doesn't match with what I'm looking for
I'm looking for a basic image slideshow, similar to: this.
However my photos have different width and height and I want the slider to enable it.
Thanks in advanced!
and though what way can you avoid saving images?
Hi,
What's the easiest way for not allowing saving any image from my site?
Thank you
Hi!
I have a page that is being updated every few minutes and I want that in every load the page would return to the same place it was before.
right now I'm using anchors (#)- but it is not...
I really appreciate if you could help me to write a procedure or queries for that! thanks in advance
Here is the table myorder from the database:
5367
What I want is to print the table using the following method (on this image I havn't mentioned the other columns, but they are also necessary:
5368
Can you please write the full code? (assuming my table is exactly as described on the image).
I have a table named, "myorder".
I want to select the information from it as described on the image below:
Increasing id, and grouping the same product_ids together.
5344
My sql command...
your'e actually right, didn't notice
Hi,
I'm looking for a php hierarchical forum,
which allows the visitors to publish posts without signing up.
similar structure:...
Hi,
I want to save the date of 10 days after the current date in my MySQL DB.
For example:
if today is 29/09/2013 I want to save in my db the date: 09/10/2013
How can I do it?
Thanks!
Hi,
I'm using nth-child in the following way, which is not supported on IE 8.
How can I write a javascript command that will perform the same operation?
table.tbl1 tr:nth-child(2n+2) td { ...
I want to write a date in the future and I don't know how to convert it into timestamp
Hi,
I have a form which includes text field.
I want to enter there a date like: 22/05/2014 (something like: date("d.m.Y",$x);)
and the information will be saved in a mysql database.
I don't...
Hi,
I have a site in Hebrew and I find out that in IE the scrollbar appears on the left side.
This is the adress of my site: http://maths-up.co.il/
How can I fix this problem, so that the...
Hi,
I've created a page that includes 100% width flash animation:
Click here for the link
On IE the height of the flash is not proportional to the width and in Firefox the flash doesn't appear....
I know how to do it in php but I don't want to use any server-side lagnuage :)
Hi,
On my first page I have a simple form:
<form action="page2.htm" method="post">
<input type="text" name="firstname" />
<input type="submit" />
</form>
Does anyone know? I really need your help. I saw many tutorials for vertical align, but I couldn't decide which one of them to apply in my site.
Hi,
I've created this gallery: link
How can I vertically center the big image on the "showit" div without using the padding-top for every image?
Thanks in advance !
Hi,
I added to my site a photo scrolling based on js.
you can view it in here: link
How can I covert to scroller from left to right to be right to left?
Thank you! :)
Hi,
Can you help me to realize what is wrong in my code:
scroller?
The scroller includes a list of images.
Thanks!
Hi,
I have a gallery in my site:
http://orlygraf.co.il/view1.php?id=4&num=2&photo=7
I want to convert it into ajax so I could load the images without loading the whole page.
How can I make...
Hi,
How can I check if a php string include English characters?
My site is in hebrew, so I want to check if string is in Hebrew or English.
Thanks