Description truncate less/more liquid logic

I have on my site, two sections: one called a mini description and the other just description.

I put it in place for the mini description is truncated to 100 characters and show then a button read more to expand and view the description section that shows the description complete.

Now, I am using a logical operator to the liquid to say:

"If the characters of description are more than 100, truncated to 100 and then display the Read More button. «But if the characters of description are less than 100, do not truncate and do not show the button read more»

Now, I have what I think, it is the part of the logic of this sort, but I have a problem with my operators.

Here's what I put:

{% If description > '100'-%}

more than 100 < /p > < p >

{{description | truncate: "101"}}

< div class = "horizontal divider" > < a class = 'btn, btn-dark btn - lg btn-contour read_more' > read more < /a > < / div >

< script >

$('_{}_.description-short_a.read_more').click (function (event)

Event.preventDefault ();

$('.description-short').hide ();

$('.description').show (700);

});

< /script >

{%-%}

less than 100 < /p > < p >

{endif %}

The problem is, when I use >, it shows the <p > less than 100 < /p > and when I use <, I get more than 100 < /p > < p > MORE, descriptions, even with less than 100 characters, I still get the same result if there were more than 100 characters.

It is on the top of my head without checking the syntax:

{% assign desc = description | strip_html-%}

{% assign DCount = 0-%}

{% I have in the description-%}

{% assign DCount = dCount | more: 1-%}

{% endfor}

{% If dCount< 100="">

DO SOMETHING

{endif %}

Tags: Business Catalyst

Similar Questions

  • Date conversion variable number

    I could do this using javascript, but I wanted to do this through if possible liquid so I can use it in more liquid logic. I want to reach adds a number of hours at a variable 'date' and have the date calculated, if I worked in PHP I would use something like a UNIX time however I can't find an equivalent to work in British Colombia.

    For example say I have today dateTime variable " 2015-10 - 01 T 13: 02:33" I want to add 1,000 hours to what is about 42 days putting us around November 11, I can't quite understand how to achieve this, if I were to do something like {{globals.site.dateNow |}} "" date: "YYYYMMDD" | {{more: days-}}, where days = {{1000 | dived_by: 24 | cleli}} this will work until we had to move from October to November, in this example I'd end up with a variable that was closest to the 43rd October which obviously isn't quite right.


    I think the key is in making the date as a total number of hours, or by converting the 1000 hours in a dateTime variable valid to add to the Start date however after bother for a few hours, while going through the Developer Referencedocumentation, I can't quite work as it should. Any help would be appreciated.

    Read this:

    Liquid data types

    That should help

  • liquid description tag

    The liquid I used to scroll through all the elements of a Web application and various output fields.  It works very well, but for some reason I can't exit the description field.

    The following code is a simplified version of what I use:

    {module_webapps id = collection '26025' = 'tutors' = 'all' filter ' model = ""}

    {% for tutor in tutors.items %}

    {{guardian}}

    {{tutor.name}}

    {{tutor.description}}

    {{tutor. ["external site"]}}

    {% endfor}

    The tag {{guardian}} returns an array of all the fields for the web course app point except the description, so I guess it's unsurprisingly as {{tutor.description}} does not work.  Why is it?

    When you use the template (which I don't do) {tag_description} works as expected.

    Does anyone know how to get the description field when using liquid in this way?

    That gave me just yesterday. I fixed it by adding the liquid tag (just the {% comment %} tag) to the webapp\list.html and the webapp\detail.html. Seems to be the same problem as the missing image controls: Bug: image Web App not added to Collections fields

  • jQuery more/less doesn't work do not

    http://digitaldealershipsystem.com/news-test.html

    I tried a lot of alternatives. I'm trying to have a more or less the button next to the text to display the paragraph which is hidden.

    Currently I have a 'show' command that is not practical in the scripts. (seen here: ) http://digitaldealershipsystem.com/news.html )

    Here is what I use:

    $(function() {})

    The height of the block content when it is not developed

    var adjustheight = 80;

    The text of the link 'more '.

    moreText var = '+ more ';

    The link text "less."

    var lessText = "-less";

    Sets the div. plus-bloc to the specified height and mask any content that overflows

    $(".more-less.more-block") .css ('height', adjustheight) .css ('overflow', 'hidden');

    The section added at the bottom of the div "more less".

    $(".more-less").append ("< class p =" continue"> [& hellip;] < /p > < a href =" # "class ="adjust"> < / has > ');

    $("a.adjust").text (moreText);

    {$(".adjust").toggle (function ()}

    $(this).parents("div:first").find (". plus-block").css('height',_'auto').css ("overflow", "visible");

    Hide the [...] when it is developed

    $(this).parents("div:first").find ("p.continued") .css ('display', 'none');

    $(this) .text (lessText);

    }, function() {}

    $(this).parents("div:first").find (". plus-block").css('height',_adjustheight).css ('overflow', 'hidden');

    $(this).parents("div:first").find ("p.continued") .css ('display', 'block');

    $(this) .text (moreText);

    });

    });

    And then in the HTML example

    Digital Concierge service < /p >

    < div id = "container" > < div class = "more less" >

    < p > your Concierge happened < /p >

    " < p > WEST PALM BEACH, FL. Service and experience customer is a top priority for the < a href =" http://digitaldealershipsystem.com/ "> digital concession system < /a >." This month, the company is improving it is offering based on the customer feedback by adding a Digital Concierge Service to the product line. < /p >

    < div class = "plus-block" >

    < p > DDSConcierge offer a solution for customers who want to have their screen maintained and updated, without having to access the software. This service updates the screens with sales,

    You can see in the source view.

    Thank you.

    You have links in your page for the .js files that are blocked by my firewall of the company...

    This will happen to other spectators of yours as well.

    You can download a copy of the files that these links are intended to point to your pages a link to the local version, then download them. If these files are never moved or renamed, you will lose them and the parts of your site that use them will stop working.

    I don't know if they have something to do with your current number, but it's something to think about.

  • {{description}} Limit the number of characters

    Legacy code, in a web application, you could use{tag_description,number of characters} to limit the description to the first X amount of characters.

    Is there a way to do this with the Liquid tag {{description}}?

    As a note I tried {{description,100}}. It rendered the content but all of it, not the first 100 characters.

    The truncate filter will do the job:{{ description | truncate 100,"..." }} (docs)

  • MY POP3 accounts receive emails with lack and truncated attached files. This started only after the most recent update for Thunderbird Version 38.1.0

    I recently started having truncated the attachments in the emails to my POP3 accounts. The first I noticed was on 27 July 2015.
    I'm running Thunderbird Version 38.1.0 on Windows on Windows 7 Home Premium service pack 1. After the test, I found that this happens on all POP3 accounts only. IMAP accounts do not work properly.
    A single file is usually truncated, if I send several files to get a complete file one truncated and more sent are missing completely.

    I wanted to send a bug report, but your system is unusable because it asks us to load the daily accumulation and essay on a new account, but the link to the daily version is going nowhere. But it's ok

    Thank you

    Thanks Matt.
    I had no luck by disabling addons, and I found that I'm unable to start in SafeMode (another problem to solve), but in research and the elimination of other culprits (malware) this problem stopped.

  • Can I search for a word in the description of a bookmark?

    When I add a bookmark, I often add a description.
    Another reason why a lot of my favorites are the descriptions is that I am an old user of delicious and I imported these bookmarks in Firefox.
    So I would like to search for words that I wrote in the description, because the description is often more significant than the label, the name or the URL.
    But unfortunately Firefox does not resemble the description during the search in bookmarks.
    Nor find any extension.

    A backup of bookmarks HTML includes descriptions, so you could open such a backup in a tab and use the search bar to search the page.

    You can make Firefox create an automatic HTML (bookmarks.html) backup when you exit Firefox, if you set the pref to true on the subject browser.bookmarks.autoExportHTML: config page.

    This backup is created by default in the profile as bookmarks.html folder whenever you close Firefox, but you can set the file name and the path through the pref browser.bookmarks.file on the topic: config page.

    The pref browser.bookmarks.file does not exist by default and you must create a new pref to string with the name browser.bookmarks.file and set the value to the full path of the file backup bookmarks including the name of the file.

  • OBIEE logical column has same SQL but returns different results

    I have a SQL query with a case statement that returns the correct results by operating in Oracle SQL Developer. I've created several logical columns in OBIEE, one for each case in the original query. However, the results returned by each logical column OBIEE are radically different from the original SQL query results, even if the SQL code is virtually identical.

    For example, a column logical OBIEE that returns incorrect results contains the following SQL code:

    SUM (CASE when

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '% a %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%B %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%c %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"% %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%G %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"hour %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"%%J") or

    ("Registration - College". "" Effective colleges F. ("' Postal code ' like '%R %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%s %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%T %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"% %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%x %') or

    ("Registration - College". "" Effective colleges F. ("' Postal code ' like '%Y %')

    THEN 0 OTHERWISE 1 END)

    The case statement in the original SQL query, which returns the correct results, is as follows:

    CASE

    WHEN (postal_zip_code_permanent like "%%K") or (postal_zip_code_permanent like '% %') or (postal_zip_code_permanent like '%m %') or (postal_zip_code_permanent like '%n %') or (postal_zip_code_permanent like "%p %") THEN "Ontario".

    WHEN (postal_zip_code_permanent like '% a %') or (postal_zip_code_permanent like '%B %') or (postal_zip_code_permanent like '%c %') or (postal_zip_code_permanent like '% %') or (postal_zip_code_permanent like '%G %') or (postal_zip_code_permanent like "%hour") or (postal_zip_code_permanent like "%%J") or (postal_zip_code_permanent like "%%R") or (postal_zip_code_permanent like '%s %') or (postal_zip_code_permanent like '%t %') or (postal_zip_code_permanent like '% %') or (postal_zip_ code_permanent like '%x %') or (postal_zip_code_permanent like "%%Y") THEN "Canada, other than Ontario.

    WHEN (substr(postal_zip_code_permanent,1,1) IN ('1 ', '2', '3', '4', '5', '6' ', 7',' 8 ', ' 9',' 0') or (postal_zip_code_permanent like '%d %') or (postal_zip_code_permanent like '%f %') or (postal_zip_code_permanent like ' % I %') or (postal_zip_code_permanent like "% O") or (postal_zip_code_permanent like "%%Q") or (postal_zip_code_permanent like "%%U") or (postal_zip_code_permanent like ' % W ') or (postal_zip_code_permanent like "%%Z")) THEN 'other')

    WHEN (postal_zip_code_permanent like '% + %') or (postal_zip_code_permanent like '%. %') or (postal_zip_code_permanent like ' %? %') or (postal_zip_code_permanent like '% %') or postal_zip_code_permanent IN ('+ ','.', '?)) (',',') And THEN "Invalid."

    WHEN postal_zip_code_permanent is null THEN 'Blank '.

    Of OTHER postal_zip_code_permanent

    END

    Now I see what the problem was. In the original SQL query, each condition is exclusive, for each record will only be categorized in one of the scenarios WHEN. But in OBIEE, each logical column is autonomous, so some records were classified into more than logical column, even if each logical column was supposed to be exclusive.

  • Adobe metadata Muse - I was put in the description, the customer wants to appear in the search through properties of the Page engines &gt; metadata &gt; description and nothing changes. I'm not a coder, that I'm a Designer, that's why I love Muse so much,

    -Metadata I was put in the description, the customer wants to appear in the search through properties of the Page engines > metadata > description and nothing changes. I'm not a coder, I'm a Designer, that's why I love Muse so much, but it is a real problem. any help would be appreciated. I watched the tutorial by Dani Beamount already it was very clear but his does not work for me

    What Miss me?

    That you expect your customer as a 'change' ?

    Google does not use the Description so much more. You can always add it, and it might be useful to other search engines and other purposes. But Google structured content, good keywordsand values a good title !

  • How to use today's date in liquid when it is called from a campaign by email

    I have an email campaign that is configured to run every 7 days and I want to restore specific entries of a Web application based on the current date.

    I use the below in the content of the email:

    {module_webapps myCategory = 'Cat1' render = "collection" template="/layouts/custom/rounds-collection.tpl" id = "cms-towers" filter = "all"}

    and within the referenced model, I use the below to get today's date.

    {assign % = globals.site.dateNow | date: "yyyy-MM-dd" | convert: 'day'-%}

    The problem is that globals.site.dateNow makes whites when called from a campaign by e-mail.

    If I use the same method as before in a web page (rather than an email campaign), it works perfectly so I guess that globals.site.dateNow is not available in an email campaign.

    That's why I tried another way which is to pass another parameter of the module including the delivery date of the email (as shown below):

    {module_webapps myCategory = make 'Cat1' myDate = "{tag_deliverydate}" = "collection" template="/layouts/custom/rounds-collection.tpl" id = "cms-towers" filter = "all"}

    It is however is to make meanings like 'text' in the email. He has successfully replaced the {tag_deliverydate} with 'October 19, 2015', but it does not then decipher the tag module. I guess it's a bit a chicken and the egg tag thing which should make first.

    How do date 'today' or "email delivery date" available in my template file, then use this value in my liquid logic in an email campaign?

    You cannot run javascript in the emails.
    What you try to you can still.

  • Truncation of Memo field on the form textarea field

    Greetings

    I have a helpdesk application in which the user enters the question on a form (Memo field) and technology between their solution (another Memo field).

    I can't get all of the text that is in the comic book to display on the form of the tech work.

    I tried:

    (1) UPDATE main_helpdesk

    SET q_description = < cfqueryparam value = "" #Form.q_description # "cfsqltype ="cf_sql_longvarchar"/ >"

    on the action page,.

    (2) setting the Unicode Compression on 'no' in the properties Memo field in the DB (Access 2007 for the moment-SQLSever soon).

    (3) questioning the Memo separately from the main query fields:

    SELECT queue_ID, q_description, q_tech_resolution

    OF main_helpdesk

    WHERE queue_ID = #URL.queue_ID #.

    No luck yet...

    Thanks for any solution to this.

    sakonnetweb

    Things to check.

    1 is the value of the description truncated in the database?  If Yes, check the data type of the database column.

    2. If the value is not truncated to the database, but it is truncated in the SELECT query, verify that CLOB is enabled in your data source CF.  See: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fe7 .html

    Note that you must also use CFQUERYPARAM in your SELECT query.

  • Rendering of the canvas deteriorates proportionately with the size?

    Can someone explain to me how I can avoid the drop in performance of drawing on a canvas, as its size grows?
    What is the reason for this?

    Run even on a canvas runs more slowly, as the canvas size.

    It also seems that, despite "dirty zone" rendered using JavaFX technology, rendering the scene becomes slower as the size of nodes increases (e.g.: the canvas).
    even if most of it is off-screen. Speed is acceptable when the canvas completely fills my screen size, then the entire screen should already be redrawn.
    but as I increase the size, so the node/canvas already extends outside of the window, made performance continuously decreases as the node expands.

    It is corrected, when setCache (true) is applied.
    However, this does NOT improve drawing performance on the Web, where low latency is essential for a painting application.
    Who seems to be involved, as the documentation advises NOT to Cache, if the node changes frequently.
    Surprisingly then, still cached to True on the Web currently drawn on, more CacheHint = SPEED, seems to improve a little speed.

    Anyway, back to the question: why is based on a painting becomes slower with the size, although the same race, covering the same amount of area, is performed?

    My apologies if I seem confused or repeated myself, I am extremely tired. Thank you in advance and good night.

    It's a beautiful Shindoh descriptive answer.  You have a talent for this sort of thing.

    Reproduce your problem

    Your application does not work even on my machine (Java 8u5, Win 7, 64 bit, ATI Radeon HD 4600), except if I drop the size of the canvas to 8Kx8K (probably because I use an older graphics with capabilities of textures limited).  I drop the size of the canvas, I noticed improvements in performance that outline you, 8 k is really slow to update and pretty unusable at 1 K being quite catchy.

    The exception I get a canvas of 10Kx10K is =>

    java.lang.NullPointerException

    to com.sun.javafx.sg.prism.NGCanvas$ RenderBuf.validate (NGCanvas.java:199)

    at com.sun.javafx.sg.prism.NGCanvas.initCanvas(NGCanvas.java:598)

    at com.sun.javafx.sg.prism.NGCanvas.renderContent(NGCanvas.java:575)

    at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:2043)

    at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1951)

    at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:225)

    at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:575)

    at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:2043)

    at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1951)

    at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:469)

    at com.sun.javafx.tk.quantum.ViewPainter.paintImpl(ViewPainter.java:324)

    at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:89)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:511)

    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)

    at com.sun.javafx.tk.RenderJob.run(RenderJob.java:58)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)

    to com.sun.javafx.tk.quantum.QuantumRenderer$ PipelineRunnable.run (QuantumRenderer.java:129)

    at java.lang.Thread.run(Thread.java:745)

    A few suggestions

    10Kx10K is a very large canvas.

    Creation of such a thing is a really a kind of brute force solution.

    I think that you would need to get smarter about manage you such situations.

    In my view, relying on the library to manage the optimization of these paintings is not the way to go.

    Of course, the library can handle OK, but your tests show otherwise, so you'll have to work on a different solution.

    What you can do, is take some knowledge of the specific area of your application to help optimize the use of the canvas so that you can get with a smaller canvas.

    For example, consider the technique involved in the drafting of an engine of tile in JavaFX. It is average for the rendering of graphics games such as Pokemon or Zelda on a canvas, old-school style.  There is a support data format that is the TileMap, there are control logic that keeps track of the coordinates of the currently visible TileMap and there is a rendering engine that makes just the coordinates of tile currently visible on the screen.  You can apply a similar approach to your application - this would allow you to limit the size of the canvas limited to just the size of the portion of the visible screen.  Of course the nature of TileMaps make them especially well optimized for this approach, so the solution is not directly transferable to your application.

    Another project that demonstrates rendering an area almost infinitely great is the Grezi project that defines a JavaFX zoomable user interface, although it uses the SceneGraph and not canvas for this.

    The question may be "why should I should I put the extra mention, more complex logic in my code to draw effectively on a canvas? ' that is ' Why can't the library take care of these things for me?  I think the answers are:

    1. the current implementation of the Web on various platforms may not completely optimized for the treatment of the dirty area and overflow in the visible region to the areas off the screen.

    2. the implementation of the Web cannot make use of any domain specific design optimizations that your application may be familiar with.

    3. you qualify for an architecture of MVC type for your design in any case.

    4. the needs of canvas to deliver a very versatile solution that makes it work well in many situations, but may be not optimal for your particular situation.

    See for example-online the best optimizer is between your ears.

    You might want to try another option is to use the SceneGraph instead of a canvas.  The optimization of the library around the larger scene graphs and area sale/offscreen surface treatment can be more effective in the case of SceneGraphs compared to paintings, particularly in the case of graphs of scene quite sparsely populated.

    No matter what you do, if you want to render the box for 4 K screens, I think that JavaFX (and even some of his other computer pipeline components such as native libraries, drivers graphic, material interfaces screen etc), are not particularly well optimized for the treatment of these high resolutions at the moment.  This is likely to change over time, but expect problems of teeth if you try to make these resolutions at the moment.

    Another thing that I remember is that, to a lesser degree, JavaFX makes often content to the textures on a video card.  Most video cards have some sort of limit to the maximum size of texture and when this limit is reached, to do a layer of additional conversion somewhere in the library code that maps the content to several textures video card and when this way of rendering is called, things slow down significantly.  This limit may be generally around 8Kx8K 4Kx4K (I'm not sure).

    My guess is that this is probably not the answer you wanted ;-)

  • How to find and replace a URL in the content

    See the following page:

    http://democraticpartyofgeorgia.org/events/index.cfm?fuseaction=week & SM = 9 & SD = 9 & SY = 2007

    He pushes the margins way because some people type in long URLS in their description of the event (see the meeting September 10). I would like to be able to analyze the event description and replace that long url with a hyperlink where the long url is in the attribute href, but which is related is something link 'see link'. Is it possible to do? I can search for the instance of "" http:// ' of course, but can't seem to find a way to tell where the ends of the link... "

    Look at the ActivateURL udf to
    http://www.cflib.org/UDF.cfm/activateurl

    It's really more a question on a very long word of packaging. The URL is not packing, and it's what drives your margin. You need the column to encapsulate your column is a bit more liquid.

    Use the wrap() function CF.

    You can also go the road CSS, but the best solution I found only works on IE.

  • Single Instance / PAO and Service availability of premises listener at the JRC

    Hello

    While doing some failover tests at a client, I noticed the following problem:

    (a) 3 RAC Cluster Linux
    (b) network 'SERVICE1' with the DTC service = Yes flag (or cardinality = 1)
    (c) a listener on each NŒUD


    Objective test: make sure that the system survives a failed double earpiece

    Test 1:

    -SERVICE1 NODE1-pending
    -Stop listening on NODE2 and NODE3
    = > Result: continued

    Test 2
    -SERVICE on NODE1
    -Stop the Listener on NODE1 and NODE2
    = > Result: Application cannot connect to the Instance

    MY guess is that the application connects to the listening port on NODE3 and is redirected to the Instance on node 1. However since the listener on NODE1 didn't work, he didn't.

    I wonder if we miss all the parameters inside the FCAC to make the failover service when its local listener is not registered or if it should be monitored by the dishes of cluster.

    I rememer there were some recommendation on the use of two earphones on each node in the presentation of some of the Ora best practice, but I can't find a description of this more.

    Any opinnions?

    (Note: I am aware that this is less a problem for nodes multiple services and no problem for complete machine failure).
    (Note 2: I don't know if it is a question of RAC or RAC Installation, so forgive my ignorance, if I used the wrong forum)

    Published by: Bernd Eckenfels on March 18, 2009 10:53

    Ah, I understand now. Yes, the cluster is failover if it's just the listener that is inaccessible - it responds to the event of default instance only. Lose your headset without losing the entire node is probably quite rare, so I guess that you would need some kind of oversight that pick up and draw attention. Although I have to admit that in my many years of management of RAC databases I know never the listener down on its own.

    Kind regards
    Mark Backhouse
    orabackus.WordPress.com

  • NO MATTER WHAT SOMEONE SAYS, VOSTERAN RESEARCH IS THE DOWNLOAD OF FIREFOX

    WHENEVER I HAVE DOWNLOAD FIREFOX, IT TAKES ME LOOKING FOR VOSTERAN.

    No version of Firefox so for Windows, Mac OSX or Linux mozilla.org/firefox/all shipped with this unit or any other junk.

    Firefox becomes one of the apps less more is not gte delivered with anything whatsoever.

    Just because you see in Firefox does not automatically mean that it came with an installation of Firefox or the update of Mozilla.org

    http://malwaretips.com/blogs/remove-vosteran-search/
    http://malwaretips.com/blogs/remove-pup-optional-vosteran-virus/
    http://www.lavasoft.com/mylavasoft/company/blog/how-to-remove-vosteran

Maybe you are looking for

  • Pages Web can't already downloaded Adobe Flash.

    I use Web pages that require Adobe Flash and will connect to download. I downloaded the latest version, but web pages asking for Adobe Flash even after a successful download.

  • Scam email? Right?

    I got an email from PayPal saying I paid for a subscription of 39 dollar to Skype, but I don't even have a Paypal account, it is a scam, right?

  • How to recover deleted Xbox live profile

    Original Titlle: my profile deleted recently xbl Hey guys, last night I had on xbl and has my account all set just perfect... Ive had my Ag3nt56 account that was my name tag gamer for at least 4 years to what I tried to make room on my hard drive...

  • Printers network returns to 'Use printer offline' system recovery (extended). Windows 7 SP1 all versions

    Printers network returns to 'Use printer offline' system recovery (extended). The questions appear to affect all versions of Windows 7 (32 and 64 bit). Printed documents are queued on the local PC, waiting for the printer to come online. The box can

  • Security and dynamic delivery of keys

    I remember this question arises in another thread, but never saw a response: How can we protect someone just post a request on our key servers requiring the AppWorld for Dynamics of licenses and get without keys?  There seems to be no way to authenti