Get jQuery Document Ready to work in a Custom Layout Page

Hi
Working with a branding company I have placed my Bootstrap and JQuery files at the bottom of my custom Master page 
</footer>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js">//<![CDATA[
//]]>
</script>
<script type="text/javascript" src="/Style%20Library/Client/js/bootstrap.min.js">//<![CDATA[
//]]>
</script>
<script type="text/javascript" src="/Style%20Library/Client/js/bootstrap-datepicker.js">//<![CDATA[
//]]>
</script>
All good!  Now if I add a   $(document).ready(function()  below the above definitions  and say have a date picker widget marked up this
works.  
I have noticed that in my case I am unable to run document ready function at the custom page layout level- only the one in the custom master file is ever executed -  I have tried moving the above definition files into the header as per the sample in
Bootstrap2.html but SharePoint simply removes them  during the conversion. Moving the same document ready function out of the master into the layout page doesn't work
 I guess my question is am I am have a unique document ready function at the page layout level as this I would have thought this would be possible -  In my case I need my JQuery functon to perform some runtime branding that is unique per  page
Daniel
Freelance consultant

for a quick and dirty implementation, I coded this up which works.  I will see about the other implementation as suggested by Hugh as I am not entirely happy about loading the document ready as there is a slight delays as the body class is set and the
page is rendered 
var bodyCSS ;
function SetBodyCSS()
var ctx = new SP.ClientContext();
var site = ctx.get_site();
var web = ctx.get_web();
// construct a json object
ctx.load(web);
ctx.executeQueryAsync(function(s, a){
var siteBodyContainerCSS = {
"Sales": "Pink",
"IT": "burgundy"
// lookup the class to set from the title
bodyCSS = siteBodyContainerCSS[web.get_title()];
// only bother to set if not null , undefined or empty
if (bodyCSS)
$('#s4-bodyContainer').removeClass("default");
$('#s4-bodyContainer').addClass(bodyCSS);
else
alert( ' no body css class defined for ' + web.get_title()) ;
// now call this to get the body css class
//]]>
</script>
</a>
<script type="text/javascript">//<![CDATA[
$(document).ready(function() {
ExecuteOrDelayUntilScriptLoaded(function () {
/* your code here */
SetBodyCSS();
}, "sp.js");
$('#dp6').datepicker();

Similar Messages

  • Can't get headers and footers to work - after I enter something (page

    I can't get headers and footers to work - after I enter something (page #, etc) it will show up on the first page but not subsequent pages - what am I doing wrong?!

    Inspector > Layout > Section > Use previous headers and footers
    Peter

  • JQuery $(document).ready

    Hi, I was wondering is there something in Spry that equals
    what is $(document).ready in jQuery? This is called when the DOM is
    ready but page images might still be loading and this would be
    called before window.onload...
    Thanks

    Spry.Utils.addLoadListener(function(){
    i think.
    function from SpryDOMUtils.js

  • How to get the document type, name and revision from the search page cv04n

    Hello,
    After performing cv04n and getting a list of documents satisfying the search criteria, how can I then get the document type, name and revision of the selected document using ABAP?
    Thanks

    HI,
    IN table DRAW... u have Document type, Version and document number.
    In Table DRAT also u get Document Type, Version, Number and Description of Doucment.
    Regards
    SAB

  • How do I get a document from Microsoft Works Word to a PDF file?

    I do not know how to transfer a Microsoft works word document to a PDF file.  If anyone can help, I would appreciate it.  I have an HP w2338h desktop computer with Windows 7.

    That model number refers to a monitor: http://h10025.www1.hp.com/ewfrf/wc/product?product=3770742&lc=en&cc=us&dlc=en&task=&lang=en&cc=us
    As far as the question - save Microsoft works as a pdf: http://www.ehow.com/how_5808846_convert-ms-works-pdf-files.html
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • Export Button not working properly in custom OAF page.

    Hi,
    I have a custom page with a table region is there. There is an export button which exports the rows in an excel sheet.
    But it is not working properly, as all the rows are not getting extracted.
    Properties set for the export button::
    Export all rows :: False
    Any sugestion is highly appreciated.
    Regards,
    Arindam.

    Hi Arindam,
    Refer below links.
    Mukul's Oracle Technology Blog: Implementing Export Button Functionality Programatically
    http://dilipoaf.blogspot.in/2013/02/export-selected-rows-data-functionality.html
    Thanks,
    Dilip

  • JQuery slideshow doesn't work

    Now that I have the javascript code in the right place in the head, and I have followed all the other instructions to get a jQuery slideshow into my webpage, are there any ideas why it doesn't function as a slideshow please?
    In browser preview, one piece of javascript code shows at the top of the page
    jQuery(document).ready(function($) { $('#SWAP').cycle({ fx: 'fadeZoom'}); });
    and the images for the slideshow are all showing on the page one underneath the other.
    Here's all the code for the page, with the relevant code for the slideshow in BOLD:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><!-- InstanceBegin template="/Templates/lunaire4_temp.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <meta name="description" content="The most recent review of Lunaire Collective printed in The Australian newspaper.">
    <meta name="keywords" content="review, The Australian, Whistler, Tom Green, Birtwistle secret theatre">
    <title>LUNAIRE COLLECTIVE: Reviews and photos of Lunaire Collective - News and Reviews</title>
    <!-- InstanceEndEditable -->
    <link href="desktop.css" rel="stylesheet" type="text/css">
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.js"></script>
    jQuery(document).ready(function($) {
    $('#SWAP').cycle({ fx: 'fadeZoom'});
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="133" id="FlashID" title="Lunaire Collective with moon animation">
        <param name="movie" value="lunaire_banner.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="7.0.70.0">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="lunaire_banner.swf" width="1024" height="133">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="7.0.70.0">
          <param name="expressinstall" value="Scripts/expressInstall.swf">
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object><!-- end .header -->
      </div>
      <div class="nav">
      <ul>
      <li><a href="index.html">HOME</a></li>
      <li><a href="about_us.html">ABOUT US</a></li>
      <li><a href="concerts.html">CONCERTS</a></li>
      <li><a href="news.html">GALLERY</a></li>
      <li><a href="composers.html">COMPOSERS</a></li>
      <li><a href="contact_us.html">CONTACT US</a></li>
      </ul>
      </div>
      <!-- InstanceBeginEditable name="leftContent" -->
      <div class="sidebar1">
      </div>
      <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="centreContent" -->
      <div class="content" id="SWAP">
       <img src="slideshow/slide00.jpg" width="600" height="338" alt="The Lunaire Collective members"/>
       <img src="slideshow/slide01.jpg" width="600" height="338" alt="Lunaire in the recording studio"/>
       <img src="slideshow/slide02.jpg" width="600" height="338" alt="Lunaire in quartet form"/>
       <img src="slideshow/slide03.jpg" width="600" height="338" alt="Lunaire in duo form"/>
       <img src="slideshow/slide04.jpg" width="600" height="338" alt="Lunaire in quartet form"/>
       <img src="slideshow/slide05.jpg" width="600" height="338" alt="Lunaire at Tyalgum festival 2014"/>
       <img src="slideshow/slide06.jpg" width="600" height="338" alt="Lunaire with Hartley Newman"/>   <!-- end .content -->
      </div>
      <!-- InstanceEndEditable -->
      <div class="sidebar2">
        <h2>UPCOMING CONCERTS</h2>
        <p><a href="concerts.html">Wed 25 Mar 1:05pm<br>
          Classic Wind<br>
          Quintets<br>
          at QCGU</a></p>
        <p><a href="concerts.html">Wed 3 Jun 6:00pm<br>
          Romantic<br>
          Revue<br>
          at QCGU</a></p>
        <p><a href="concerts.html">Wed 10 June 6:00pm<br>
        Winds at<br>
        Twilight<br>
        Toowoomba</a></p>
        <p><a href="concerts.html">Sat 11-13 Sept <br>
      Tyalgum Music<br>
      Festival</a></p>
        <p><a href="concerts.html">Wed 14 Oct 6:00pm<br>Carter<br>at QCGU</a></p>
      <!-- end .sidebar2 --></div>
      <div class="footer">
      <div class="footer2">
      <p><a href="index.html"><img src="graphics/lunaire_logo_transparent_no_outline.jpg" alt="Lunaire Collective Logo" width="171" height="97" class="fltlft"></a><a href="http://www.griffith.edu.au/music/queensland-conservatorium" target="_blank"><img src="graphics/Griffith-logo-colour.png" alt="Griffith University Logo" width="236" height="63" class="fltrt"></a></p>
      </div>
      <div class="footer3"><p class="italics">&copy; 2013 Lunaire Collective. All rights reserved.</p>
      <p class="italics"><a href="http://www.web.prohasky.com.au" target="_blank">Web design by Glenn Prohasky</a></p>
      </div>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    <!-- InstanceEnd --></html>

    Change this -
    <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.js"></script>
    jQuery(document).ready(function($) {
    $('#SWAP').cycle({ fx: 'fadeZoom'});
    To this -
    <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.js"></script>
    <script>
    jQuery(document).ready(function($) {
    $('#SWAP').cycle({ fx: 'fadeZoom'});
    </script>
    Assuming everything else is in the right place, that should do the trick. But here's a suggestion - put the two external links ABOVE the editable region in the template. That way, all files will link to those two jquery files (it won't matter since they are cached locally) and then all you'd need to put into the editable region would be the embedded script -
    <script>
    jQuery(document).ready(function($) {
    $('#SWAP').cycle({ fx: 'fadeZoom'});
    </script>

  • I need help getting my Documents synched with my computer so I can save them... how does this work on the CENTRO?

    I've tried everything and the versamail on my palm doesn't work because of a glich so I have no way of getting my documents off my palm. It's really irking me that I can write on the go, but can't acess my stuff even when i'm at home.
    can someone help me figure this out?
    Post relates to: Centro (Sprint)

    Documents to Go synchronizes with the Documents to Go Desktop application, which is free bonus software you must download and install on your computer to establish the sync conduit. I don't have a Centro so I don't know exactly where on Palm you download it from, details should be on install CD or in Getting Started.
    Post relates to: Palm TX

  • Document.ready() in jQuery

    Hi,
    On jsf fragement page, I want to do something when the is loaded. So, in jQuery, I do this.
    <af:resource xmlns:af="http://xmlns.oracle.com/adf/faces/rich type="javascript">
    $(document).ready(function() {
    // Handler for .ready() called.
    alert('load');
    $("input[name='" + "T:prof:businessS:viewbusiness:oliit4" + "']").attr("readonly", true);
    </af:resource>
    The ready() is called only when the page is just loaded. If I go to another page, and come back to the page, ready() is not invoked. If I hit “F5” to refresh the page, I got the alert. Is it supposed to fire the alert every time a page is loaded or “clicked”?
    Thank you.

    can you try having a pageTemplate and use the template in all your page..
    and inside the pageTemplate you can have the following code
    <af:clientListener method="loadJquery()" type="load"/>and at the top you can have as
    function loadJquery() {
          $(document).load().scrollTop(0); // or any other code
         }

  • When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet. Example- MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related; boundary="====Boundary===="

    I have a Macbook Air. I have MS office installed and work in Excel often with no issues. But When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet.
    Example-
    MIME-Version: 1.0
    X-Document-Type: Workbook
    Content-Type: multipart/related; boundary="====Boundary===="
    --====Boundary====
    Content-Location: file:///C:/HOLD.XHT
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta name="Excel Workbook Frameset">
    <xml>
    <x:ExcelWorkbook>
      <x:ExcelWorksheets>
       <x:ExcelWorksheet>
        <x:Name>BTB</x:Name>
        <x:WorksheetSource HRef="./IBIT0001.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>GSM</x:Name>
        <x:WorksheetSource HRef="./IBIT0002.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>RODetail</x:Name>
        <x:WorksheetSource HRef="./IBIT0003.xht"/>
       </x:ExcelWorksheet>
      </x:ExcelWorksheets>
    </x:ExcelWorkbook>
    </xml>
    </HEAD>
    </HTML>
    --====Boundary====
    Content-Location: file:///C:/IBIT0001.xht
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <style>
    <!--table
            {mso-displayed-decimal-separator:"\.";
            mso-displayed-thousand-separator:"\,";}
    @page
            {margin:1.0in .75in 1.0in .75in;
            mso-header-margin:.5in;
            mso-footer-margin:.5in;
            mso-page-orientation:landscape;}
    tr
            {mso-height-source:auto;}
    col
            {mso-width-source:auto;}
    br
            {mso-data-placement:same-cell;}
    .style21
            {color:blue;
            font-size:10.0pt;
            font-weight:400;
            font-style:normal;
            text-decoration:underline;
            text-underline-style:single;
            font-family:Arial;

    Try search/ask in the forum devoted entirely to Excel issues:
    http://answers.microsoft.com/en-us/mac/forum/macexcel

  • I was filling 20 page online document. I had finished it and all of a sudden I swiped it off screen I got it back up but I now don't know how to get on screen 2 hrs work. Help

    Fniished filling document took 2 hours. Then accidentally swooped page off screen got it back but came up with send or cancel cancelled it but kep coming up pressed send then lost document. Can't get back. Where does it go to. Need to retrieve. So much work in it. Thanks

    it is possible that zoom maybe enabled i think double taping with three fingers should disable it.
    or you can go into settings>general> assessability> zoom and turn it off.
    hope this helps

  • I'm trying to read some XML data from temperature logger over my network. I'm using LabView version 2009 sp1. I'm using the URL Get Document Vi. It works fine when using Internet sites like google or foxnews etc...

    I'm trying to read some XML data from temperature logger over my network.  I'm using LabView version 2009 sp1.  I'm using the URL Get Document Vi.  It works fine when using Internet sites like google or foxnews etc...
    When I use it with my temperature logger most of the time I get an Error 66...but some times it does work and actually retrieves the document. 
    I can use the same address "http://172.22.21.68/XMLfeed.rb" (Internet Explorer or Google Chrome) in my browser and get a response every time.  When accessing from my browser the server in the temperature logger does take around 6 seconds to respond, but it does respond every time. 
    Is the URL Get Document Vi exceeding a timeout?  If so, where can I set it to wait longer?
    Attachments:
    Error 66.jpg ‏183 KB

    It looks like the TCP Buffered Read has a 2.5 sec timeout, I believe that is where I had trouble as well.  Try creating your own URL Get HTTP Doc vi in which you call URL Get Document in normal mode, with an appropriate number of characters to fetch (enough characters so that you capture all the important data in the XML file).
    Attachments:
    ex1.PNG ‏33 KB

  • How do i get My Documents files from PC to work on my new macpro, how do i get My Documents files from PC to work on my new macpro, how do i get My Documents files from PC to work on my new macpro

    I have just purchased my first Mac after using PC for years. I dont need to move programs over but I do need to get my document files to open and be useable on the Mac. I have Office on the PC and Office for Mac on the Mac. I have tried copying the files to a portable drive, plug into the Mac and can open both Word and Excel and can edit however cannot save the edited document as it tells me the file is read only and then that the disc might be full, which it isnt as I have checked.
    Is it because the portable drive is NTFS format and the Mac wont recognise this? If so what do I do?
    Thanks hopefully

    russellfromblackburn south wrote:
    Is it because the portable drive is NTFS format and the Mac wont recognise this? If so what do I do?
    Yes, this is exactly what is causing the problem. Macs cannot write to NTFS formatted drives, only read. You must move the documents to the internal HDD/SSD of the Mac to be able to edit them.
    Or, since you say you don't want to move the documents to the internal storage, you'll need to format the external HDD as FAT32.

  • How do i get a document from 'Pages' to 'Mail'? iused to work by using 'Share' from the menu?

    How do I get a document from Pages into mail?

    Open Finder, find the file you want to email, right click on it, choose Share>Mail
    Alternatively, if you're already composing an email in Mail and want to add the file as an attachment, choose the attach button on the right of the new message's header and navigate to the file and select it.  You can also click on File in the menu bar of a new email you're composing and choose "Attach Files" and navigate to the desired file.

  • JQuery Colorbox Plugin Not Working Properly in IE - HELP!

    This is a convoluted issue and I will do my best to explain. I am setting cookies in a page that will show a lightbox on the first visit. It works great in FF, Chrome, etc. but does not in IE.
    What happens in IE is the script for calling my lightbox (colorbox) fires but all I see is the AJAX Loader spinning and the content never loads. I figured out that the script was firing too soon. I was using $j(document).ready(function() I switched to: $j(window).load(function() and all seemed to be fine and it worked properly until I start from another page and come to the page mentioned above.
    If I start on any other page and click a link I have the same issue! The cookie works properly and does not fire the box a second time.
    In other words if I clear cookies and start at the page with an issue then no issue. BUT if I start from any other page (with cookies cleared) and go to the above page the colorbox does not load properly.
    From what I can tell the $j(window).load(function()is not working correctly.
    I receive no errors from IE. I am using IE 8 for testing and cannot test 9 as I am using Windows XP. The script is in the <head> of my document. (If I move the script into the <body> it completely breaks the page in IE)
    I have read of issues of DOCTYPE not being correct or shortend and colorbox issues in IE. My DOCTYPE is as follow which should be correct:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    Any thoughts or ideas are greatly appreciated!
    Here is my code I am using:
    Javascript
    var $j = jQuery.noConflict();
    $j(window).load(function() {
      //window.onload = function() does not function properly either...
      if(!$j.cookie('gallerycookie')){
        $j.colorbox({
          inline:true,
          href:"#gallery-nav-instruct"
        $j.cookie("gallerycookie", 1, {
          expires: 30,
          path: '/'
    HTML
    <div style="display:none">
      <div id="gallery-nav-instruct">
        <h2>Gallery Navigation Instructions - Step 1</h2><h2 style="text-align:right">
          <a style="text-align:right;" class="inline cw" href="
             #gallery-enlarge-instruct">Step 2</a></h2>
        <p> </p>
        <p class="white"><img src="/Images/Pages/gallery-navigation.jpg" width="890" height="450" alt="Gallery Navigation Instructions" /></p>
      </div>
    </div>
    <div style="display:none">
      <div id="gallery-enlarge-instruct">
        <h2>Gallery Navigation Instructions - Step 2</h2>
        <p> </p>
        <h2><a class="inline cw" href="#gallery-nav-instruct">Step 1</a> </h2>
        <p class="white"><img src="/Images/Pages/gallery-enlarge.jpg" width="890" height="510" alt="Gallery -Enlarged View Instructions" /></p>
      </div>
    </div>
    Also:
    I attempted to use [code]window.onload = function()[/code]
    and the same issue happened and  
    I attempted to use the event handler to trigger the script once the div was loaded, that did not even fire the script at all. here was that code:
    var $j = jQuery.noConflict();
    $j('#gallery-nav-instruct').load(function() {
      if(!$j.cookie('gallerycookie')){
        $j.colorbox({
          inline:true,
          href:"#gallery-nav-instruct"
        $j.cookie("gallerycookie", 1, {
          expires: 30,
          path: '/'
    If I move the script to call Colorbox outside of the Head section it completely breaks the gallery - any ideas as to why as that may help if I can place the code at the end vs the head.
    I  have posted this question over at Stack Overflow with no help at all and any assistance would be amazing!
    One other note: I am using jAlbum on the page and I do not see any conflicts but could there be an issue? I cannot post that code here as it would exceed the post limit.
    To trigger this error start at http://tinyurl.com/7lgqdve , a lightbox will appear. Click Message Examples (lower left hand corner of lightbox or first item in menu without lightbox).
    Here is a direct link to the http://tinyurl.com/6ub72og if needed. (Going to the page directly will not trigger the error.)

    Hi,
    I think you'll get better answers to this in the Dreamweaver forum. 
    http://forums.adobe.com/community/dreamweaver/dreamweaver_general?view=discussions
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • What is the best way to double buffer in this case and how to do it....

    currently I have public class Frame1 extends JFrame{ //inside this class I call up circle class, rectangle class, etc.... to draw }I am making a "paint" program, and I have individual classes to handle the paint methods heres an example: abstract pub

  • How to Output data in vertically from a horizontal format.

    Hello I have some difficulties how to display my data in my output table. I am greatful for every tips provided. The data in my it_tab is in a horizontal format but I want to display this data vertically in my output_tab. My it_tab looks like this: t

  • Consignment process-WBS ELEMENT

    in consignment process,while doing consignment fill up,system has thrown the error"missing data WBS ELEMENT" what this wbs element,how can i get it?

  • Struts and JSF

    I have an Action from Struts. This controls the data in the code behind bean. After I call submit, how do I go Back to the Struts actions? the JSF navagation does not allow navigating to a servlet.

  • Editing date & time in Places

    I just installed iLife 09. A bulk of my photos were converted from non-digital negatives to CD. Of course when I import the discs, iPhoto assumes that the date I import the disc is the date of the event. I CAN NOT find a way to edit the date of the e