
kirsiskaspars
Member-
Content Count
18 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout kirsiskaspars
-
Rank
Member
-
Hello! I'm working with killersites video tutorial and just turned to a little problem. At the moment I have to work with email function. I am learning how to manage to send smth to email adress. Script that I wrote: <?php $words = " many words in this sentence..."; $result = str_word_count($words); echo $result . "<br><br>"; $did_send = mail('kirsiskaspars@gmail.com','Killerphp.com Test Email', "The body message."); echo " Email sent: ". $did_send; ?> In the video everything based on this script works just fine, but I have an issue
-
Perhaps it is the reason. But I've tried to do this without having negative values but it just doesn't. I got to use neg. values. What I am doing wrong? Really appreciate your assistance. Thanks!
-
Here is the code of HTML file and under is CSS code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Figaro</title> <style type="text/css"> </style> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="figaro"> </div> <div id="nav1"> <ul> &l
-
Hey guys! I was building some web with DW and turned to a little issue. As far as I am concerned I have done everything right so my web page layout would be relative and content always centered. But when I minimize my web in a browser a lot , the scroll bar doesn't offer to scroll the page to it's full content. See in the pictures. I hope i have explaned the problem understodable. Thanks!
-
Thanks man!
-
Hey eveyone. I have read some information about CMS but I still don't get it. Is it possible to build my CMS if I have made my website using only HTML and CSS??? Or it is somehow connected with php and I will have to redo everything I have already done? Thanks.
-
Great! That should work. Thanks!
-
Hay! I didnt know how to explain my question shortly so I couldnt find Information about it in google. My question is - what should I do to make a system where people can send information to my e-mail. There would be boxes where people write their name, adress and others things and when they, for example, confirm, all this info is somehow sent to e-mail adress. What kind of scripting language should I use? I really hope that it is possible in Javascript because I dont feel really comfortable in php... Thank you!
-
Ok! Thanks!
-
Thanks for your reply. But I am not quite sure I got your idea. Do you mean I should search for some font and then just in PS write the letter? And I also didnt understand what was the point of scanning his sketch of that letter in computer. I wrote that letter in PS with pen tool. Did he do the same or just somehow copied from scanned material to PS? I feel very confused at the moment And I also suppose by free hand you meant that he wrote his letter in PS with pen tool. Thanks
-
Hello! Currently I am practicing in working with PS CS5. I've found a couple of tutorials which would help me to learn PS. So I started to follow the instructions of one particular tutorial and I really don't know why my work looks so ugly in front of the original. I am doing all the same but anyway it just looks terrible. I have added two pictures. One is my work and the other is original. You will see the difference. Could you please tell what I am doing wrong? The link to this tutorial: http://photoshoptutorials.ws/photoshop-tutorials/text-effects/create-a-cartoon-style-g
-
Hello! I hava an issue. I am kind of new working in PS CS5 and I don't know how to crop image so it would NOT be in a square. I thought maybe it is called "transparency" but it is not the same. There are white areas around the object as well in form of square. Could anyone help? Thanks!
-
Hey everyone! I have a liittle problem. I am repeating everything step by step in this videpackage and now I have stopped to Navigation sprites. The problem is that when I want to do something with "Gradient Tool" for my navigation bar, it affets all the field not only the nav bar. I make this gradient tool line only in this navigation bar but it affects everything around as well. Hope you understand the problem. What shout I do? Thanks!
-
I have this video package "complete professional designer" and I am at the "web-design-part-4 when we start to put images in to the web site, so I need this file killer_logo.gif. Where can I get it? As far as I know this file is not inculded in to the tutorial.