Jump to content
xisto Community

Lozbo

Members
  • Content Count

    283
  • Joined

  • Last visited

About Lozbo

  • Rank
    Super Member
  • Birthday 10/13/1983

Contact Methods

  • Website URL
    http://lozbo.org

Profile Information

  • Location
    Wanatos
  • Interests
    Multimedia Arts and Technologies =)
  1. I know, I am using a CSS menu, why dont you check it out? It's at pruebas.lozbo.org/dd/.I am not using on:hover events, I am using a "sucker down dropfish" kind of menu (from ALA) with some js to fix the hovering submenu on IE6.I dont like the xhtml of those pure css menus of Stu Nichols, I find it easier for people learning from the code to avoid having all that tricks of tables amidst the list, it seems too dirty for me.And what are your sources about people disabling javascript on their browsers? According to my experience, its not that high (but i dont have an official source though, so I'd like to know if you have any...).
  2. You mean onhover? I'd like to avoid these js events, as they are ilegal in strict xhtml, though I am using transitional, I'd like to keep to standards as much as posible, and using js events would guide me away from them... I can not replace css :hover with onHover events... Does any one know why is this happening? The submenu disappearing in IE6/7?
  3. Thanks jlhaslip, Ive tried those but i dont like the html in it... anyway Im not using those menus from Stu Nichols in this project... and the js is working, as it has always worked in past projects, its just something weird happening here... Truefusion I hope you have read my post. It provides all the souce coding needed:
  4. I have asked for help in the css creator forum, but I haven't got an answer. Well some one actually posted something but didn't work, so I will post my trouble here to see if somebody can bring light... thanks in advance...
  5. If you see the html output (the source code from the browser, not the original source php you upload to the server) you will find two declarations of the <html> opening tag, which is wrong.jlhaslip thinks you are using php includes to call to another file(s) from the index.php, if that is the case, then you should remove all unnecesary tags from the included file, for example:If you have index.php, menu.php and footer.php (self descriptive), and you call the later into index.php, you dont have (and actually it is wrong if you do so) to have a DTD, <html>, <head>, and <body> tags in menu.php and footer.php again, they are already declared in index.php...Hope you understand.. good luck..
  6. Id like to buy a double screen capable video board, so that I can have two independent monitors in the same computer at the same time.Ive been searching a little bit, but whether on the net or in local stores it seems I just cant find one... does any one know something about this? I would really apreciate light on this matter...
  7. In adition to my response, I'd like to point out that a common issue with dreamweaver is for example, that it didn't write the shorthand for each rule I did in the graphic view. But this can be modified since dw2004 I believe, and dw8 has improved a lot when it comes to css. I don't even remember now what dw04 did, but at least for the built in help-tooltips that display code suggestions as you type, it has gotten better (it has updated its data base, so it holds more properties and values than before). You can edit how dreamweaver handles the shorthand css in the preferences. Shorthand css (for those who ignore) is a smaller way to declare something in css, for example, while declaring border for a table (table or anyother element, just as an example, we have top, right, bottom and left borders) instead of going with each declaration, like: border-top-color:black; border-right-color:black; border-bottom-color:black; border-left-color:black; you could go just like this border-color:black and you need only one line of code. This is just a small example, and as for borders you can even have a shorter hand way to declare border settings (for the width of the border, the color, and the style of the border): border:1px solid black; And what I said is that dreamweaver can be set to write the shorthand while editing in graphic view the style sheet, or the other way around.... Good luck...
  8. I only know about plugins for CMS that do that ... I have not tried it without a CMS, but the options provided here seem good... The plugins I speak of (they are for wordpress, actually), are made in flash and they look very fansy and work good. If you'd like more on this, leave a reply...
  9. w3schools.com Is a good resource site, you should try the css and xhtml tutorials there, and start coding the right way: with standards!
  10. Lozbo

    Frames

    I would also advice to try to switch from html frames to a xhtml + css based design... here at the trap seventeen forums we can help make the transition smoother for you =DIt's not actually that hard to swicth from frames to server side includes in php (for example), and they work the same way (more or less hehe) and you can even have the css display the items as if it was a frame... like this page http://forums.xisto.com/no_longer_exists/how the content stays absolutely positioned in the browser window, and yet I was not using frames there, its just pure xhtml and css!
  11. I agree with sprnknwn, I still dont know a perfect wysiwyg editor, they always mess up our code... But I can also state that I would never go only code, because there are a lot of things that I wont be doing, like having to write very common and used tags that dreamweaver does automagically, like br, or strong, or p, or headings...There are also a lot of advantages for example to notepad, the coloring for the text, the built in ftp client, the quick modules here and there for common tasks, the drag and drop funcionality for a lot of things (adding an image on the page, pointing to a link in the built in file explorer, etc), and the list goes on... there are really a lot of little things that make dreamweaver my default web coding software. I still have not known any opensource wysiwyg alternative that can succesfully replace dw (at least for me), and I have tried a few...
  12. There are a lot of open source CMS (which means they are free). Those are (i think all but I am not sure) generally based in php/mysql. Here at trap seventeen (if you are hosted) you can try in your cPanel a quick install of the mentioned above CMS, depending entirely on your site, the complexity and extension of your site (and the purpose) is which CMS you would go for.I would strongly suggest Wordpress, as is both simple and standards compliant. I like a lot Wordpress (go to wordpress.org/download/ cause wordpress.com is for the online based blogging system, that means you can't completely control the administration of your site), because of its simplicity but also because you can control a lot of what's going on in the template code, and you can develop a standards compliant, full xhtml/css site (as oposed to joomla,for example).I've been working a lot with joomla lately and I dislike the way it works, it has a lot of non-semantical html, it does not go with the philosophy of XHTML. Its very big and very powerful, but its also very complex, not very recommendable for a newbie.Nevertheless, if you'd like to try and see what are the options you can browse to http://www.opensourcecms.com/, the slogan is "try before you install" that means that they have installed on their servers all the cms they present, besides of an explanation and reviews for those... they have the admin panel and the "default" front end for you to see (I say default because you can, and most likely you would WANT to, edit the default template to fit your design). Very good resource site, you would find that there are several types of cms, for online education (like moodle), for blogging (like wordpress or b2evolution), for portals (like xoops, joomla or mambo), for e-comerce, etc...The best of all: they are free!
  13. I am surprised to see how many people actually uses notepad for CSS! I thought most people would go with dreamweaver...I also write down my own css, but from dreamweaver, my main choice for web coding. I am not sure if the crimson editor (open source) supports CSS, but if you want a good open source start you can try the amaya browser (http://www.w3.org/Amaya/), besides of being a browser, its also a wysiwyg (x)html/css editor, and has all the attributes in a graphic layout for you to edit...I strongly suggest you go with the code, its easier to locate bugs and stuff and its easier to control what you are doing exactly as you want it... but if you are new to this you might want to try first the graphic way, and learn from the code in the process (that's how I learnt). A good tutorial web site which I used to check often while I was learning (I'm actually still learning new things everyday) is w3schools.comGood luck...
  14. Yes, Tyseen knows what he speaks about! hehe, so Tyssen, do you have any secure validating script you can share? i have not checked those pages you posted gaea, they are opening as i type... thanks!
  15. I know what are those things you say, and as far as I am concerned, they are called XHTML ENTITIES, as the thread's title reads... what i wanted to know is if those entities are still working on things like <alt> <title> or even text generated through js <script>... Because it seem to work fine here but i am not sure if it works some where else...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.