AlirezaM
-
How to reduce number of http requests?
Thank you @AlenAbdula ! I'm now working on html version of my template. How should I do this work for html?
-
How to handle this js with html?
A little more explanation of exactly what you want to do would be helpful in giving a more complete answer. I exactly want to manipulate these elements with html only, I think we can create some classes for parents and children for different le…
-
How to intall W3C's validator on local machine?
I want to validate my files on my own machine also if I can, I'll translate it. Do you already have Apache working? Yes I have already installed xampp which is containing Apache.
-
How to open a link in new window with a header?
@srig99 , now I want to do this with PHP but because all of those links which I want to show them with my header aren't my own pages (I want to link to other webpages) so I can't put this include 'header.php' inside of those pa…
-
How to open a link in new window with a header?
I have found this but because I'm using just html I couldn't know where to add this : If you wanted to achieve something like this where the user can actually input a web address to be shown under your header (or some other method where y…
-
How to open a link in new window with a header?
ok dear @Sneff, Can you help me to achieve it?
-
How to open a link in new window with a header?
I think it can be done with iframes but don't know how. I want a header with simple text and img tags. but everypage which it's link is in my html should open with this header.
-
How to open a link in new window with a header?
you mean I can't style an html header bar and just change the links' address and all of the links open with that header?
-
Making a template cross browser
Thanks CrocoDillon! Second website was really helpful.
-
Creating sitemp with javascript
I think there will be a way to achieving this type of sitemaps. If anyone has it's script I'll appreciate him to help me. thanks!
-
How to create a line next to comments like the image?
I think the have this style in here: (search category > right-hand sidebar) http://themeforest.net/category/psd-templates/nonprofit
-
How to create a line next to comments like the image?
Can this be done with :after and :before elements?
-
How to make Chris's contact form ajax?
Thank you CorocoDillon! It worked as it was in my mind. Thanks again!
-
An issue on carousel slider hover
Thank you so much CrocoDillon! It's working very well now.
-
A general question about making a template responsive
what about the smallest size we should work on it? I mean how much is the smallest size for standard responsive layouts?
-
Chris's simple contact form doesn't work
@BenWalker I uploaded the file mail.php holding your codes on my hosting but it didn't work then I decided to check in another hosting and it worked. So as you said it was about my hosting and I should talk with the moderators to see what they…
-
Chris's simple contact form doesn't work
@websitecodetutorials which script for example? @BenWalker I didn't get exactly what to do. I want to use the mail script as chris's and show a message for success or error after sending mails.
-
Chris's simple contact form doesn't work
I have these lines: $EmailFrom = "vblig@yahoo.com"; $EmailTo = "vblig@yahoo.com"; $Subject = "Nice & Simple Contact Form by CSS-Tricks"; $Name = Trim(stripslashes($_POST['Name'])); $Subject = Trim(str…
-
Chris's simple contact form doesn't work
I'm on apache server now and using the script in live server. I also checked my spam folder but nothing is there. I thought it could because of I didn't touch "$EmailFrom = "chriscoyier@gmail.com";" then I change it t…
-
Adding new element to style changer
thanks you very much. now it's working.
-
Adding new element to style changer
I think it can be done by a javascript coder. I will wait again for your help. thanks!
-
How to increase or decrease increment speed in javascript?
OK, I will start to learn these practices and sure I'll come back and help people like myself. and really thank all you very much for your helps.
-
How to increase or decrease increment speed in javascript?
I'm really trying to learn but program languages is really hard to learn for me .
-
How to increase or decrease increment speed in javascript?
Dear Paulie if I was that professional I never asked my questions here.
-
How to increase or decrease increment speed in javascript?
Yes man. Now it's working. You noticed it's not clean js, can you change it to be as clean as possible?
-
How to increase or decrease increment speed in javascript?
But if you read previous comments I could change the speed by Paulie's helps. Now I want to use multiple progresses in one page.
-
How to increase or decrease increment speed in javascript?
The reason of doing this is that I show my costumers different colors of these progresses. Now, I changed those ids to classes but the problem is I want to put them different percentages but all of them works exactly like first one. I mean I give …
-
How to increase or decrease increment speed in javascript?
What do you mean by saying this? I have questions about web and will ask here because here is exactly the right place.
-
How to increase or decrease increment speed in javascript?
Yes, that's it. Thank you Paulie! it worked. Now, If I want to use multiple of this progress bars inside of one page what I should do? When I put multiple progress bars in one page one of them works but the others not.