Tag Archives: Js

liquid design & full screen text

Simply just wondering what various other design gurus think of using liquid design and having to deal with 1600×1200+ monitors in which make text span throughout the whole screen. Popular wisdom on the web design says that text should not span more compared to 4" wide from a column. Too difficult to read. I tend make use of liquid design on the majority of my sites because i’m keen on being able to take advantage of the whole screen. Sad to say, though, liquid design expresses that text will expand to fit the user’s filter, meaning you have got HUGE blocks regarding text that’s hard to read. Tips on how to guys work close to this Just style for 800×600 or perhaps 1024×768 and hope that individuals using 1600×1200 get good eyes Or perhaps there is some trick to making text break into multiple copy under higher file sizes I guess you may do this having js… Views I havent discovered this is generally there a link so i could read about this specific lol… Study up here: http: //www. webdesignforums. net/thread7769. html There’s a better way w/ js in making it 100% until x quantity of pixels have been … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Best dynamic menu system?

What on earth do you recommend for producing DHTML drop down menus for a web site We have a site we want to placed menus on along the top. It has to work across browsers (Opera, Netscape etc), often be free (or quite cheap), be easy to incorporate and update list items, and be fabulous! MY PARTNER AND I use Dreamweaver, thus if it integrates with that then that’s ok, nevertheless it doesn’t ought to directly. Thanks, Stephen I’m sure www. opencube. com offer fully customizable DHTML menus, but I am unsure about how much many people cost. I think that they cannot work in Mozilla, plainly remember correctly. For anyone who is a developer and are prepared to pass along into your market to your client, take a consider Menu Magic ONE PARTICULAR and Menu Secret 2 DW extensions coming from www. projectseven. com Concerning MM2 and in a project it has covered itself. modify: oh yeah, both products generate CSS/JS based menues which can be compatible with 4. x, 5. times, and 6. times browsers, icluding NN 8, Moz 1. times, and Moz. ZYNGA.

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Selective Dynamic Areas

Generally what I can do is to possess a user select a method on a internet page, and when these people hit the all right button, it will invigorate selective areas while in the page, yet not refresh the whole page. Virtually any suggestions javascript using. innerHTML Umm.. I suck in JS so I can’t tell you exactly haha Can’t you need to do it with iframes or even something Yep, in the same manner as you would exercise with a natural frame: < iframe src =" /page. php" > < /iframe> Just add the attributes you need to the < iframe> tag. I scrapped the actual frames idea and went together with a single page that can just refresh once more. It’s for your menu, that if you select from the dropdown menu as well as hit enter, it refreshes an entire page (which might be a small section in the primary page) and will take the name belonging to the value you chose from the dropdown, prints them statically, then creates a brand new dropdown based upon the very first value chosen. Does this a couple of times within the cells of any table, all wrapped in just … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Weird…. header.php errors

Upon my site Relating to this generally in every BRAIN: … header. php file: Now. Anything that’s referenced to from the header. php file doesnt work, besides the alternate stylesheet, and anything inside the document itself does work. Why is, any ideas Please help as Love it if more can’t figure this out Would you post a link so we can see it for doing things… Try adding the www. tekp. com onto your link, besides it being comparable, make it complete. And also, perhaps make use of this include tag on the other hand, seems to work okay to do. PHP: <   include(“header. php”)  > heres your link: http: //www. tekp. com/gallery/funny. php (thats the actual worst of it) Along with Justlivyalife, the links are certainly not relative, they accomplish have www. tekp. com from the outset and I own used the php include technique you might be referring to. When you mean the genuine code you submitted, then I cannot use that as it is placed upon different files within different directories so sometimes it could not work, and to change them all would defeat the object of needing an include initially. The script is trying to … Continue reading

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment

Im new to all this could someone help me?

Concerning gotten to be okay with photoshop and prefer to move onto larger and better such things as building dynamic internet websites and stuff… but i have got absolutley no idea how to start… so i has been just wondering if some you could point me while in the right direction, allow me to get ahold involving any program… i should just know what im planning to need. Just so WE dont sound in order to vague I been aware of CSS, Java, Pen, PHP, XML and most that stuff but i merely dont understand where all of it comes into play while in the web design… im not really sure of what each of those things do or are utilized for. So far i’ve built a web site for myself but it’s basic and is made with only photoshop you can go here at www. defcon-designs. com. thanx before hand for the help! CSS is for page layout and styling. You’ve used some CSS as site of yours when you declare a style within HTML tags. Flash is for animations and great interactivity. It works extremely well for web web-sites, games, or presentations of all kinds. PHP is a … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

aspiring web designer

Hello guys, I’ve been contemplating persuing a career in web site design and I ended up being wondering if any of you could give me some pointers around the most critical packages that I should find out to get started in web development faster. I’m studying html at this time through an on the internet course and i’m learning photoshop. We would really appreciate any help you guys can offer me. Bless you, kmj dreamweaver can be of a assist in you… Pertaining to aesthetic purposes, research some graphic layout. Web design: 1. A creative size for ideas 2. Knowledge of most current trends and CSS principles (lots of designers ignore these for whatever reason and drive programmers NUTS) A FEW. Fireworks or Photoshop FIVE. Dreamweaver www. pixel2life. com might be your best friend if the learning ps Dreamweaver is optional. I do a lot of my work throughout Quanta, which uses Kate, which is actually a programmer’s copy editor. Though Dreamweaver’s become better at that, it still yields icky code on occasion. And the JS it creates is often virtually illegible. Although I’ve often found it to be neat, I stopped utilizing it for regular web development a bit … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Double server-side on one server?

Is it possible for a page going thourgh server-side twice e. g. individual requestes page " good day. " > equipment proceses " good day. jsp" (or asp and also php) and churns out and about into speical xml format > on identical server, PHP proceses XML, as well as does other stuff, and turns away hello. html ONLY TWO questions: Is it possible If that’s the case how How would an individual request a page Whenever they request hello. jsp, what they get will not that but hi. html How could that work (this is perfect for my project " SIX " ) Using AJAX, I trust so. ahhh… think about without ajax put it off a sec… what does ajax are related with any of the this is most of server side… or is my idea of ajax wrong i highly recommend you explain…. PLAN! individual requestes page " good day. PHP" > PHP in turn requests hello. jsp> equipment proceses " good day. jsp" (or asp and also php) and churns out and about into speical xml format > on identical server, PHP proceses XML, as well as does other stuff, and turns away hello. php (now … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

Reading stats in AWstats

I was going through my stats affected person, as you can. I was investigating one of my favourite sections the actual " Connect to help site from". We were looking at the stats and one thing I cant come up with (and yes We have RTFM but didn’t find any benchmark to it) seemed to be what the TWO sets of numbers close to each URI suggest. For example: Can anyone enlighten me about what the numbers mean This really is bothering me. Webpages / Hits I have no idea how AWStats separates hits/pages, though. Ah hah! Cheers Brak. From the AWstats page: http: //awstats. sourceforge. net/docs/awstats_glossary. html Webpages: The amount of " pages" logged. Only files in which don’t match an entry from the NotPageList config parameter (and fit an entry connected with OnlyFiles config parameter if used) are measured as " Pages". Ordinarily pages are set-aside for HTML information or CGI data, not images nor other files requested due to loading a " Page" (like js, css… files). Hits: Any files requested from the server (including files that happen to be " Pages" ) except the ones that match the SkipFiles config parameter. How can we really have … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Help persuading no AJAX!!

I’ve been working on the website for a time now, it’s an attention of mine and perhaps they are the biggest website online for this unique interest. I do a reasonable amount of coding job, free of ask for, because i enjoy it. Unfortunately they have decided they want to gain to use AJAX to help load page!! Concerning given them the normal reasons not to use it e. gary. back button. bookamrking and many others. but they will be insisting on deploying it. They are using it because they won’t have to load the header, sidebar, nav and many others. more then once. They are convinced it is just a brilliant idea but i realize they are jumping for the AJAX bandwagon. I really don’t want them to achieve this but they may not be listening to me and they are convinced they understand best. Basically I was wondering if any person could provide some ideas in an attempt to make them alter their minds before they are doing this!! Thanks 1. It truly is completely reliant upon Javascript. TWO. It won’t develop most past, quite a few current, and several future browsers. 3. It is inaccessible. Thanks for … Continue reading

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment
Page 1 of 512345