Ds_RowNumber start at 0 / Image title short

Some notes about how I have been using spry and how I have
got around some issues. Although simple it can take a non JS
expert like me a while to figure them out! If you know there
is a better way round any of these then let me know.
ds_RowNumber starting at zero
Added {ds_RowCounter} in sprydata.js to get round the problem
of displaying 0 when listing items. Now when listing items it will
begin at 1 rather than 0. I have tried not to modified the
sprydata.js as I don't want to be in position as not to easily
upgrade. But I could'nt find anyway around this with something like
{ds_RowNumber+1} for example.
Line 2098 sprydata.js -
if (token.data == "ds_RowNumber")
outputStr += dsContext.getRowIndex();
else if (token.data == "ds_RowCount")
outputStr += dsContext.getNumRows();
else if (token.data == "ds_RowCounter")
outputStr += dsContext.getRowIndex()+1;
else
var curDataSetRow = dsContext.getCurrentRow();
if (curDataSetRow)
outputStr += curDataSetRow[token.data];
Placing content into title/alt attribute of HTML tag i.e.
<img ... title="{title}"....>
spry cuts short any text with a space in it when inserting
into the alt/title attribute to get round this
I first put   in the text destined for these
attributes. But this messed other things up and was just ..messy!
So I tried the below on images which seems to work ok and
only adds a few extra characters of code.
<img ... onload="eval(this.title='{title}')" title=""
....>
Up to yet I cannot find how to access the alt attribute on
links so have no way round that.
spryif only seems to work with integers
I wanted to do something like this - spryif="{dsImages::@cat}
== 'thb'" but every combination of writing the condition i.e.
with/without quotes , different equalities etc failed so I end up
changing the xml attribute to an integer which obviously now works
in spry. ie.
spryif="{@cat} == '1'"
Why would I want to do something like this? - I wanted the
@cat attribute to double up as an insert for an image path i.e.
src="{@ref}{@cat}.{@fileType}".
Related to this problem was also my XML structure. I
originally had:
<images>
<icons>
<icon>.....</icon>
...repeated
</icons>
<backgrounds>
<background>.....</background>
...repeated
</backgrounds>
</images>
To display all these in one go I believe it would rquire 2
datasets i.e. one each for icons and backgrounds. Instead I opted
to modifying my XML by asigning a 'cat' atttribute to distinguish
from icon and background.
<images>
<image cat="1">.....<image>
...repeated
<image cat="2">.....<image>
...repeated
</images>
And then use a spryif condition i.e
spryif="{@cat} == '1'" then do this this...
spryif="{@cat} == '2'" then do this this...
.... to weed each type out and treat appropriately which
seems to work ok.
Just in case your wondering I do have more than 2 categories
in my project and I also wanted it to be easily 'expanable',
because the spry page is generated by php it does'nt matter
how many spryif's I have to put in... if you understand what I
mean. Where as creating multiple datasets as I did the first time
round is more messy to automatically produce.
I also learned that spryif="{@someattribute}" (i.e. just
checking if an attribute exists) also works which is very useful
and
simple way for weeding things out and differianting between
things.
Puzzle!
Something I have'nt worked out and I am not sure whether I
need to because at the moment it is working the way I need,
although it does puzzle me so if anyone can explain what is
happening that would be good as I can imagine some situations where
it could be useful to know how to get round it. This is a simple
example:
Original code in HTML page is..... <span
id"title">{title}</span>
An event occurs.. and I change it into a form input i.e.
document.getElementById("title").innerHTML = '<input
type="text" name="title" value="'+title+'"/>';
When the dataset gets reloaded i.e. loadData(); by some other
spry event the new HTML that has been dynamically written in (the
form) reverts back to how it was originally i.e. <span
id"title">{title}</span>.
i.e. it seems to have no memory of what has happened - is
this just the way it works? If so I will avoid any situations that
require this to happen.
Thanks
Andrew Richardson
I have just realised that I have an outdated version of spry
and some of the things above maybe irrelevent.

Hello Kinblas,
Sorry for the slow response... I am sprying on the side!
I am pleased you might find my long posts useful. Obviously
it must be very important to the success of your project to
consider 'how people work' and their current 'mindsets' as well as
just the 'technical' details.
I have not been to any 'seminars', although probably very
interesting - I have not really planned too... mainly because, as
you know there are many technologies involved in web development -
from the bright lights of 'flash animation' to the darkest server
tasks of scripting a cron job (that’s my perspective!!) - and
I ‘believe’ there is very little time for me to become
a 'master' of any one particular 'technology' and tend to skip
around trying different things to solve 'clients' needs at that
time - if I am 'confident' something works for its intended
audience (within a 'budget') - I use it. That is why your
'framework' is potentially valuable to me - because it is opening
up javascript for me again after I 'dumped' it a few years ago
(probably in favour of flash). To help me out I bought an
‘AJAX’ book, but to be honest I have not really read
it, I will probably learn more from fiddling with the SPRY
framework.
My transitions to new technologies tend to be very slow and
gradually implemented. The following web page for example
www.brook-industries.co.uk/index.php?option=com_content&task=view&id=15&Itemid=41
required AS1 scripting, 3D modelling, bit of java 'fiddling', CAD,
video editing as well as the usual mix of web technology (A drop in
the ocean with all the possible web technologies out there).
Despite utilising different technologies I might for example still
use 'tables' for layout - regardless of others 'scorning it', I
will shift completely to css very slowly as I gain more confidence
in it... and following 'accessibility guidelines' is only just
floating into my consciousness (someone could have at pick at
that!). You also have to keep your eye on time spent learning
'technologies' that may become 'redundant' - when I started
developing I learnt the VRML 2 spec inside out thinking it was the
next big thing...
In general I think clients cannot and do not even want to
perceive the value of all the back end technology (probably 80% of
my developing time), they seem to place more value (obviously) on
what they can 'see' - which is a strong point for SPRY as it does
create USEFUL yet visually interesting functionality quite readily.
I think in the last few weeks whilst I have been
‘playing’ with spry I have done more ‘visual
front end design’ than I would normally pay attention too -
maybe because JS is so inherently interlinked with HTML and CSS
(the display bit) – which is what I like! – when I get
that 80% down to 50% and I will be very happy!
Regardless of my seemingly limited time to learn - I have
done a bit more sprying and have more 'amateur questions' - I will
create a new post for these.
Andrew

Similar Messages

  • If I want to open the same website in a second tab and press Ctrl+T and start typing the website title or URL, why does Firefox 4 insist on switching to the first tab? Is it possible to turn this off?

    I regularly need to open the same website in two tabs, to be able to view changes made between opening the first and second tabs. In Firefox 3.x I could press Ctrl+T and start typing the website title or URL, which would be auto-completed by Firefox. This enabled me to quickly open the same website in a second tab. Firefox 4 does not do this, instead it wants me to switch to the existing tab. This is not what I need.
    Of course it is possible to open the same website in a second tab via e.g. a bookmark, but this takes more time and effort. It would be great if I could select Firefox's behavior in this situation.

    To create a duplicate of an existing tab in Firefox 4, do one of the following:
    *middle-click the icon on the left end of the URL/Location/Address Bar
    *hold down the Ctrl key and drag the tab until a small arrow appears at the border between tabs, then release the mouse button, then release the Ctrl key.
    <br />
    <br />
    You have multiple Java Console extensions because Java did not clean up after itself when updating; Firefox button > Add-ons > Extensions OR, using the Menu Bar, Tools > Add-ons > Extensions:
    *Java Console 6.0.17, Java Console 6.0.19, Java Console 6.0.20, Java Console 6.0.21, Java Console 6.0.22, Java Console 6.0.23
    Using the instructions here:
    *http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    you can delete the following folders:
    *{CAFEEFAC-0016-0000-00'''''17'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''19'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''20'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''21'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''22'''''-ABCDEFFEDCBA}
    *{CAFEEFAC-0016-0000-00'''''23'''''-ABCDEFFEDCBA}
    You can leave {CAFEEFAC-0016-0000-00'''''24'''''-ABCDEFFEDCBA}
    <br />
    <br />
    '''You need to update the following:'''
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Shockwave Flash 10.2 r152
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE

  • Ps cs6 on mac. since installing yosemite, when working on an image if i want to change tool, via shortcut of wacom pen click, i now have to click on the image title bar, how can i fix this please?

    ps cs6 on mac. since installing yosemite, when working on an image if i want to change tool, via shortcut or wacom pen click, i now have to click on the image title bar, how can i fix this ?

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • Lightroom 5 - in all of the panels starting with Basic all titles are showing "Reset".

    Lightroom 5 - in all of the panels starting with Basic all titles are showing "Reset".   For example, Tone is now showing Reset Tone - Resent Presence.
    In all panels the titles are showing "Reset".  Can you please explain and tell me how to fix?
    Thank you,
    Louise

    Sounds like you have an [Alt/Opt] key stuck down. Pressing this key changes to the Reset mode. If your key isn't stuck, did you recently custom map some keystrokes?

  • IPad has suddenly started showing all images as "negatives"?? How do I get it back to normal??

    iPad has suddenly started showing all images as "negatives"?? How do I get it back to normal??

    Settings > General > Accessibility > Invert Colors turn Off.

  • How substitute iPhoto image titles for filenames?

    Hello!
    I have spent many, many hours giving intelligible titles to my photos in iPhoto.
    I did not realise the distinction between "image title" and "filename".
    In future I will change the filenames.
    But I have this legacy of thousands of images with meaningless filenames.
    Is there any easy way to substitute the titles for the filenames?
    Is there a batch renamer which would be capable of extracting the title of an image so that I could then use it?
    Thanks very much!

    Whoa first things first:
    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management. 
    If you are running a Managed Library then yes, those folders can go.
    If you're xporting as Original I can't see why there would be any change in the file size. What export setting are you using?
    On a broader note: you're used to working with files. iPhoto is different way of working and to grasp it you need to distinguish between the File and the Photo inside it. They are not the same thing.
    The illustration I use is as follows: In my iTunes Library I have a file called 'Let_it_Be_The_Beatles.mp3'. So what is that, exactly? It's not the song. The Beatles never wrote an mp3. They wrote a tune and lyrics. They recorded it and a copy of that recording is stored in the mp3 file. So the file is just a container for the recording. That container is designed in a specific way attuned to the characteristics and requirements of the data. Hence, mp3.
    Similarly, that Jpeg is not your photo, it's a container designed to hold that kind of data. iPhoto is all about the data and not about the container. So, regardless of where you choose to store the file, iPhoto will manage the photo, edit the photo, add metadata to the Photo but never touch the file. If you choose to export - unless you specifically choose to export the original - iPhoto will export the Photo into a new container - a new file containing the photo.
    Regards
    TD

  • How do I change the image title when it is uploaded from iphoto to iweb. At the moment the image title is /shapeimage_1.png and I would like to put in something more relevant than just shapeimage?

    How do I change the image title when it is uploaded from iphoto to iweb. At the moment the image title is /shapeimage_2.png and I would like to put in something more relevant than just shapeimage_2?

    When you drag images from iPhoto to iWeb, iWeb retains the original filename.
    When you use a mask, iWeb creates a png file with the shapeimage name.
    So do not use a mask and crop your images before dropping them on the iWeb canvas.
    When you use an irregularly shaped mask, then png files are created. They have to be png because of the transparency of the shape.
    You can use a 3rd party application to create the png images yourself, and give them a proper name.
    Or use the published png files, rename them and drop them back onto the iWeb canvas, while first removing the previous images.

  • Problems adding an image title?

    Hi,
    When I place an image in Muse I'm having problems adding an image title. When I Control click the image in Design view the choices I get at the bottom of the pop up menu are
    Edit original
    Edit Image Properties
    When I looked it up in help it tells me I should also see another item "Add Title" but I don't get that as a choice. When I click on "Edit Image Properties" I get a choice of Tooltips or Alt Text but no place for a title.
    Thanks,
    Bill

    This is the page
    http://www.adobekb.com/strategies_for_seo.html#addingmetadata
    To be clear when I right click on an image I only get the choice of "Edit Original" & "Edit Image Properties". When I click on "Edit Image Properties" I only get a choice of Tooltips or Alt Text, nothing for title
    Thanks,
    Bill
    Adding titles and alternative text to images
    After you place images on a page, you can access the Image Properties dialog box to set both a title and alternative text (also sometimes called alt text) that is assigned to the image.
    Here's a brief description of each property:
    Title: In many browsers, the title is displayed in addition to the image, typically as a tooltip that appears when a cursor hovers over it.
    Alternate text: If the image file cannot be shown, this text is displayed in place of the image. Alternate text is also used to describe images to visually impaired visitors using assistive technologies to access page content.
    It is ideal to set titles and alternative text for every site asset, to ensure that visitors have the best experience when navigating your site. Tooltips are helpful for including additional information about graphics and alternative text makes pages more accessible for screen readers that verbally present graphic content.
    To add titles and alternative text, follow these steps:
    1. Select a placed image.
    2. Right-click on the image and select Add Title or Add Alternative Text from the context menu that appears (see Figure 3).

  • After new update my iphone 5 rear camera started giving blur images

    After I updated with new software my phone's back camera started giving blur images and video.
    tried switching off and reset as well but no use.

    Back up and restore via iTunes. If the problem continues, restore as a new device and test. If the problem is solved, there is some kind of corruption in your backup file or maybe it's one of your apps causing problems. If it continues, take it to an Apple Store for evaluation of a possible hardware problem.

  • Can a text list of image titles be generated from LR

    trying to produce a list ( text) of image titles from LR to generate a scoring sheet for club competitions. Any advice on how most appreciated.
    Andy

    Confidential Informant is one way.

  • Error: unable to resolve '/images/title.png' for transcoding

    Error:
    Error: unable to resolve '/images/title.png' for transcoding
    Code:
    [Embed(source="/images/title.png")]
    private var title:Class;
    In FB3, I get this error when building. At the root of the
    project I have an assets folder, which I have added as a source
    path, and that folder has the images folder referenced. It seems to
    me that the file should be found. How can I solve this? For what
    it's worth, I'm using ANT to do the build. Here is the mxmlc
    target:
    <target name="build.mxml" depends="check.swf">
    <echo message="${basedir}\assets"/>
    <mxmlc
    file="build/swf/twileague.mxml"
    output="build/swf/twileague.swf"
    services="ear/${WEBAPP_NAME}.war/WEB-INF/flex/services-config.xml"
    context-root="${WEBAPP_CONTEXT_ROOT}"
    use-network="false"
    keep-generated-actionscript="true"
    warn-missing-namespace-decl="false"
    incremental="true">
    <load-config
    filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
    <source-path path-element="${FLEX_HOME}/frameworks"/>
    <source-path path-element="as3"/>
    <source-path path-element="build/swf"/>
    <source-path path-element="${basedir}\assets"/>
    <compiler.include-libraries dir="lib" append="true">
    <include name="granite.swc" />
    <include name="granite-hibernate.swc" />
    <include name="granite-seam.swc" />
    <include name="Cairngorm.swc"/>
    <include name="myButtons.swc"/>
    <include name="myCombobox.swc"/>
    <include name="tide.swc"/>
    </compiler.include-libraries>
    </mxmlc>
    </target>
    Thanks for any suggestions

    Hey
    are you sure that your path is /images/title.png because this
    is an absolute path and not a relative path

  • What is image title tag?

    I've read about it and don't get it. I see alt field, but
    have no idea about images title tags. thanks

    I'm afraid you've mistaken me for the person who wrote the
    W3C standards.
    You have wasted a perfectly good rant.
    Had you done a bit of homework you would know that IE's
    display of the alt
    tag is essentially a bug, not a feature.
    I was just responding to your wondering about why DW favored
    the alt tag.
    Fact remains the alt tag is part of the accessibility
    standard, title is
    not. Would it be nice if DW made it easy to add? Yes, I think
    so. But that
    was not the issue.
    Walt
    "chester1229" <[email protected]> wrote in
    message
    news:[email protected]...
    > Title is not? What about FF and Opera who do not show
    alt tags only title
    > on
    > images and links? Title attribute is one of the ways you
    can describe a
    > link.
    > The following example uses 'title' following WC3
    recommendations and works
    > for
    > both IE and Mozilla/ Netscape
    >
    > <img src='images/text.gif' title='text here.'>
    >
    > The right way to show a tooltip is the title tag. The
    wrong way is the alt
    > tag.
    >
    > If you use the title tag:
    > 1. It works in all browsers
    > 2. You are in compliance with the W3C
    > 3. Your code will validate
    >
    > If you use the alt tag:
    > 1. It only works in one browser (internet explorer)
    > 2. You are out of compliance with the W3C
    > 3. Your code will validate as having alternate text for
    images, when you
    > are
    > really using it for something else.
    >
    > To simply display the tooltip all that is needed is the
    title attribute.
    >
    > Let's say for example that I have a submit button on my
    form that is a
    > picture
    > of betty boop. The alt tag should be "submit" while the
    title tag should
    > be
    > "betty boop" or "picture of betty boop" or something
    similar.
    >
    > All images should have the alt attribute, for
    XHTML-compliancy. The alt
    > attribute's intended purpose is to provide alternate
    text to display if
    > the
    > image cannot be displayed.
    >
    > IE happens to use the alt attribute as hover text.
    Mozilla uses the title
    > attribute as hover text, which is the proper behavior.
    >
    > So while all images should have the alt attribute, only
    images that need
    > hover
    > text should have a title attribute.
    >
    > To my thinking BOTH are compliant to the 508 standards
    and W3C
    >

  • Have iPhoto image titles been erased with Photos?

    When I used iPhoto, I gave all my images explicit titles, and my albums were organised by those titles. I've now migrated to Photos, but all the images seem to be untitled, so I can no longer sort by those titles. Is there some way the titles can be retrieved, or does Photos not use user-defined image titles?

    A little bit more exploration has revealed that the titles are not lost. If I select an image and 'get info', the title I gave appears - presumably that is the image filename. But to give the image that title back, I have to copy and paste. Is there any easy way of doing that for the 6000 images already in my Photos library?

  • How do I create a start-up disk image without restarting from the Install DVD?

    (I know this is not MacBook Pro question per se, but I can't find a software discussion this applies to.)
    Situation:
    My MBP is running, but it's acting up and Onyx tells me that the start-up volume needs repair and directs me to use Disk Utility.
    But to repair a volume using Disk Utility, you must restart from the original Install DVD (or some other start-up volume).
    But although the MBP will read my old Leopard Install DVD and the Install DVD that came with my MBP, it refuses to restart from either of them. (Trying to do so gets as far as the Apple logo on a gray screen and then hangs there; all disk activity ceases.)
    Question:
    How can I (is it even possible to) create a start-up volume on my external FW drive without starting my MBP from a DVD?
    In other words, is there a way to either:
    a) create a disk image from the Install DVD on my external FW drive and then designate that disk image as my start-up drive?
    OR
    b) create a disk image on my MBP's internal drive that I can then use to run a System Install on my external drive?
    (BTW, I know I can create disk images using Disk Utility, but it offers many options for type, compression, etc., that are beyond me. )
    Any advice would be greatly appreciated!

    OS X Lion includes a new feature called Lion Recovery that includes all of the tools you need to reinstall Lion, repair your disk, and even restore from a Time Machine backup without the need for optical discs.
    Restart your Mac holding down the Command-R to enter the Recovery HD.
    From there you can use Disk Utilty.
    http://support.apple.com/kb/HT4718
    Stefan

  • Upon starting Mac shows image of a folder with ? inside, any help appreciated, thanks.

    As stated above, when I start Mac it shows a white screen with an image of a folder with a ? inside it.
    I have shut it down by holding the power button then pulled the power cord waited 10mins and restarted for the same result.
    Any help would be great.

    Cheers for the info Allan.
    I unfortunately do not have a back up.  It is in the hands of the repairer now, fingers crossed they can save my stuff.
    FYI, i'll be backing up in future.

Maybe you are looking for

  • HELP Server Write To File

    Hi, i have to chat programs that use different techniques. i have done tcp but cant seem to do rmi. i want to be able to log the messages to a file can some one please help? import java.rmi.*; import java.rmi.server.*; public class RMIChatServerImpl3

  • I want my display be stretched in mountain lion

    hello Technical Support , hello Helpers too really i have very confuse problem with my MacBook Pro , after i made the new update for MountainLion  ... and the option ( stretched ) not listed any more in the display options or beside the resulations c

  • Problems with iWeb displays on Firefox and IE

    My iWeb pages look fine on Safari but not on Firefox or IE - both those sites show graphics overlapping text, extra spaces between text, missing boxes etc. My site is theFOWL.org - it's a site for a non-profit library organization. It used to work fi

  • Import addresses into previous recipients but not into address book

    I would like to import a list of email addresses into the previous recipients list. I know how to import them into my address book but I don't want them all in my address book. I just need them to be available to auto complete when I start typing the

  • How to create search help for Web Dynpro?

    Hi all, I have troubles when creating search help for web dynpro. I have visited this link /people/dirk.rehberg/blog/2006/12/27/generic-search-help-for-web-dynpro-for-java but I can't find this generic search help plug-in for download. If u have this