Contact Information
7154 N University Dr #95, Tamarac, FL 33321, USA
Software Development

What Should I Choose in 2015 – Cloud Hosting VS VPS Hosting? – DZone Cloud
- By beedaworld
- . August 13, 2022
- 0
-
Shares
This article was originally published on 1/5/14 The countdown for 2015 has already begun and so are the businesses eager to roll out new strategies

The Web Performance APIs Reference – DZone Performance
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Each of the following performance APIs is in different stages of the W3C’s specification maturity process. You can see each spec’s stage next to their title.

Using the TabControl on Windows Phone 7 – DZone Mobile
- By beedaworld
- . August 13, 2022
- 0
-
Shares
By default, the Windows Phone 7 SDK doesn’t have a TabControl. It is a quite useful component already available in Silverlight and although it doesn’t

Using the LongListSelector control on Windows Phone 7 – DZone Mobile
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Yesterday I looked into the Silverlight Toolkit for Windows Phone and I covered some of the controls that are included in the current build. One of

Total Bummer: Pivotal Drops Groovy – DZone Java
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Pivotal announced yesterday that Groovy 2.4 And Grails 3.0 will be the last major releases under Pivotal sponsorship. This is big news that has not

Some Thoughts on Agile Planning – DZone Agile
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Agile Math The basic math of team-based agile is pretty simple. You can slice it several ways, but at the end of the day, one

Responsive Design and jQuery Mobile – DZone Mobile
- By beedaworld
- . August 13, 2022
- 0
-
Shares
The source code The slides for the talk “Mobile First!” is the new cry of web designers worldwide. But how do you do it? Do

Parsing JavaScript with JavaScript – DZone Web Dev
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Over the weekend I started working on llamaduck– a simple tool that aims to figure out whether your code will run on the newly released

Neo4j and Cypher: Using MERGE with Schema Indexes/Constraints – DZone Java
- By beedaworld
- . August 13, 2022
- 0
-
Shares
I wrote about cypher’s MERGE function a couple of weeks ago, and over the last few days, I’ve been exploring how it works with schema

Migrate Serialized Java Objects with XStream and XMT – DZone Java
- By beedaworld
- . August 13, 2022
- 0
-
Shares
Java serialization is convenient to store the state of Java objects. However, there are some drawbacks of serialized data: It is not human-readable. It is