DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
  • submit to reddit
Mandeep Bajar04/30/13
499 views
0 replies

ShepHertz GBaaS- Gaming Backend as a Service now supports Unity3D

ShepHertz today announced support of Unity3D SDKs for building sophisticated realtime 3D games. Now Unity3D game developers can make rich and interactive 3D games with Multiplayer Gaming Network Engine AppWarp which is a multiplayer gaming engine and engage...

Kay Hebbourn04/30/13
522 views
0 replies

Q&A with Tamsin Fox-Davies, Small Business Marketing Mentor

What is engagement marketing? Why is it important? And how to get started?

Mark Needham04/30/13
652 views
0 replies

Neo4j/Cypher: Returning a Row with Zero Count When No Relationship Exists

I’ve been trying to see if I can match some of the football stats that OptaJoe posts on twitter and one that I was looking at yesterday was around the number of red cards different teams have received.

//Code for Joining Multiple Documents Together

[C#]
 
// The document that the other documents will be appended to.
Document doc = new Document();
// We should call this method to clear this document of any existing content.
doc.RemoveAllChildren();

int recordCount = 5;
for (int i = 1; i <= recordCount; i++)
{
    // Open the document to join.
    Document srcDoc = new Document(@"C:\DetailsList.doc");

    // Append the source document at the end of the destination document.
    doc.AppendDocument(srcDoc, ImportFormatMode.UseDestinationStyles);

    // In automation you were required to insert a new section break at this point, however in Aspose.Words we
    // don't need to do anything here as the appended document is imported as separate sectons already.

    // If this is the second document or above being appended then unlink all headers footers in this section
    // from the headers and footers of the previous section.
    if (i > 1)
        doc.Sections[i].HeadersFooters.LinkToPrevious(false);
} 
 
[VB.NET]
 

' The document that the other documents will be appended to.
Dim doc As New Document()
' We should call this method to clear this document of any existing content.
doc.RemoveAllChildren()

Dim recordCount As Integer = 5
For i As Integer = 1 To recordCount
    ' Open the document to join.
    Dim srcDoc As New Document("C:\DetailsList.doc")

    ' Append the source document at the end of the destination document.
    doc.AppendDocument(srcDoc, ImportFormatMode.UseDestinationStyles)

    ' In automation you were required to insert a new section break at this point, however in Aspose.Words we
    ' don't need to do anything here as the appended document is imported as separate sectons already.

    ' If this is the second document or above being appended then unlink all headers footers in this section
    ' from the headers and footers of the previous section.
    If i > 1 Then
        doc.Sections(i).HeadersFooters.LinkToPrevious(False)
    End If
Next i
Adi Gaskell04/30/13
556 views
0 replies

Is HealthUnlocked Heralding the Rise of Social Healthcare?

The role of social media in healthcare is growing rapidly. Earlier this year research found that 60% of us head online for information when we become unwell. So it's with great pleasure I can welcome Matt Jameson Evans to the site. Matt is the founder of HealthUnlocked, a site that takes a community approach to healthcare.

Rogier Noort04/30/13
225 views
0 replies

How To Find The Right Social Media Platform For Your Niche

Finding the right social media platform for your niche is not as straight forward as you might think. Is there a specific one to start with? Should you be on all?

Adi Gaskell04/30/13
215 views
0 replies

Can Facebook predict the obesity of a town?

With the realms of data available on the web, the number of uses for that data continues to rise. Last week we saw researchers claim that they could predict stock movements based upon the keywords entered into Google.

Paul Miller04/30/13
1046 views
0 replies

Survey Lifts Covers on Cloud Promiscuity

Figures from RightScale‘s latest State of the Cloud Report (free registration required) suggest “a strong interest in multi-cloud strategies” amongst respondents.

Jive Community04/30/13
184 views
0 replies

Critical Mass Builds a Powerful Employee Community

Critical Mass is a global leader in digital marketing, that not only presents marketing services, but also aspires to provide an "extraordinary experience"- an experience that brings together creative thinking, smart ideas and emerging technologies to form solutions.

Ian Mitchell04/30/13
1068 views
0 replies

Sprint Planning in Practice

The beginning of a Sprint provides a new opportunity for getting things right. Unfortunately, Sprint Plans are easily stomped on by operational concerns. Emergencies, defect fixes, new priorities that trump earlier ones...the list of potential spoilers for a Sprint Goal seems limitless. Is Sprint Planning really worthwhile, or is it a ticket to nowhere?

Michael Brenner04/29/13
448 views
0 replies

Marketing Transformation: 3 Leadership Skills You Need To Succeed

Has the rise of digital, social and mobile technologies affected your marketing organization? In response to these rapid changes in the way everyone on the planet gets and processes information, governments, businesses and individuals are all facing the challenges of adapting to continuous change.

Adi Gaskell04/29/13
887 views
0 replies

Which Celebs Have Been Buying Fake Followers?

Earlier this month Italian researchers shed light on the booming market for fake Twitter followers. They found around 20 companies offering to sell fake followers, with around 1 million accounts in circulation. Some accounts simply followed their buyers, others were setup to automatically share or retweet content.

Jive Community04/29/13
207 views
0 replies

The Problem with Traditional Intranets

Traditional intranets, knowledge management and collaboration applications pose significant obstacles to achieving higher performance.

Adi Gaskell04/29/13
225 views
0 replies

The digital transformation of healthcare

Michael Fitzgerald, contributing editor at MIT Sloan Management Review, talks with WellPoint executive Lori Beer about how the company, which is one of the largest health insurers in the United States, is using technology to help doctors and nurses be more efficient and effective. Of particular interest is the use of IBM’s Watson to help provide diagnosis. If you work in healthcare, or merely have an interest in it, this is worth a watch.

Christopher Taylor04/29/13
167 views
0 replies

Chasing the technology rabbit

A few months back we decided to try out Amazon Prime just to test out alternatives to Netflix. What we didn’t expect to have and now depend on is the value of getting our shopping done online, without walking through aisles of things we don’t need, and getting the merchandise the next day (most of the time). Amazon Prime has turned our shopping expectations upside down and made any other options seem archaic, slow and most of all, inconvenient.