Everything posted by noartistname
-
How the hell does 3D cinema work?
It's based on illusional picture people get - pure physics. http://en.wikipedia.org/wiki/3-D_film I don't like 3D Btw, images are not overlapping, they are mirrored
-
Does anybody want to work on blog and forum software?
Oh, I wanted to make open-source software, so I don't think it is going to be for personal use only.
-
Web-safe colors question
Hello! I've been doing websites for about 2-3 months, so I'm quite new into this, but I'm trying to use web-safe colors for main color schemes. Does it make sense nowadays or I should stick to any color palette? I'm asking this because when I use some tools like Color Scheme Designer it gives out not web-safe colors. Is there similar tool with web-safe colors design? Also, should I use web-safe fonts as well (I mean fonts that are most often used in browsers)? Thanks.
-
Does anybody want to work on blog and forum software?
You mean it will be free software in future? Yes, of course, I'm doing it exactly for that purpose.
-
Does anybody want to work on blog and forum software?
Nobody?
-
Does anybody want to work on blog and forum software?
Hi, it's more for learning experience. I'm also learning this way - by coding from scratch, that's how I did my website and now I'm trying to make a blog. Main idea that sounds different in my opinion is to develop very easy to use forum, blog and probably CMS software. Let's take for example Vanilla forum which is the best one in terms of size and performance, however I feel confused, when using it. If I'd really do easy to use forum, I would threw half package of this forum. What I mean by easy use is just basic functions of forum. Same with blog software - Textpattern is good, but not light enough and has different functions that I don't need. And I don't want to remake this software, I want to make mine. This way I can learn to make my own stuff and at the same time develop some software. I though about making easy-called software. This is the demo of my first forum, which works and looks bad, but explains main idea: easyBoard Thanks for taking interest.
-
Does anybody want to work on blog and forum software?
Hi! I'm working on blog and forum software that I want to turn into open-source project when it becomes something worthless. Does anybody want to work on it with me - for free or to learn PHP, MySQL, HTML & CSS? It's mostly for newbies or for people who have passion for different creativity, like me. Sorry if it is wrong section or something. PM me for further details. Regards, Aleks.
-
Hello
Hi! Nice to meet you. Same here, take a look at my website (noartistname). What kind of music are you producing?
-
Please, review my first website
Thanks for your comments! Arturus, it's not professional porftolio, it's more a personal website, however I agree with your critics, thanks!
-
Please, review my first website
Thanks everyone for your constructive critics and comments! I've launched new website - my second work. This one looks better I guess. Here is the link again: Go here Thanks!
-
Set opacity to 0 through JavaScript
Hello! I'm just starting to learn JavaScript and I would like to set opacity of some element through JavaScript to 0, using GetElementById function. This is my short code: <script> document.getElementById("element").style.opacity="0"; </script> <div id="element"> noopacity </div> It doesn't seem to work, what am I doing wrong? Thanks.
-
jQuery behavior when JavaScript is disabled
Absolutely agree. That means I should try to rebuild my website from scratch and then append jQuery, so it works good with both JS enabled and disabled. Thanks for your advices!
-
jQuery behavior when JavaScript is disabled
Hi! I couldn't find any information about this topic in the internet and I really wonder, how come people do not discuss it anywhere? Okay, jQuery works really great and offers many interesting effects, but what if you have JavaScript disabled? I mean I've browsed through several websites powered by jQuery with JS disabled and they doesn't work or behave weird. I know there aren't much people, who disable JS, but well I do want my page to be seen by all people in the end. I managed to do it with slider on my page (however I want to use other jQuery effects), but, for example, http://www.flowplayer.org/tools/index.html doesn't provide any information about this. Try to disable JS and see that nothing works. I can use <noscript></noscript> tag, but I have to make two main pages. And what if I want to view it on one page? What would you do? Regards, Aleks.
-
Please, review my first website
Hi! Thanks for your reviews and critics. I really appreciate it! I will try to follow your advices - I will work on menu (probably add some padding or margin to it) and I will see what to do with background and heading on the top. But I'd like to keep main idea as it it. Regards, Aleks.
-
Please, review my first website
Hello! This is my first website ever made: noartistname.com Would you be so kind to review it? I've been doing it for about 2 weeks. I didn't use any templates - all design was made by me and I was trying to make minimal website. I've only used jQuery for slider effect and Vanilla with Texpattern for forum and blog (that doesn't have to do anything with main website). I'm also trying to develop easy-series forum, blog and other web stuff, if you're interested to help me with it, I'll appreciate it. I'm also looking forward to make freelancer's community in future. Drop me a line. Thanks in advance, Aleks.
-
Playing sound on mouse over and defining images on/off
Hello, I have two questions: 1) Is there any universal way (for all browsers) of using JavaScript to play some sound when you mouse over some link? If yes can somebody link me to this code or at least write me how one would do this? 2) Is there a way to define if images are off in browser using some script or HTML? Thanks!
-
Can't get to work my CSS & PHP
Problem is solved - it was issue with coding in Coda.
-
Can't get to work my CSS & PHP
Well, I've played with encoding now and I see my webpage as code now..
-
Can't get to work my CSS & PHP
Hi bocaj, I'm using Coda for Mac. And I'm editing right in Coda and save file to root directory. What can you recommend me to do? How should I save it? Thanks, Aleks.
-
Can't get to work my CSS & PHP
Thanks for your replies! No, it's not because of font, because I've used it just as example - I've tried to change it to standard font. Here is link to website: Link There are only two files and one image in image folder. It is viewed good on IE, but I can't make it work in Safari. You can view style.css in same directory. Thanks!
-
Can't get to work my CSS & PHP
Now there is the problem - it doesn't work on Safari on my MacBook, but works with IE on my PC.
-
Can't get to work my CSS & PHP
Hello! I'm having two simple files uploaded on server in one folder with following codes: index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" > <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Keywords" content="keywords" /> <meta name="Description" content="description" /> <meta name="Author" content="author" /> <meta name="Robots" content="robots" /> <title>Title</title> <link rel="stylesheet" href="style.css" type="text/css" /> <link rel="shortcut icon" href="icon.ico" type="image/x-icon" /> </head> <body> <div class="WelcomePage">Text</div> </body> </html> style.css .WelcomePage { font-family: "Al Bayan"; font-size: 45px; } Why don't I see any changes in font when I show my page? Did I do something wrong? Thanks.
-
Connecting menu with content
Thanks for your reply, Wickham! I appreciate it! I think that's exactly what I wanted to achieve in the end.
-
Common XHTML and CSS Q and A's needed!
- menu navigation: http://www.webdesignerforum.co.uk/topic/23714-connecting-menu-with-content/
-
Connecting menu with content
Hello! I've build following simple structure for demonstration of what I want: Link How do I connect menu with content on the right, so for each title of menu there is some specified content vieiwed (for example, I have HTML files, where I store some text and I want it to be on the right, when I press specified item of menu)? I know one way of doing it through frames, but what is modern way (like, for example, in Joomla or on all modern websites)? Website with menu navigation as example: Example Thank you for help!