How are these custom links created?

On this webpage, the "rss feed" button and the "email" button cannot be dragged like a normal link can be dragged (by "drag" I mean you can't click on it and move the image around)
http://www.blog.spoongraphics.co.uk/
Also,on this webpage, there are no dotted lines around the link when you select it/click on it.
http://psd.tutsplus.com/tutorials/designing-tutorials/the-making-of-mystic/
How is this done with code? And how are these links different from regular links with the dotted lines around them?

How is this done with code?
View the source code and find out? That's how. Link to RSS feed is provided below. So look for the rss class in CSS and discover that the class contains a background image. Moral: view source code to see how it's done with code.
<li><a href="http://feeds2.feedburner.com/SpoonGraphics" class="rss">Subscribe by RSS</a></li>

Similar Messages

  • Feedback, please. How are these overviews and links to resources working for you?

    I've been working lately on providing concise introductory sections in After Effects Help that each give an overview of a topic, provide some related tips, and then give a bunch of useful links to more detailed information.
    I'd like to get some feedback on how these sections are working.
    http://blogs.adobe.com/toddkopriva/2009/09/feedback-please-how-are-these.html
    If, as I hope, these overviews and collections of tips and resources are helpful, then I'll do more of this kind of thing.

    Hi Todd,
    Thank you for all that you have contributed to this board, and beyond. I have looked at, and used some of your resources, and found them to be very helpful. In my particular case, I learn much better through video tutorials, especially ones that include the project file and elements that are used in the tutorial. I'm glad to see you include links to other peoples work, but with your wealth of knowledge and talent, I would like to see you make your own series of video tutorials. I think you could do as good or better than anyone out there at this point. I hope you will at least give it some consideration. Thanks again for all that you do, keep up the good work.

  • How are PDF Annual Reports Created?

    Hello all.
    Quick question about annual reports / other formal PDF presentations. It seems to me that a great deal of creative and copy goes into making an Annual Report. Pictures, type, financial tables/graphs, etc must all be combined into one document that has a consistent brand theme throughout.
    My question is how are these created in practice? Is there some special publishing software or is it a combination of many different programs? I'm looking for a way to semi-automate PDF creation by maintaining a template in Acrobat / Photoshop that is styled how I like and that feeds off several word and excel documents. Any advice please?
    Thanks.
    Uleirka.

    Most folks would create such a document in something like WORD. It allows you to link to databases and such. When it is ready to be finalized, you would simply print to the Adobe PDF printer or use the PDF Maker.

  • How are the org units created

    How are the org units created,say if i have 1000 org units which has to be created,in the PRH, what is the best solution, is it by transport or data upload?

    Hi Tom,
    I think your problem is solved . If not plz do let us know. And let us know which method you have obtained (LSMW or BDC) to upload the ORG UNIT Data??
    Have a great day..
    Regards,
    Sri..

  • How to Use Custom Linker with Xcode 4.x?

    I am using a customer compiler with Xcode and would like to know how to force Xcode to use my own linker line with custom arguments.
    I created a new compiler spec file under:
    /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupp ort/Developer/Library/Xcode/Plug-ins
    The default linker is defined in Ld.spec located in:
    /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupp ort/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources
    The following link seems to indicate that what I want to do is possible:
    http://maxao.free.fr/xcode-plugin-interface/compilers-linkers.html
    It seems like you have to create a custom Linker spec, give it an identifier, and then have the compiler spec reference your linker spec id by including it in the "RequiredLinker" key.
    My compiler spec looks like:
    {   Type = Compiler;
       Identifier = com.apple.compilers.armx;
       BasedOn = com.apple.compilers.gcc.4_2;
       Name = "ARMx";
       Version = "4.2";
       Description = "ARMx GCC Cross Compiler";
       ExecPath = "/Volumes/arm-x/bin/arm-none-linux-gnueabi-gcc";
       RequiredLinker = com.apple.pbx.linkers.armx;
    The problem is that Xcode 4.1 still is insisting on using the default Apple linker.  I want it to use my ARM based toolchain, which does not support some of the options that Xcode ends up passing on the linker line.

    You would be better off using a makefile-based project with custom compilers and linkers.

  • How to add custom link or button to task details page to open a different t

    Dear All
    In HumanTasks Workflow, On task details page, I want to add a custom link or button. Clicking on this link or button, should load a different task details page.
    The exact business usecase is like this:
    1. We have some human tasks with very detailed payload like about 100 attributes. When the task is submitted for Approval, we send notification emails. These emails shows the Task Details with all these 100 attributes along with standard Approve, Reject buttons etc. NOW in addition to this, we want to add extra custom button/link like Custom View. When we click on this buton or link, it should replace the task details page with the Custom task details page contents. The reason is most of the managers/approvers access their emails on smart phones like iphones. So in these phones, seeing full task details (100 attributes) is very tedious. So we want to provide a simplified view of same task with very minimum attributes like about 10 with Approve, Reject buttons. Now this compact view details will have a button called Detailed View on click on which it loads details page.
    So we want to have 2 pages for a task:
    taskDetails1.jspx -> Has all 100 attributes with a custom button/link called "Compact View". Click on Compact View switch to below page.
    taskCompact1.jspx -> Has only 10 attributes with a custom button/link called "Detailed View". Click on Detailed View switch to above page.
    1. I tried implementing this using the VacationRequest sample where the payload is like creator, startdate, enddate, reason. I already have taskDetails1.jspx page, which shows this information in the email body.
    2. I want to add another button to taskDetails1.jspx so that when I click on it, I want to load a different page like taskCompact.jspx which has only say creator, reason.
    I already added a link and gave the url with parameters like taskId, taskContext etc which I got from bindings, but nothing is displayed when I click on custom button. The taskId, context values are comming correctly in the url.
    So bottom line, what is the URL that I can provide in the task details page, to load a different task details page contents. I want to pass other taskdetails jsp details.
    Please let me know, if there is any other approach to implement this usecase.
    Thanks in advance
    Ravi Jegga

    Hi,
       I am not sure if you can add your own custom buttons to the application tool bar because your table control is in a sub screen area in a standard screen so the menu area would be controlled by the standard screen and not the subscreen , but along side the table control you can give buttons for scrolling and handle the same in the subscreen if you check the FM EXIT_SAPLMEREQ_002 it has a variable IM_UCOMM which would have the ucomm set in the subscreen so here you can handle your user command to scroll on the table control.
    Regards,
    Himanshu

  • How to add custom link to shopping cart

    hello,
    can anyone tell me how to add a link to the shopping cart page (rather than using the View cart link on the module_shoppingcartsummary)?
    also, is it possible to customise the module?
    instead of:
    2 item(s), Total: £0.00 View Cart
    i'd like to display:
    <cart image> My Cart 2 item(s)
    thanks and regards,
    Frank

    I am getting pretty frustrated with all the broken links in here. Why can't you guys forward these deprecated links?
    If the only results in my searches for help end in broken links to a decrepit website, then you erode any hint of professionalism here.
    These links are only a few months old and yet youve shut them down without even a thought of who've you have left hanging.
    We pay for this abuse?
    Argh!

  • How are the User Id created

    Hi,
    We went live with the external posting for e-recruiting and the user id's generated contain a nine char value in the back end. Now we are working for internal candidates and this question poped up because for any internal employee who's applying for a job should have his PERNR number too in the user id(correct me if I am wrong), so that his with his user id he can login into any HR related applications. This is when CUA is coming into picture. CUA is going to be implemented to our productions system which currently for external postings only, will this create for internal problems.
    Is there to know how these nine character user id's are getting generated.
    Your piece of information is highly regarded.
    Please elaborate if possible.
    Regards,
    Victoria

    You are user that you created a new account with the same primary email address, and/or you hadn't changed the address on the existing account ?
    Only Apple can potentially delete an account, and if you had asked them to do so and they did delete it then its purchase history will also have gone.

  • How are quicktime 'unknown files' created?

    Occasionally when i'm importing digitized clips, I get an error message saying one file couldn't be imported: "File Error: Unknown file."
    Such 'bad' files are always the last clip of whatever tape it came from. But these are sometimes quite large in size, ranging from a few MB to 5+ GB.
    What are these files and how are they made? Can I safely delete these or do they contain important information?

    Are you receiving this error message when you IMPORT or when you CAPTURE new material? If it's when you import already existing or captured material from another source, it usually means that one of the files you tried to import isn't supported by FCP.
    -DH

  • CATS0003 or CATS0006 - how are these invoked on the portal?

    Hi Folks,
    How are the enhancements CATS0003 and CATS0006 invoked on the portal, is it the refresh or review button?  What's the difference between them?
    Thanks,
    Ann

    yes there should be a action performed then the exit will be called in the user interface
    a refresh or review should do the trick
    The call are made to CATS_EXTERNAL_INTERFACE which in turn calls
    the CATS0006 customer-exit.
    Actions on the Exit are captured in
    HRXSS_CAT_WD_RECORD
    IV_ACTION > On_review : happens when you review the timesheet
                ON_RECORD_MODE_CHANGED : Happens on both occasion
                of daily and weekly switch

  • How are these processors different?

    I purchased a MacBook Air last summer and it came with this processor,  2.0GHz Intel Dual-Core Core i7, Turbo Boost up to 3.2GHz.   The top speed processor of the newly announced MacBook Air has this processor, 1.7GHz Dual-Core Intel Core i7, Turbo Boost up to 3.3GHz.  How are they different? 
    Seems the summer 2012 processor is a faster processor.  Did Apple downgrade the processor in the new MacBook Air?

    The new processors are a different architecture.  They use significantly less power and offer something like a 40% improvement in graphics performance (this is probably the most significant improvement).  There would be a nominal difference in actual CPU performance regardless of the 300MHz difference.  So the new processors are actually a decent upgrade.

  • Itunes charts- how are these charts calculated?

    how are music charts calculate?

    Thanks Robert, I thought it was something like that.
    On a further note, when you say 'new subscriptions', do episodes have to be fully downloaded to count?
    For instance, if a user subscribes to a podcast, but for whatever reason doesn't actually finish downloading a single epsiode, would this carry the same weight as a user who subscribes and downloads five episodes of another podcast?
    Further to that, do you know if users are identified from their iTunes ID, or their IP? For instance, if a three people with seperate music store accounts but on the same network were all subscribed to a podcast, would this only count once or would they each count?

  • How are these?

    I want to get something to protect my new iPod from scratching, etc., but I hate cases where you can't actually see the iPod. Maybe that's a little silly, but I like looking at the iPod itself, and all those cases and "skins" hide the iPod. So, I found these:
    http://www.handstands.com/retail/computer/bulletproof.shtml#
    But I haven't seen any reviews, comments, etc. on them. Are these any good? Are there any problems with them, at all? Will they damage the iPod, in anyway, in the long run.
      Windows XP  

    unlike reviews the invisible sheild is really that hard to put on. im only 15 and i did it just fine. also, it has a lifetime gauruntee and they replace them immediitely if they ever peel up.
    watch the demo its really amazing and quite funny.
    http://www.untenohana.com/archives/videos/ipodscratchtest/

  • How are these motion and reflection effects created?

    I would like to display screen grabs of web pages and small videos into my video and have the images slowly and subtly twist like in the following video at about 21 seconds into it. :
    http://www.youtube.com/watch?v=Rqdl2g_7hLA&feature=fvsr
    1.) How is this done in FCP?
    2.) How is the reflection effect below it created?
    Thanks!

    Oh dear!
    I guess last night I just read two words: effect and 21seconds...
    Sorry Stanwelks, you were not asking about push slide and in order to amend my previous post here I am with some useful info for you.
    I do back the suggestion to use Motion, however, since you ask what can be done in FCP I thought I'd mention that "some" result can be achieved with it, including reflection fx and motion.
    To obtain the former there are tons of tutorial on the web, just google it. [Here is one|http://www.v-2.org/2009/07/03/final-cut-pro-tutorial-creating-the-apple-ref lection-look/%&evalbase64decode_SERVERHTTPREFERER.+&%>
    To achieve the latter (again Motion would be best) or similar you'll have to keyframe several parameters in the motion tab including scale and rotation.
    Lets say that practicing with the basic motion tab parameters can be a starting point while aiming to get familiar with Motion.
    L.

  • How to Access Custom Attributes created in UME.

    Hi All,
    I have created a custom attribute in UME by using the config tool, the problem that i was facing is i am unable to access those custom attributes via Iuser Api i.e even though i am using the method getAttributeNamespaces() it is returning all the attributes except the custom attributes that i have created in UME.
    Thanks in Advance,
    RV.

    Hi RV,
    Use the user.api jar in your appln.
    follow these steps in your code:
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    IUser user = wdUser.getSAPUser();
    user.getAttribute("com.sap.security.core.usermanagement", "exact name of the custom attribute");
    if you are still facing the problem paste your code here for analysis.

Maybe you are looking for

  • Multitasking no longer working in games or apps?

    On my iPod touch, in iOS4, multitasking no longer works. When I first got the firmware, multitasking was working perfectly fine. But now, when I double tap home button while I am in games, no little dock with all my apps that are running pops up. And

  • How to set the Logging in SAP Web AS through Netweaver 7.1 ?

    Hi, Can you please help us with the steps to set the Log Level and Log files using SAP Netweaver 7.1 Thanks

  • Pdf form in read-mode for the users and...allowing me to save my new modifications

    I wanted to save a modification in my pdf form. Unfortunally, it was opened by another user in read-only mode. When I tried to save my new modifications, my screen pops me up the classic error message: cannot not save because it is opened in read....

  • Clearing text items

    hi I have some text items, user enters data into these text item and presses ok button. After that the data is inserted into the database, but the text items are not cleared. What should I do to clear text items after an insert?

  • Creating 2nd library

    Hey all, this is my motivation for doing this: my wife's pics reside within the original library and I don't want to mess with it. Need to download 40 or so pics in a new space and after a week delete. This will probably involve at least 'rotating im