Archive

Author Archive

Weekly Link Post 160

September 6, 2010 Rhonda Leave a comment

Here is the latest installment of links that I have found interesting in the past week.

Application Development/Design

Database Development 

Community/Technology Events & Training

Photography: Tips and Software

Self-Improvement, Productivity and Career

  • How to Create the Ultimate Exercise Playlist – “Studies show that the rhythmic speed of your music influences your athletic performance. Here’s how to use that information to create the ultimate playlist for your workout.”
  • 8 Simple Steps To Overcome Shyness – “Shyness is simply a feeling of nervousness or awkwardness when around other people.”
  • Use OneNote to Make Memorizing Information Easier – “Whether you’re just getting started in the new school year or have been out of college for years, most of us have to regularly remember new information and often teach it to others. Here’s a neat way you can use OneNote to help you memorize information with digital flashcards.”

Sports, Entertainment and Everything Else 

Great Link Blog Sources

Happy Surfing.

^..^

Categories: Links

GFI Software Looking for Reviewers

August 31, 2010 Rhonda Leave a comment

GFI Software, the makers of GFI Backup, is looking for tech bloggers to review their new GFI WebMonitor Software. They have a competition going that has some pretty appealing prizes.

Details for the competition => Software Reviewers Wanted

Happy blogging!

^..^

Weekly Link Post 159

August 29, 2010 Rhonda Leave a comment

Here is the latest installment of links that I have found interesting in the past week.

Application Development/Design 

  • Debugging Tips with Visual Studio 2010 – “Today’s blog post covers some useful debugging tips that you can use with Visual Studio.”
  • Linq – Sum – “In this blog post I will demonstrate basic usage cases for the Linq Sum function.”
  • Null and blank values – “What’s the best way of writing robust code so that a variable can be checked for null and blank?”
  • Using C#-style Events In Ruby – “I thought it would be fun to write something that allows me to define and use events in Ruby in a way that is very similar to how it works in C#. It actually is pretty easy to do this and i think it shows some of the power and flexibility of the Ruby language.”
  • Howto Install and Run the Android Emulator – “I thought I would give a quick and easy guide for folks to follow, that might be interested in getting started with Android Development and running the Android Emulator.”
  • Search and Navigation Tips/Tricks with Visual Studio – “Today’s blog post continues on from the Debugging Tips post I did last week, and covers some useful searching and navigation tips/tricks you can take advantage of within Visual Studio.”
  • Divide a List into Equal Parts – “A recent post in the forums asked how to divide a generic list of items into separate lists of equal length.”

Database Development 

  • Interesting T-SQL problems – “With this blog post I am hoping to start a new series of blogs devoted to the interesting T-SQL problems I encounter in forums during the week.”

Community/Technology Events & Training

Photography: Tips and Software 

Internet, Software, Technology & Science 

Self-Improvement, Productivity and Career 

Social Networking and Blogging

Sports, Entertainment and Everything Else 

Great Link Blog Sources

Happy Surfing.

^..^

Categories: Links

WebMatrix Resources

August 23, 2010 Rhonda Leave a comment

webmatrix

WebMatrix is a lightweight web development tool that also integrates the below technologies:

  • IIS Developer Express: A lightweight web-server
  • SQL Server Compact Edition: A lightweight file-based database
  • ASP.NET Razor: A new view-engine option for ASP.NET that enables a code-focused templating syntax optimized around HTML generation.

I have started playing around with some of the templates and it does seem lightweight and easy to use. Below, I have listed some of the great resources I have run across.

Have fun!
^..^

Categories: ASP.NET, Web-Design

Weekly Link Post 158

August 22, 2010 Rhonda Leave a comment

Here is the latest installment of links that I have found interesting in the past week.

Application Development/Design

Database Development

Community/Technology Events & Training

Photography: Tips and Software 

Self-Improvement, Productivity and Career 

Sports, Entertainment and Everything Else 

Great Link Blog Sources

Happy Surfing.

^..^

 

Categories: Links

Weekly Link Post 157

August 16, 2010 Rhonda Leave a comment

Here is the latest installment of links that I have found interesting in the past week.

Application Development/Design

  • Microsecond and Millisecond .NET Timer – A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer.
  • Enum.TryParse – “If you work with Enum values, you may often need to convert between the Enum, an integer representation of the Enum.”
  • Enums in C# – Mapping enum constants with user friendly names.
  • Programming Languages Should be Simple – “I am disappointed with many of the newer languages which I earlier thought showed great promise of making programming easier, quicker, and more robust. And it boils down to one thing. Simplicity in learning.”
  • Taking steps in the right direction: WebMatrix/Razor learning path – “Whether you’re new to web development or moving from another platform or language, such as PHP or classic ASP, you’ll want to know as few key languages/technologies before getting started and diving into a new web development stack.”
  • Visual Studio Tips: Search in Class View

Database Development 

Community/Technology Events & Training

Photography: Tips and Software 

Internet, Software, Technology & Science 

Self-Improvement, Productivity and Career 

Sports, Entertainment and Everything Else 

Great Link Blog Sources

Happy Surfing.

^..^

Categories: Links

Weekly Link Post 156

August 8, 2010 Rhonda Leave a comment

Here is the latest installment of links that I have found interesting in the past week.

Application Development/Design

Community/Technology Events & Training

Photography: Tips and Software 

Internet, Software, Technology & Science 

Self-Improvement, Productivity and Career 

  • 10 Keys To Becoming a Better Communicator – “It’s easy for us to accuse others of being poor communicators, poor listeners or poor speakers, but the thing about communication is that it’s not one-sided – it’s 2-way.”
  • 7 Simple Ways To Say “No”  – “Rather than avoid it altogether, it’s all about learning the right way to say no.” 

Sports, Entertainment and Everything Else 

Great Link Blog Sources

Happy Surfing.

^..^

Categories: Links

League City Photography Meet up – 08.05.10

August 7, 2010 Rhonda Leave a comment

I attended my first photography meet up Thursday night. I have to say, the League City Photography Meet up Group is a very welcoming and mentoring group with a passion for taking photos. I learned a lot and hope to participate in more events in the future with this group.

The Third-Annual Worldwide PhotoWalk took place on July 24th.

World-wide Photo Walk – Main site

World-wide Photo Walk – Kemah site

Below is the photo submitted to the next level from the Kemah PhotoWalk

KemahWinner Photo by John Bielick

David Paulissen demonstrated a nice tip on using Powerpoint 2007 to create a PDF slideshow of your photos. This makes for an easy way to email photo galleries to friends and family.

Start Powerpoint and Select Insert > Photo Album > New Photo Album

pptTopdf1

 

Find the folder on your hard-drive containing the photos you want to share and click [Create]

pptTopdf2

 

Select a color scheme and add any necessary text to the slides

pptTopdf3

 

Select Save As > PDF or XPS

pptTopdf4

 

Name your PDF and click [Publish]

pptTopdf5

The end result is a nicely formatted PDF that anyone can open and enjoy your photos.

Great tip David!

Software Suggestions

DeNoise – by Topaz Labs

Links recommended by the group

Happy shooting!

^..^

Visual Studio Tip => Run to cursor

August 6, 2010 Rhonda Leave a comment

Learn something new everyday. The Run To Cursor debugging feature in Visual Studio allows you to set a temporary breakpoint. This serves as a helpful tool in debugging.

Just position the cursor, right-click and select Run To Cursor. The program will run up to the position of your cursor and pause to allow you to step through the code from there.

RunToCursor

This feature has been around since Visual Studio 2008 and maybe even earlier…

^..^

2010 Perseid Meteor Shower

August 4, 2010 Rhonda Leave a comment

perseid 

Photo by Kunal Rohilla

The biggest meteor shower of the year is growing closer. The peak for the Perseid Meteor Shower is the night of Thursday, August 12th and it looks like there will be a pretty dark sky that night. So, if you are in a dark area with clear skies, it is possible to see 45+ meteors per hour…and that would be an awesome site to see.

Additional Information

    Happy stargazing!
    ^..^
Categories: Astronomy Tags: , , , ,