DLNA would be a nice feuture for Bulletin Board

A nice feature for the bulletin board would be sharing on a dlna renderer.
windows 7 can send multimedia out of the exporer ("Play to") to a dlna renderer (e.g. TV set).
The bulletin board is missing this option.
I would imagine anything like the dlna sharing on a Tablet S.

Nice thoughts. It will be nice that Toshiba software engineers read this forum. ;)

Similar Messages

  • Creating a regex.Pattern for bulletin board tags

    I'm making a BB code system and have a problem making my patterns do as I like. At least when they are nested.
    For example, I'm using the this pattern:
    \\[b\\](.*?)\\[/b\\]And I'm replacing it with this:
    <b>{0}</b>If I apply this to the text:
    This is my text with bold words. Sometimes the tags [b]are nested[/b].It will turn into this (with a little cleaning.):
    This is my text with <b>bold</b> words. <b>Sometimes they are</b> nested.But what I really wanted, was this (with a little cleaning.):
    This is my text with <b>bold</b> words. <b>Sometimes they are nested</b>.I've tried a lot of different things, but always seems to run into a dead end. I'm hoping it's simply because I do not know enough about patterns, but I could really need some inspiration or guidance. Seems I'm running out of new things to try.
    Edited by: bsindu on Dec 5, 2007 1:44 AM

    It could be done using some replaceAll(...) operations:
    public class Foo {
        public static void main(String[] args) throws Exception {
            String text = "This is my text with bold words. Sometimes the tags [b]are nested[/b].";
            String s = text.
                        replaceAll("(\\[.\\][^\\[]+)\\[.\\]", "$1").    // replace the last tag of two successive 's
    replaceAll("\\[.\\]([^\\[]+\\[.\\])", "$1"). // replace the first tag of two successive 's
                        replaceAll("\\[(/?.)\\]", "<$1>");              // replace all and with <b> and </b>
            System.out.println(text);
            System.out.println(s);
    }Either a Pattern or a replaceAll(...) solution, both are a bit of a hack, if you ask me.

  • Login and bulletin board

    I am in the process of redesigning our intranet. How hard is
    it to have a login to a part of this site? What I am hoping to do
    is to create a bulletin board for employees, but not everyone would
    see it. There would also be documents posted within this secure
    area. Any help you can give me on creating this login option and
    bulletin board would be greatly appreciated.

    unless it's actually more complex than what you're
    describing, i would
    just use a forum. you can set it so that only registered
    users can log
    in and see everything. and you can upload files and stuff.
    there's lots of free ones out there, but i'm partial to phpBB
    forums
    (the "BB" actually stands for bulletin board), myself.
    http://www.phpbb.com/
    i would take a look at that and see if it can do what you're
    looking for.
    msvobodabe wrote:
    > I am in the process of redesigning our intranet. How
    hard is it to have a
    > login to a part of this site? What I am hoping to do is
    to create a bulletin
    > board for employees, but not everyone would see it.
    There would also be
    > documents posted within this secure area. Any help you
    can give me on creating
    > this login option and bulletin board would be greatly
    appreciated.
    >

  • Why can't you fix the theme in iPhone so it's black for exampel? It would be much nice!!! :)

    Why can't you fix the theme in iPhone so it's black for exampel? It would be much nice!!! :)

    http://www.google.se/imgres?um=1&hl=sv&sa=N&biw=1280&bih=709&tbm=isch&tbnid=xQZ9 2n7EiwlMEM:&imgrefurl=http://iphoneroot.com/t9-for-iphone-cydia/&docid=u4eAIeebp mV7WM&imgurl=http://iphoneroot.com/wp-content/uploads/2009/02/t9.png&w=320&h=480 &ei=2B_OT-vTAqn14QSmtoixDA&zoom=1&iact=rc&dur=462&sig=101681684250595658866&page =1&tbnh=162&tbnw=108&start=0&ndsp=19&ved=1t:429,r:1,s:0,i:74&tx=64&ty=29
    i want it to look like that, how do i fix that?

  • Would have been nice if Verizon had given me a heads up that a SIGNATURE WOULD BE REQUIRED for fedex to deliver my new iPhone6

    Guess, I will have to wait until Monday to get my iPhone.  So ******.

    sure...
    How about this... My email with tracking information states "Signature is required upon delivery"
    That would have been nice.
    David

  • One more solution for Silent Monitoring Windows 7 64-Bit - ERROR VOIP2037 Unable to open the NIC adapter for sniffing.

    Hi,
    we are using UCCX 8.5 SU3.
    After replacing the actual agent workstations with Windows 7 64-bit we had to face problems with the silent monitoring. (no sound at all and in the CSD the usual error popup "Silent Monitor-Session failed...").
    In the CAD logfile I found the errorcode. "ERROR VOIP2037 Unable to open the NIC adapter for sniffing. Please reconfigure the installation."
    After investigating the logfiles, starting postinstall.exe a hundred times and reading the Configuring and Troubleshooting VoIP Monitoring Guide.
    I just learnt about the wonderful tool nicq.exe.
    And so i found out that the driver spcd.sys wasn't installed.
    Check in the registry for "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SPCD"
    It seems to me that the "Cisco Supervisor Desktop.msi" never installs the driver one a Windows 7 64-bit.
    After starting the NICQ.EXE as administrator the driver is being installed.
    Test 1: Check Driver Status
    Driver not installed. Attempting to install it...
    Driver has now been successfully installed.
    SPCD Driver service is not running. Attempting to start it...
    SPCD Driver service is now running.
    Test 1: SUCCESS
    And after that the silent monitoring works again like a charm.
    Maybe that info help someone.
    kind regards, sebastian

    Excellent information, this has been driving me crazy for a while now.  Once i saw this info I was able to get it resolved rather quickly.
    +5 for you, (I tried to click it above but it would not let me.)

  • Looking for a nice solution for different cases with nearly same operations

    Hi everybody:
    I'm looking for a nice solution for the following problem:
    I'm measuring different data at the same time (with different devices).
    I would like to save these data all in one array (or cluster?), but I
    don't know exactly the way to do this. All values have corresponding
    time values. So for one data type it would result in a 2d array,
    wouldn't it? But how can I save different data types with their time
    values in one array? Or should I take a cluster? And how can I get only
    a certain type of data out of this array or cluster again? E.g. if I
    only need data type "3" with its time stamps for evaluation? I would
    really appreciate an example, I work with LV 7. Thanks!
    Then - for evaluation - I only need one data type of these different
    data. Which one I would like to choose via the frontpanel (it changes
    from test to test). So, I thought of a case structure (where I can
    choose which data type and correspondingly which evaluation way). The
    evaluation steps for the different data types are quite the same, but
    can vary in order of execution. I could write for every case the
    (nearly) same evaluation steps, but this would take a lot of time, plus
    if I need to change one step I need to change it in every case.
    Does anybody know a better way?
    Thank you very much in advance,
    Steffi

    steffi.kono wrote:
    In this example I have four arrays, which I would like to save alltogether in one file. First column should consists of time stamps, second column of value type 1, third column of value type 2, ... How can I solve this?
    Built the 4 1D arrays into a 2D array, the use write to spreadsheet file.
    steffi.kono wrote:
    And, after that, how can I display only the second coulmn (e.g.) and time stamps in a waveform chart from this file? Or how can I say in LabVIEW: "display the last 30 values of column three over the time in a waveform chart"?
    There is "array subset", which allows you to get any desired subset from an array. If yoyu want entire rows or colums, use "index array".
    To display the last 30 values in a chart, just feed the data to a chart with the history size set to 30 elements. The rest will fall into place.
    LabVIEW Champion . Do more with less code and in less time .

  • I am having the  problem . it says it shouldnt take more than 3 minutes then i get this message Could not activate iphone. i have taken the sim card out and put it back in even then its of no use. if any one out there can help us it would be very nice

    i am having the  problem in my 3gs iphone. it says it shouldnt take more than 3 minutes then i get this message Could not activate iphone.
    i have taken the sim card out and put it back in even then its of no use.
    if any one out there can help us it would be very nice of them. thank you for your time.

    I can not get to iPhone screen, so no way to get to Settings. That is the problem. When I connect phone to iTunes I get screen asking to insert SIN card. On the phone I'm getting Cinfigure screen asking Launguage , Country or Region, Wi-Fi, ( I can connect to my home wi-fi), and last screen "Activating your iPhone". After two minutes of waiting IM getting message: Your iPhone could not be activated because the activation server in temporary unavailable. try connecting to iTunes or try later or contat apple.com/support.
    Like I mention, I went to Bell as well Rogers store and tried to insert active SIM card with no results.
    Yes, my friend unlock the phone to use with Rogers but I don't know where

  • Quick question regarding best practice and dedicating NIC's for traffic seperation.

    Hi all,
    I have a quick question regarding best practice and dedicating NIC's for traffic seperation for FT, NFS, ISCSI, VM traffic etc.  I get that its best practice to try and separate traffic where you can and especially for things like FT however I just wondered if there was a preferred method to achieving this.  What I mean is ...
    -     Is it OK to have everything on one switch but set each respective portgroup to having a primary and failover NIC i.e FT, ISCSI and all the others failover (this would sort of give you a backup in situations where you have limited physical NICs.
    -    Or should I always aim to separate things entirely with their own respective NICs and their own respective switches?
    During the VCAP exam for example (not knowing in advance how many physical NIC's will be available to me) how would I know which stuff I should segregate on its own separate switch?  Is there some sort of ranking order of priority /importance?  FT for example I would rather not stick on its own dedicated switch if I could only afford to give it a single NICs since this to me seems like a failover risk.

    I know the answer to this probably depends on however many physical NICs you have at your disposal however I wondered if there are any golden 100% rules for example FT must absolutely be on its own switch with its own NICs even at the expence of reduced resiliency should the absolute worst happen?  Obviously I know its also best practice to seperate NICs by vender and hosts by chassis and switch etc 

  • WinPE NIC driver for Lenovo ThinkCentre M72e (4004)

    I am trying to deploy our windows image to a new group of Lenovo ThinkCentre M72e (4004) when they pxe they would just reboot.  I pxe booted again and hit f8 did an ipconfig and no network address.  I know the NIC is a relteck so I went to the
    site download the nic drivers for windows 7 and imported them and updated by boot image.
    http://support.lenov...&DocID=HT073565
    But I still PXE and get no ip address I am on the same vlan as my server and when I login to another computer on that port I get an IP.  So I am pretty sure I have a driver issue.  I loaded that driver in windows 7 and it is defiantly the right driver
    for the model.
    Can someone help me out thanks.
    lipanitech | http://www.allamericancomputerrepair.com | A+,Network+,Linux+,Security+,MCTS,HP Pro

    Hi guys. I hope this helps you. This is the file you need for the Lenovo M72e. I have successfully deployed this with ConfigMgr 2012 RTM
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • What would be really nice...

    okay so we all have our stuff we wish apple would integrate with the iphone and as for this whole month i have owned my iphone i realized something...i travel alot for work and i constantly need updates with time and stuff and one nice thing about the iphone is the worldclock and a weather widget
    my only wish though is that it would have been nice if apple just mixed those two at the same time so that if I am flying out from one place to another...instead of going back and forth with the clock and weather...it would be nice to have that one app with the time on that specific place and the weather information as well...
    I hope something like that soon

    Why would you suggest that to us other users in a technical support forum?  That's a waste of your time as well as ours.
    Feedback goes here:  http://www.apple.com/feedback

  • How would I search the hastable for homer?

    This is an example that I did awhile back. I currently messing around with it just as a review. I got stuck on how I can implement a search for my hashtable. Here is what I have so far
    import java.util.*;
    public class SimpsonsClient {
        public static void main(String args[]) {
          Hashtable hash = new Hashtable();
          Student st1 = new Student("Homer", "Simpson", "0");
          Student st2 = new Student("Marge", "Simpson", "0");
          Student st3 = new Student("Bart", "Simpson", "0");
          Student st4 = new Student("Lisa", "Simpson", "0");
          Student st5 = new Student("Maggie", "Simpson", "0");
          System.out.println("Adding values to hash");
          hash.put(st1.getAge(), st1);
          hash.put(st2.getAge(), st2);
          hash.put(st3.getAge(), st3);
          hash.put(st4.getAge(), st4);
          hash.put(st4.getAge(), st5);
          System.out.println("Does the hash have st1?:" + hash.contains(st1));
          System.out.println("Is the hash code empty?" + hash.isEmpty());
          //Search for homer?
          System.out.println("Hash contain Homer?" + hash.get("Homer"));
        }Output Looks like this:
    Adding values to hash
    Does the hash have st1?:true
    Is the hash code empty?false
    Hash contain Homer?null
    I just would like to know how I can do a search for homer and pull his records off like the name, age, and the field of 1.
    Thanks

    import java.util.*;
    public class SimpsonsClient {
        public static void main(String args[]) {
          Hashtable hash = new Hashtable();
          Student st1 = new Student("Homer", "Simpson", "0");
          Student st2 = new Student("Marge", "Simpson", "0");
          Student st3 = new Student("Bart", "Simpson", "0");
          Student st4 = new Student("Lisa", "Simpson", "0");
          Student st5 = new Student("Maggie", "Simpson", "0");
          hash.put(st1.getAge(), st1);
          hash.put(st2.getAge(), st2);
          hash.put(st3.getAge(), st3);
          hash.put(st4.getAge(), st4);
          hash.put(st4.getAge(), st5);
        }I can't really tell actually. You haven't included a definition for the Student class. If it's something like this:
    public class Student
      public String getName();
      public String getSurname();
      public String getValue(); // the third field
    }In the old jdk 1.1 API
    public static boolean tableContainsStudent(Hashtable table, String name)
      for(Enumeration students = table.elements(); students.hasMoreElements(); )
        if (((Student)students.nextElement()).getName().equals(name)) return true;
      return false;
    }It's quite similar with Collections API
    for (Iterator students=table.values().iterator();students.hasNext(); )
      if (((Student)students.nextElement()).getName().equals(name)) return true;
    return false;
    ...I don't think the Hashtable is optimal at all for searching this way. It would be much nicer if you can do a binary search, but that requires more thinking when designing the storage class.
    greets.

  • I would like to create pages for our yearbook what is the best software

    I would like to create pages for our yearbook what is the best software - pages does seem limited.

    fruhulda wrote:
    Network 23 wrote:
    Keynote...it could make a book, but it's probably questionable whether you'd want to manage hundreds of pictures and lots of pages with it.
    Why is that questionable?
    Because Keynote does not have the industrial-strength tools to handle long form text and large numbers of graphics. When you make a long or complex document, you sometimes have to go in and fix problems in bulk, like text formatting, or updating graphics, or finessing the layout on 200 pages, things like that. A program like InDesign can deal with it through things like paragraph styles, character styles, table styles (not one-off styles, but the kind that let you update a style name and have all text that uses that style update across all pages), or a powerful link manager that lets you keep graphics outside the document so you can easily update them by reference, in bulk if needed. InDesign also has some great tools like the ability to import multiple photos at once and have them place on the layout as a nice yearbook-style grid, the instant they land on the page, without having to arrange them after they come in.
    Finally, an app like InDesign knows how to print to a commercial press, or how to produce a press-ready PDF. Keynote has no idea.
    A yearbook can run a couple hundred pages and involve hundreds of photos. I would not touch such a project with anything that wasn't truly up to the task. The best software would be InDesign or QuarkXPress. Word is not good enough. Pages is not good enough. You will tear your hair out as you fix problems on page after page, photo after photo. Keynote would probably be laughable for a yearbook. I use Keynote for presentations, Keynote is the best at what it does. A yearbook is nothing like a presentation.

  • A nice case for a 15" MBP?

    So I am thinking of getting a nice case for my future MacBook Pro. I was looking into getting a Marware CEO Milano.
    Of you who own this case: how do you like it, does the leather hold up well under rain, and I am going to need to put a 150 sheet spiral and a notebook along with the possible power adapter in this case so can it fit these items along with the MBP without looking obscenely bloated?
    Also, if any of you have any other nice cases that I can sling over my shoulder, that would be great!
    Dual 2.7 Ghz PowerMac G5
    1.83 Ghz MacBook (32-bit)
      Mac OS X (10.4.9)  
    G5=2.5 GB RAM, ATI Radeon 9800 Pro (128 MB VRAM)
    MB=1 GB RAM

    Hi,
    I'm using a Brenthaven Metro which offers the best protection I've seen so far (using apple laptops for 8 years now). I especially like the screen protection on BOTH sides and that the MBP is cradled in a way that it cannot move around. This bag is strictly a Laptop and some limited other stuff too.
    So for your needs (spiral notebook, notebook, poweradapter, stuff…) the Brenthaven Metro deluxe might be more appropriate. Check it out, its well worth the price with a lifelong guarantee.
    www.brenthaven.com
    After all a MBP is worth a LOT of money too.
    Greetings,
    Rolf
    MBP C2D 2.33 GH, 160GB HD, 2GB Ram   Mac OS X (10.4.9)  

  • WIRELESS NIC CARD for HP6126UK.

    Hi I would like to know what WIRELESS NIC CARD for HP6126UK would be suitable, as i would like to connect to a wireless connection.

    Hi:
    The easiest thing to do is to purchase an external usb wireless adapter for your PC.
    That way you don't have to be concerned with what will specifically work for your PC.
    All external usb adapters should work.
    Something like this:
    http://www.amazon.co.uk/Linksys-Dual-Band-Wireless-N-Adapter-Antenna/dp/B0080K6OXO/ref=sr_1_1?ie=UTF...

Maybe you are looking for

  • IPhone 3GS not being recognised by MacBook Pro

    hello. just a few days ago i was able to sync my iPhone 3GS via iTunes to my laptop using the supplied USB cable. Today when I tried, nothing, the iPhone doesn't do anything and iTunes doesn't launch. The only update I have put on my machine is the r

  • Urgent :how to edit a pdf (interactive form)

    Dear Expert, i have a web dynpro application where in need to increase the length of a table in pdf (interactive form ) how can i do this .

  • Comparison with Business Connector

    I went through one of the presentations posted on XI E-learning - Relationship between XI and SAP BC by Elvira Walis. In this presentation, it is said that SAP BC is based on point-to-point connectivity.  But can I not have two or three senders and t

  • Can't import songs from CDs

    I have had nothing but problems since upgrading from iTunes 4.something to 6.2. I only upgraded so that I could start downloading podcasts - the podcasts work great, but now whenever I try to import a CD, it will take about 20 minutes per song to imp

  • There was a problem downloading the software for the ipod. Network connection timed out

    There was a problem downloading the software for the ipod. Network connection timed out. This is for the latest ios for the iPod touch. Already walked through the steps to validate that all settings were correct with the firewall, Windows defender ha