Where do I add the code for Haloscan (blog)?

Since my blog won't work because I'm using another server, I am going to try Haloscan. How do I use this? Where do I post the code exactly??

Thanks, Mark. The Haloscan stuff on my site adds it as a guestbook though, not as individual comments for blog entries.
To add Haloscan to blog entries for commenting, I recommend iComment:
http://web.mac.com/cbrantly/iWeb/Software/iComment.html
Here's an alternative commenting system I like better than Haloscan:
http://js-kit.com/comments/
Directions for adding it are here:
http://www.varkgirl.com/Varkgirl/Basic%20HTML%20Additions.html
I use this on my blog, example here:
http://www.varkgirl.com/Varkgirl/Updates/5BE814D6-A24F-45C0-A79C-C013C43F4528.ht ml
Disclaimer: My website contains various ads, so if you click them while visiting my site, I will receive financial compensation, which I use for materials for my classroom.

Similar Messages

  • How to add add the code for the MouseEvent.CLICK event

    Could anyone help me who is a beginner please?
    I'd like to know step by step how to do the following
    instruction.
    I am trying to add a link to my flash.
    I drew a shape on the stage, select it and transform it to
    movie clip (hit F8 or right-click on it and select "Convert to
    symbol" from the popup menu or use the main menu: Modify ->
    Convert to symbol). I resized it as the same size as my stage, then
    make it transparent.
    Then I am supposed to do the following in order to create a
    link.
    "add the code for the MouseEvent.CLICK event that would open
    a url using the navigateToURL() function."
    But I just don't know how to. Could anyone tell me step by
    step approach please?
    Thanks in advance.

    Yes, click the frame where you have the button on stage and
    open the actions panel. paste the script in, and make sure whatever
    instance name you gave the button, you plug into the script. Also,
    the function declaration should be like so:
    function callFunction(e:MouseEvent):void{ <-- 'e' can be
    anything you want, it could be 'kfjeiwajfkd' for that
    matter.

  • I am trying to access the source code to my blog (I used a standard template on Blogger) to add a code for advertisements. How can I get Firefox to allow me to edit the code for my blog?

    I see where I can view the code but not where I can make changes. The coding that is there now was created by the template I chose on Blogger.

    A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br><br />
    The helpers at that forum are more knowledgeable about web development issues.<br><br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    <br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Where do I put the code for ePrint mobile?

    I am currently signed in and can't find the area for ePrint mobile.

    Hi MalWill456,
    Which code are you talking about?:
    - The ePrint code that printed off when web services was enabled?
    - The code for the HP ePrint Home and Biz app?
    - The code or server for the HP ePrint Service app?
    Depending on which code you need, you would obtain it different ways.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Where do I write the code for customer exit variable?

    Hi Gurus,
    Can anyone tell me where and the procedure that I have to follow to get to the include ZXRSRU01 where I can write customer exit variable code.
    I know its written in ZXRSRU01, but in my system it seems like its not active or does not exist. How do I get to start working in this include for customer exit variables?
    Any help is appreciated. Thank you.
    Regards
    Reddy

    hi Reddy,
    variable exit use enhancement RSR00001 not RSAP0001. EXIT_SAPLRRS0_001.
    try to follow some steps in 'how to' doc related to this, and sample code may useful for you
    https://websmp206.sap-ag.de/~sapdownload/011000358700002762582003E/HowToDeriveVariableValue.pdf
    https://websmp206.sap-ag.de/~sapdownload/011000358700002765042003E/HowToVerifyVariableInput.pdf
      INCLUDE ZXRSRU01                                                   *
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.
    hope this helps.

  • Where to copy the codes for flow logic?

    Hi.
    I know that SE37 is to access the source code for function modules,
    and SE38 is to access the source codes for programs/reports.
    Does anyone know where I could get the codes for the<b> flow logic of the dialog screens</b> called by my programs?
    Thanks.

    Hi,
    SE80 transaction
    Select program in drop down & enter the program name
    Best regards,
    Prashant

  • N unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    some one can help me please
    i have no idea what i must to do.
    an unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    The Exception Handler gave all the info that you need. No need to print the whole stack trace.
    The exception handler says
    Exception Details: java.lang.IllegalArgumentException
    TABLE1.NAME
    Look in the session bean (assuming that is where your underlying rowset is). Look in the _init() method for statements similar to the following:
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    What do you have?

  • How to find where the code for append structures for LIS extractors?

    Hi,
    I found 4 append structures for extractor 2LIS_03_BF,
    Out of 4 append structures, I found code for one, using where-used option. But in vain for other 3. Is it possible they didn't transport the code for remaining structures? how to find that?
    Cheers,
    Kannan N

    Kannan,
    When ever you apply a logic to populate tdata for the appended filed then you will be writing some code in CMOD transaction code where you will find a ZXRSAU01
    program, just double click on that then it will take you to the complete exit. Ther you can find with your data source name.
    Hope it helps...
    ****Assign Points if it helps******
    Gattu

  • I purchased an itunes gift card for my nephew. I received a confirmation that the credit card had been debited, however he never received a code to activate his gift. Where can I find out the code for my gift voucher?

    I purchased an itunes gift card for my nephew. I received a confirmation that the credit card had been debited, however he never received a code to activate his gift. Where can I find out the code for my gift voucher?

    If you purchased your gift using iTunes, you can resend it. Just follow these steps to resend an unredeemed gift to any address:
    http://support.apple.com/kb/HT1541

  • Where do I add the iAd code to an app generated by Adobe DPS?

    Where do I add the iAd code to an app generated by Adobe DPS?

    You would get the redemption code, or perhaps even the serial number, from whomever you purchased the software from, apparently Amazon, so talk to them.  This wouldn’t be the first time they’ve sold something that didn’t have all the numbers needed to license it.
    A redemption code is something that is usually on the inner disc packaging if you purchase the media in a box, and there is a barcode on the outside of the packaging that must be scanned at the checkout register to activate the hidden inner code so you can redeem it at home on that website.  This is what happens if you buy PSE from a brick-and-mortar store like Best Buy.  I don’t’ know what happens if you purchase the downloaded version as I have never done that.
    A redemption code is 24-digits of letters and numbers that you enter into a website to get a serial number, once and only once.  The serial number of only 24-digits, no letters, is what you enter into the software during the install or when you run it and it asks if you want to register or run in a trial mode—whatever the exact phrasing is.
    In any case it sounds like you don’t have either a redemption code or serial number—although perhaps something is listed on the purchase confirmation or your account online at Amazon or even in an e-mail from Amazon.

  • I have the code for this project, but how do I add this user-defined exception that I want?

    For a final VB.NET project, I have to write a project that ascends and descends a word or number chosen by the user. 
    This is what I want to do:
    I want to add a user defined error that will stop the program and tell the user to input a value into the program if they did not. I do not know how to do this. I think I would use a Null Reference exception. 
    Here is the code for the project:
    Module Module1 'VB.NET Final Project 12/30/14 . Option 3: Write a program to run two separate threads printing numbers or words (It can do both) in ascending and descending orders. The words have to be given by the user.
        Dim Ascending As System.Threading.Thread = New Threading.Thread(AddressOf PrintAscend) 'Two threads are declared,
        Dim Descending As System.Threading.Thread = New Threading.Thread(AddressOf PrintDescend) 'ascending and descending 
        Sub Main()
            Console.WriteLine("VB.NET Final Project 12/30/14 . Option 3: Write a program to run two separate threads printing numbers or words (It can do both) in ascending and descending orders. The words have to be given by the user.")
            Ascending.Start() 'starts first thread
        End Sub
        Sub PrintAscend()
            Console.WriteLine("Please type in a word to print in ascending order.") 'the program asks for users to input a word
            Dim input As String 'as a string
            input = Console.ReadLine()
            For i As Integer = 0 To input.Length - 1
                Console.WriteLine(input.Chars(i)) 'prints the letters of the word in ascending order 
            Next
            If Ascending.ThreadState = Threading.ThreadState.Running Then Descending.Start() 'starts second thread
        End Sub
        Sub PrintDescend()
            Console.WriteLine("Please type in a word or number to print in descending order.")
            Dim input As String
            input = Console.ReadLine() 'user inputs the word that he wants
            For i As Integer = input.Length - 1 To 0 Step -1
                Console.WriteLine(input.Chars(i)) 'prints the letters of the word in descending order 
            Next
            Console.WriteLine("Please press enter key to close the program, and thanks for your time.")
            Console.ReadKey()
        End Sub
    End Module

    Dejavu again?
    Is your teacher instructing you to use a User Defined
    error or do you just want to accept the user input, check it, give a message, and repeat?
    It seems to me you are missing the basic program loop? This example checks the user input and then performs an action, then repeats. If the user enters Quit execution stops. Is that what you want to do?
    Module Module1
    Sub Main()
    Console.Title = "Make a Decision"
    Dim theline As String = ""
    Do While theline <> "Quit"
    Console.WriteLine(vbLf & "Enter a or b." & vbLf)
    theline = Console.ReadLine()
    Select Case theline
    Case "a", "A"
    Console.WriteLine(vbLf & ">> Result: You entered A.")
    Console.WriteLine(vbLf & " ** Output Complete **" & vbLf)
    Case "b", "B"
    Console.WriteLine(vbLf & ">> Result: You entered B.")
    Console.WriteLine(vbLf & " ** Output Complete **" & vbLf)
    Case Else
    Console.WriteLine(vbLf & """" & theline & """ is invalid.")
    End Select
    Loop
    End Sub

  • Where is the code for the  contentBackgroundColor  in the spark textArea

    Where is the code for the  contentBackgroundColor  in the spark textArea, I can't seem to locate it anywhere but you can set the contentBackgroundColor in the <s:TextArea tag

    Hi,
    may be it's helpful for you.
    http://blog.flexexamples.com/2010/05/18/changing-the-background-color-of-a-disabled-spark- textarea-control-in-flex-4/
    Regards
    -Bechar

  • Where is the code for the collapse button in the default SAP iview layout?

    I need to eliminate the collapse/restore button displayed on each iView tray. I was looking at the default layout component (com.sap.portal.layouts.default) but I could not find the code for the tray.  The code for "FullWidth.jsp" (this file that implements the "FullWidth" component) is below:
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
    <lyt:template>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
                <lyt:container id="column1"  />
            </hbj:page>
        </hbj:content>
    </lyt:template>
    as you can see, there is no reference to the tray tags.
    note: I am familiar with how to create a new iView tray using the new Layout Tag Library (from blog below)
    EFP: Layout Tag Library
    , but I want am not interested in this approach... All I want is to modify the EXISTING tray.

    Hi,
    may be it's helpful for you.
    http://blog.flexexamples.com/2010/05/18/changing-the-background-color-of-a-disabled-spark- textarea-control-in-flex-4/
    Regards
    -Bechar

  • Where do I find the code on my Mac to allow iPhone text messages to also be sent and received on iMac?

    where I can find the code that is supposed to be shown on my Mac to allow iphone text messages to also be sent and received on iMac?

    Hi,
    Long Answer.
    Enable the iPhone for Messages.  Make sure it Verifies and that your can Send from the iPhone Number.
    To do that you can Enable the iMessages account in Messages on the Mac using and Apple ID.
    The iPhone can then send from the iPhone Number to the Apple ID (Mac).
    Then add the Apple ID to the iPhone.
    The Mac will then get a pop up saying that the iPhone is using the Apple ID and the iPhone number.
    Accept this Pop up to enable the Mac to "sync" the iPhone Number iMessages.
    (Sync in this case is only "Display on All Devices").
    Now you can enable Text Forwarding on the iPhone.
    IF the Apple ID and iPhone Number are already linked this will launch the app if it is Quit and display the Code number you need.
    The number then need to be entered back on the iPhone to complete the process.
    The Text Forwarding option on the iPhone should then show the device(s)  that are linked this way.
    9:12 pm      Wednesday; March 11, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Where can I find the options for usetopicformat?

    Where can I find the options for usetopicformat? It appears that usetopicformat="0" (I'm formatting breadcrumb placeholders) ignores the style sheet and uses the settings in the rh-placeholder string).
    I'd like to put settings in a style sheet. But changing to usetopicformat = "1" doesn't seem to help.
    Are these "advanced" codes documented anywhere?
    The full context is: I'm using a fixed position on the screen so the breadcrumb doesn't scroll (which works) but the classes in the style sheet are ignored.
    Extract from topic:
    <div id="test" class="test" style="background-color: #ffffff; border: none; padding: 5px; position: fixed;
      width: 400px; height: 30px; top: 100px; right: 50px;">
    <?rh-placeholder type="breadcrumbs" ph-align="2" sep-char="&gt;" home="Home"
      usetopicformat="1" ph-style="font-family:Arial;font-size:10pt;font-weight: normal;font-style: normal;text-decoration: none;" ?>
    </div>
    Extract from style sheet:
    /*  Classes below should not scroll.*/
    p.test {
          position:fixed
          font-size: 8pt;
    Output is to Webhelp.
    Tom

    Hi Tom,
    As far as I have found, using the topic style prevents Robo from using it’s own styling for the breadcrumbs. But I saw that it also adds the class ‘breadcrumbs’ to the paragraph holding the breadcrumbs. So you should be able to use the following CSS selector to style the placeholder:
    p.breadcrumbs {
                    //Your styling here
    Greet,
    Willam

Maybe you are looking for

  • Editing (Setting and Removing) CLASSPATH on Snow Leopard

    I am trying to learn XSLT, and so I am installing Xerces and Xalan - but I have to add certain .jar's to the classpath. This is extremely easy on the PC, but how do I change this on the Mac? I would like to set it into an environment variable if poss

  • Ever Calculating Battery

    So last night, when I took my computer off the power chord, I had my computer on for a while and it still had the (Calculating...) thing beside it. Now, I was tired and not paying attention much so I just turned it off and went to bed. I was working

  • EMCA create repository fails - 100% CPU utilization

    Hello. I can't create EM repository: #emca -config dbcontrol db -repos create STARTED EMCA at Jul 28, 2011 11:39:59 AM EM Configuration Assistant, Version 11.2.0.0.2 Production Copyright (c) 2003, 2005, Oracle. All rights reserved. Enter the followin

  • Creating source system: No entry for BW_USER in table RSADMIN available

    Hi, When i try to create source system in RSA1, when I choose SAP system from Release 3.0E (Automatic creation), I get this message: No entry for BW_USER in table RSADMIN available. What do I have to do to create source system. RFC connection are alr

  • Past query details

    Hi, i have one query and i have sql_id of it.but it was run few days back I need to get complete details of that query like machine name from where query was run and os user. I am not able to get details from v$session because sql_id no longer exist.