Looking for design advice and inspiration

Hi, all. I'm designing a Dreamweaver template for our IT
department's web apps. Do you have some inspirations on
design/layout? Our apps need to take advantage of the full browser
screen (lots of data to display in grids) and need to be standards
compliant (ADA, XHTML, etc.). In other words, lots of screen real
estate but still look slick :)
Any recommendations will be much appreciated. Thanks.

There are great inspirations here:
http://cssliquid.com/category/gallery/
Cheers
Pablo
An Eye of Menorca
www.dellimages.com
"curious_Lee" <[email protected]> wrote in
message
news:evlkud$c4p$[email protected]..
> Hi, all. I'm designing a Dreamweaver template for our IT
department's web
> apps.
> Do you have some inspirations on design/layout? Our apps
need to take
> advantage
> of the full browser screen (lots of data to display in
grids) and need to
> be
> standards compliant (ADA, XHTML, etc.). In other words,
lots of screen
> real
> estate but still look slick :)
>
> Any recommendations will be much appreciated. Thanks.
>

Similar Messages

  • Looking for some advice on CEP HA and Coherence cache

    We are looking for some advice or recommendation on CEP architecture.
    We need to build a CEP application that conforms to the following:
    • HA with no loss of events or duplicate events when failing over to the backup server.
    • We have some aggregative rules that needs to see all events.
    • Events are XMLs with size of 3KB-50KB. Not all elements are needed for the rules but they are there for other systems that come after the CEP (the customer services).
    • The XML elements that the CEP needs are in varying depth in the XML.
    Running the EPN on a single thread is not fast enough for the required throughput mainly because network latency to the JMS and the heavy task of parsing of the XML. Because of that we are looking for a solution that will read the messages from the JMS in parallel (multi thread) but will keep the same order of events between the Primary and Secondary CEPs.
    One idea that came to our minds is to use Coherence cache in the following way:
    • On the CEP inbound use a distributed queue and not topic (at the CEP outbound it is still topic).
    • On the CEPs side use a Coherence cache that runs on the CEPs JVMs (since we already have a Coherence cluster for HA).
    • Both CEPs read from the queue using multi threading (10 reading threads – total of 20 threads) and putting it to the Coherence cache.
    • The Coherence cache is publishing the events to both CEPs on a single thread.
    The EPN looks something like this:
    JMS adapter (multi threaded) -> replicated cache on both CEPs -> event bean -> HA adapter -> channel -> processor -> ….
    Does this sounds sound to you?
    Are we over shooting here? Is there a simpler solution for our needs?
    Is there a best practice for such requirements?
    Thanks

    Hi,
    Just to make it clear:
    We do not parse the XML on the event bean after the Coherence. We do it on the JMS adapter on multiple threads in order to utilize all the server resources (CPUs) and then we put it in the replicated cache.
    The requirements from our application are:
    - There is an aggregative query that needs to "see" all events (this means that we need to pass all events thru a single processor and we cannot partition them to several processors).
    - Because this is a HA solution the events on both CEPs (primary and secondary) needs to be at the same order when reaching the HA inbound adapter and the processor.
    - A single thread JMS adapter is not reading the messages from the JMS fast enough mainly because it takes time to parse the XML to an event.
    - Using a multi-threaded adapter or many single threaded adapters with message selector will create a situation that the order of events on both CEPs will not be the same at the processor inbound.
    This is why we needed a mediator so we can read in multiple threads that will parse the XMLs in parallel without concerning on order of messages and on the other hand publish all the messages on a single thread to the processors on both CEPs from this shared mediator (we use a replicated cache that runs on both JVMs).
    We use queue instead of topic because if we read the messages from a topic on both CEPs it will be stored twice on the Coherence replicated cache. But if we use a queue, when server 1 read the message and put it in the Coherence replicated cache then server 2 will not read it because it was removed from the queue.
    If I understand correctly you are suggesting replacing the JMS adapter with an event bean that will read the messages from the JMS directly?
    Are you also suggesting that we will not use a replicated cache but instead a stand alone cache on each server? In this case how do we keep the same order of events on both CEPs (on both caches)?

  • What is the best program for designing event flyers? I am looking for something basic and simple.

    What is the best program for designing event flyers? I am looking for something basic and simple.

    Poor old Photoshop® is forever being put down when it comes to layout work, but it is perfectly capable, and can output a high quality print PDF the printer will be perfectly happy with.  OK you don't have the text flow between columns bells and whistles of InDesign and [spit] Publisher, but if you have a $10/month Photoshop/Lightroom subscription, instead of the $50/month full subscription, don't think you can't do a perfectly good flyer or poster.
    https://helpx.adobe.com/photoshop/how-to/align-objects-guides.html

  • Looking for some advice.

    Hi. Hope this is right forum. First post. A brief background. Years ago (2007-2008) I created a web portfolio for school. First it was in HTML (Dreamweaver) and then Flash. I hadn't really touched it in years and decided this past couple of months, after playing in the medium again, to get back into wed design, 3d, and digital content creation. That said, I went in and updated both the HTML and Flash versions with the knowledge I currently have, limited though it is. I now would like to go forward and build a completely new site and teach myself HTML, JavaScript, and WebGL along the way (possibly before hand). Hopefully I'll get working on the new site before the end of the year. In the mean time, I'm using my old site as a stop-gap measure. I've also taken books out from the library to begin journey into the above mentioned languages.
    This all said, I'm looking for some advice on what direction I should go next...look into... Does my current objective seem reasonable? Also, could anyone give feedback on what I did wrong and what I've done right on my old site. I think, as far as what went wrong, the Flash page is just too large. No one wants to wait so long for it to load. I think I got carried away with it. Also, too many sound effects. That said, I think the HTML site was constructed in an "old-fashion" way. No one makes sites like that anymore. I basically set it up in Photoshop, sliced it, and assembled it in Dreamweaver. The end result is a bunch of tables in HTML? A friend suggested I look into a CMS (?) like WordPress?
    Here's my current site: http://www.personal.kent.edu/~mstingle/
    Constructive feedback on what I did right and wrong would be great. And, where I should be looking next for rebuild of my portfolio.
    Cheers.

    WebGL is still  experimental.  Most browsers don't fully support it yet.
    http://caniuse.com/webgl
    The current trend is Responsive Web Design -- layouts that work in all devices (mobile, tablet and desktop).  This technology relies on CSS layouts (no tables) with media queries for different viewport widths.  Below is a crude example built with the FluidGrid Layouts feature in DW CS6 or CC:
    http://alt-web.com/FluidGrid/Fluid2.html  -- resize your browser's viewport to see it in action.
    Flash is dead on the web now because the world's most popular mobile & tablet devices don't support it.  Animations are mostly being built with HTML5, CSS3 and JavaScript.  See Adobe Edge Animate.
    If you're not a skilled coder and just want a basic static web site, Adobe Muse might be all you need.  http://www.adobe.com/products/muse.html   That said, Muse cannot support server-side programming so you can't use it for advanced features like CMSs, blogs, etc...
    If you're a Creative Cloud member, you can use Behance & ProSite to build & share your portfolio online.
    http://www.adobe.com/products/creativecloud/behance-community.html
    http://prosite.com/
    In terms of your own site, ask yourself how much content & which features it will need to support in the coming months/years.  If it's going to be a relatively small site (under 20 pages), a static HTML site is probably all you need.  IMO, WordPress -- a dynamic CMS built with PHP & MySql databases -- would be overkill.  However, if you plan to make your site into a  blog for example, then a dynamic CMS is an option to consider.  WordPress isn't the only kid on the block either.  There's also Drupal, Joomla!, and many more...
    Nancy O.

  • Looking for some advice on what to do about

    So I have a macbook pro - late 2007 model I guess
    2.16 core duo(just before the core 2 duo's i guess)
    2gig's ram
    ATY,RadeonX1600 256mb
    My problem itself is in 3 parts
    1.) My battery fried late 2008(have it running off the adapter since) and I was wondering if my model will fit with the 2008 model batteries? If so do you know how much it would cost(cdn dollars if possible)
    2.) My video card is from what I believe to be ruined/terrible shape. I've been using SMC fan control for awhile to sway the overheating, and it helps but I believe the damage was already done while I did not have it active while using my computer for games and other various things(MBP's seem to run insanely hot?)
    I will be calling the apple store i bought it from tomorrow but I was looking for some advice on any type of diagnostic tests I might be able to do to test my video card as well how much would it cost to replace(assuming you can't upgrade much in a laptop)
    3.) Wondering your opinion on the overall value of the computer with the replacements/without.
    It appears to run perfectly fine though sometimes when program's open up I start to see tearing and pixel's looking crazy all over my screen(assuming a fried video card)

    You can buy the battery design for any old MacBook Pro models (not the unibody). MacBook Pro from the first to the last generation uses the same battery. It cost $129 (not sure how much it cost in Canadian but probably a $20-$30 premium). As for your graphics card, Apple has a one price model for all hardware repairs ($310 or something around there and converted to Canadian probably around $350 to $360). I think you should get it replaced. The only test that I can think of is to re-install the OS and see if the problem occurs, if it does then its most likely a hardware issue. There is no standard test that's widely available. With the replacement I think the computer values in the range of $1800 to $1500) and without the repair I would say about $1350 to $1000 at best.

  • Hi Just got a iMac A1418.21.5 I am looking for some advice on what Final Cut pro would work well with it? many thanks

    Hi Just got a iMac A1418.21.5 I am looking for some advice on what Final Cut Pro  series would work well with this set up ? regards

    How much Ram? Final Cut Pro X is the only version curently developed and is available on the App Store.

  • I am looking for some advice on data roaming in Lanzarote

    Hi All I am going to Lanzarote in a few days and I am looking for some advice on data roaming, what add on's are available and how much will it cost.There isn't much info on the website.Also my son is on Orange, does anyone know what the charges will be for him? We are both on pay monthly. Thanks 

    Buying a bundle doesn't mean that your device will work aborad you need to make sure roaming is enabled on your account.
    If you have a EE extra plan you still need to make sure roaming is enable on your account your plan only gives you free/cheaper calls when abroad.
    If your wanting to enable roaming on your account there could be a deposit to pay if you haven't had the device for about 6 months.
    Unless you have paid the deposit then roaming is not enabled on your account.
    You need to activate roaming on your account by calling 150 from your device or from a landline 01707 315000 before you leave the UK.
    But you can still do this if you are abroad.
    If you have had the device/contract for 6 months or over you can login to your online account and turn on roaming yourself
    Manage this device>Usage controls>Roaming abroad - Allow and Call abroad and turn it on. If the option is not there you need to call
    It can take 24 hours to activate
    If you had this device/contract for under 6 months you need to call customer services on +44 7953 966250 from a landline.
    Once you have activated roaming you can then use this link to see what cost there is and what bundles you can have.
    http://explore.ee.co.uk/roaming/ee
    Please read this about voicemail
    http://ee.co.uk/help/getting-started/setting-up-voicemail/divert-to-voicemail
    And this
    http://ee.co.uk/articles/set-up-your-phone-for-using-abroad
    Also sending a text to 150 with the words of RO country your going to i.e. RO Spain will get you a reply of what the costs will be from that country.

  • Resources for designing redundancy and load balancing among data centers

    Hello all,
    I'm looking for resources for designing redundancy and load balancing between two physically separate data centers. I'm looking for some "best practice" links, tips, or recommendations. Any suggestions are appreciated!
    Thanks.

    I think that we can do per packet load balancing by using CEF.
    Please go to the following URL:
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fswtch_c/swprt1/xcfcefc.htm#xtocid5
    Also, you may need local director or distributed director. What resource/application is availalbe in the data centre? (e.g. http server, ftp server, TN3270 server, and so on)

  • I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    Click here for options.
    (58961)

  • The hard drive on my MacBook died and I had it replaced. I can't locate my website files and every time I try to open my idisk it looks for a name and password (even reset my apple id as prompted) I keep being told that it's the wrong name or password?

    The hard drive on my MacBook died and I had it replaced. Now I can't locate my website files and every time I try to open my finder/idisk it looks for a name and password (even reset my apple id as prompted) I keep being told that it's the wrong name or password? Any suggestions out there

    Arty ~ Welcome to the Support Communities. iWeb can't import/open published HTML/media files on your iDisk. iWeb can only open its key Domain file which contains your site data — it's usually located here:
    ...If you don't have a backup of your Domain file (e.g. via Time Machine), paragraph 2.3 of this FAQ page gives some tips on how to use published files, graphics, photos, etc., to help rebuild the site from scratch:
    http://iwebfaq.org/site/iWeb_Backup_retrieve.html
    Also this thread may help:
    Hard Drive replacement causes new/unknown user password?

  • Layout set name for Payment advice and Cheque

    Hi All
    Pls let me know the SAP standard Layout name for Payment advice and Cheque
    Regards
    Madhan D

    Hi
    Layout name:  F110_PRENUM_CHCK
    Regards
    Ansari

  • I have a dell computer with windows xp. i can not download itunes it is looking for itunes.msi and because it can not find it, i can not download itunes 10, and i can not delete itunes from my computer. HELP!!!!!!

    i have a dell computer with windows xp. i can not download itunes it is looking for itunes.msi and because it can not find it, i can not download itunes 10, and i can not delete itunes from my computer. HELP!!!!!!
    What else can I do ?

    Snow Leopard = OS X 10.6.x
    It is Not available as a download... It is a Paid Upgrade.
    Do this first...
    Check that your Mac meets the System Requirements for Snow Leopard...
    Snow Leopard Tech Specs
    http://support.apple.com/kb/SP575
    If so... Purchase a Snow Leopard Install Disc...
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Other countries...
    http://support.apple.com/kb/HE57
    After the Successful Install, run Software Update to get the latest updates for Snow Leopard.
    Be sure to make a Backup of your Current System Before Upgrading...

  • I am looking for an boolean and numeric expression evaluator. I want to be able to compare ( ,=, , or, not, and, nand, etc)and evaluate boolean/numeric expression.

    I am looking for an boolean and numeric expression evaluator. I want to be able to compare (>,=, <, or, not, and, nand, etc)and evaluate boolean/numeric expression. Does anyone know if there is any code samples anywhere. If anyone has any input, I would greately appreciate it.

    The problem is that I have to enter a string of that type (any random string), and the program should go and calculate the result for the whole stirng, by looking at which parts to calculate first (figuring out precedence), second, etc. This is like a calculator, you don't know what the user is going to enter next, so I can't just use the boolean palatte. I could use it if the equation was always of the form "a 'operator' b", where the operator is any logic or comparison operator. But that is not what I am trying to accomplish.
    Can you do logic in the formula node? I think it only allows numeric values for inputs and outputs, it doesn't let you enter in and output booleans and stuff..does it?
    Thanks,
    Yuliya

  • Looking for MI Developers and Architects

    Established company in Orange County (California) is currently looking for experienced developers and architects in SAP Netweaver Mobile. Competitive slaries, plus bonuses, we will also sponsor visas to work in the US . Please email resumes if interested to:
    anton at rapidconsultingusa.com

    You can also try posting to the Flex Jobs mailing list, if
    you haven't already:
    http://tech.groups.yahoo.com/group/flexjobs/
    hth,
    matt horn
    flex docs

  • Any suggestions?  I'm looking for a comfortable and secure drawer to house my keyboard (wired, with number pad) and magic tracker.

    Any suggestions?  I'm looking for a comfortable and secure drawer to house my keyboard (wired, with number pad) and magic tracker.

    Apples wireless magic trackpad
    http://www.apple.com/magictrackpad/

Maybe you are looking for

  • Z61T I want to upgrade hard drive and go to Windows 7

    I want to replace my 160GB HD with a larger one and move from Vista Business to Windows 7 Home. What order would you recommend that I do this and do I require any thing else to make this happen?

  • IMac won't start if iSight is plugged in

    If the external iSight camera is connected to my parents' iMac it won't start and they hear clicking sounds. Disconnecting the iSight from the FireWire port, however, solves the problem and the iMac turns on fine. They are running an iMac G5 with 10.

  • Plz help, trouble impoting vidoe file to itunes.

    ok, so i wanted to add a video file to the library, so i found out how, and did this: 1. click file, add file to library 2. found the file and double clicked it. it was supposed to impot it to my library right??? but it didn't!!, it didn't do anythin

  • External monitor fullscreen

    Pretty straight forward issue.  My external monitor extends the edges of the screen out past the viewable portion of the screen itself.  IE when I put youtube/vlc/anything into fullscreen all the edges are chopped off.  Top bottom left and right.  I

  • How work 800Mhz Ram on 975x Pue ?

    Anyonw know how  Ram work on 800MHz on my pc ?