Net Data Design, LLC Blog

Software and Database Development Blog

Browsing Posts published by Chris Smith

A directory containing personal details about more than 100 million Facebook users has surfaced on an Internet file-sharing site.

The 2.8GB torrent was compiled by hacker Ron Bowes of Skull Security, who created a web crawler program that harvested data on users contained in Facebook’s open access directory, which lists all users who couldn’t be troubled to change their privacy settings to make their pages unavailable to search engines.

What Bowes did is completely legal as the information is public. Maybe when a stalker comes to call on you folks who don’t protect you information (or your “friends”, you’ll realize the importance of securing your profile.

Bowes’ directory contains 171 million entries, relating to more than 100 million individual users – that’s 1/5 of all Facebook’s  half billion user base.

The file contains user account names and a URL for each user’s profile page, from which details such as addresses, dates of birth or phone numbers can be accessed. Accessing a user’s page from the list will also enable you to click through to friends’ profiles – even if those friends have made themselves unsearchable.

Facebook (FB) should be ashamed of themselves for not being more vigilante by either setting the user profiles to secure by default, or by forcing users to make wise choices about their information setting not to mention the information of their friends.

What are you thoughts, is it an issue that FB should deal with directly? Or perhaps, FB should be more diligent in educating it’s users?

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
  • Share/Bookmark

Recently we had a project that required a social networking set-up (like Facebook.), but without the nasty habit of selling users information to the highest bidder; but that’s another topic within itself. We have developed such a module ourselves, but this project had a number of requirements that fit Active Module’s Active Social better than our own. Humbling, but true. That said, we will not be developing our own module any longer. Active Social (AS) not only fit the bill for this project, but we’ll continue to use it for the reasons I’ll cover below.

The primary reason for using AS was the integration of Active Forums (AF). Active Forums in my estimation is the best forum module for DotNetNuke (DNN). It is robust and feature rich and is far easier to set-up than any other. The user-interface (UI) is more intuitive than that of DNN’s core module and well worth the investment. I have used AF for many years with great success.

The other main reason was we needed to tie it into a blog/article module. AS had hooks for doing so with Ventrian’s News Articles module. And while I’m covering this, with News Article v7.69 , Scott McCulloch (developer) includes an option for Active Social journal integration. Sweet! <digression>And if you haven’t used modules from Ventrian yet, I have a question…What the hell is wrong with you? Ventrian offers the best module subscription on the planet, period. </digression>

First, setup was relatively easy armed with the products documentation and a wealth of knowledge at Active Modules knowledge base and forums. The AS package includes two modules,  Active Social and Active Forums. The AS module once installed and placed on a page has 3 different set-up options.

The Simple install creates 4 pages that host modules for:

  • Forums – Contains the Active Forums module, which has your discussion forums and your Active Social group forums.
  • Groups – A single page contains the Listing of all the Groups and displays individual groups when selected.
  • Members – This page will show the member list and the profile of a chosen member.
  • Inbox – Contains the private messaging interface.

The Standard install contains 9 pages and has some definite SEO advantages, this was the configuration that we choose. Those pages are:

  • Forums – Same as Simple
  • Group Directory – Contains the list of all the groups in the network.
  • Group Details – Default view of a group profile. Only visible once a group has been created.
  • Members – Searchable listing of all members of the network.
  • Profile – This is the page used to display a member’s profile.
  • Inbox – Same as Basic Configuration.
  • Social Summary – The Social Stream. This page will show you updates and activity for members and groups on the site. It can be filtered to show specific types of information or certain user types.
  • Login – Create a separate page containing only the active social login. This will be used for verified registration or other non-standard logins.
  • Sign-Up – A page containing the Active Social Sign-Up wizard. Set this page as the “User Page” in the site settings. It will automatically redirect users to their profile.

Lastly there is the Expert Option, which is according to the user manual is not for the faint of heart and in fact isn’t really covered.

The next step is to configure the modules on the pages and set the functionality your looking for. This is probably a good place to stop and resign myself that there will be a part two of this blog.

Comments welcome…

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
  • Share/Bookmark

WebMatrix is a stack of tools designed to make web development easy. The stack contains IIS Developer Express web server, SQL Server Compact Edition web database and the ASP.NET “Razor”. Razor is Microsoft’s new view engine for ASP.NET.

WebMatrix was developed to be easy and focus on getting results for your website. It has integrated the code editor, database editor, web server manager, all while focusing on SEO. And as your needs grow, you can seamlessly move to Visual Studio.

There are two ways to get started using WebMatrix once you have it installed (download here). You can start with a your own project from scratch or start with one of the web popular Open Source web applications such as DotNetNuke, Umbraco, WordPress and Joomla!.

After you’ve begun working, because WebMatrix integrates with IIS Developer Express and is tightly linked with the Web server components that your site runs on, you can directly monitor real-time Web requests and responses to track down problems right at the source. You can even resolve the little peeves like images that are missing.

SEO tools, much like those available in IIS 7.5 , make optimizing your web application easy and will even take you to your weak spots with suggested solutions.

WebMatrix is the easiest way to learn standards-based Web development and makes it simple to build and publish Web sites on the internet. Start with HTML, CSS and JavaScript and then seamlessly connect to a database or add in dynamic server code using the new ‘Razor’ syntax for ASP.NET Web pages. Your code is easy to read, simple to learn, short to write and works with any text editor. Use built-in helper functions to connect to a database, display a Twitter feed, or embed a video. And with a seamless path to ASP.NET MVC it is now easier than ever to create powerful ASP.NET Web applications.

I’ll provide some feedback as soon as I’ve had the time to fully “kick the tires.” Stay tuned.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
  • Share/Bookmark

Dot Net Nuke Corp. released it’s latest version of their framework. Version 5.4.4 is a maintenance release resolve’s two significant breaking changes that appeared in 5.4.3. Those fixes are:

  • Fixed issue with ExecuteSql method overloads to be able to handle ExecuteSQL(string, nothing) again.
  • Fixed issue with Indirect Reference to DotNetNuke Library errors.

The release of 5.5 Alpha was a surprise to me. I have seen it progress in Gemini, I was just blissfully unaware of it progress. The focus of 5.5 is localization. I know, your going to say that DNN has localization. Well, in part that’s true. This is not the static strings localization, nope, we’re talking content localization.

You can read that DNN Blog on the topic here.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
  • Share/Bookmark
Powered by WordPress Web Design by SRS Solutions © 2010 Net Data Design, LLC Blog Design by SRS Solutions