ASP.NET MVC View Content Page vs. View Page

A "View Content Page” uses master pages where as a “View Page” does not. Pretty simple…

Image courtesy dotnetslackers.com

No related posts.

read more

ProjectV – MySQL data modeling

I just wanted to mention that ProjectV is using MySQL Workbench for data modeling.

Screenshots:
http://dev.mysql.com/workbench/?page_id=35

Features:
http://dev.mysql.com/workbench/?page_id=11

Discussions:
http://forums.mysql.com/index.php?151

Related posts:

  1. ProjectV

read more

ProjectV

I’ve recently started a rather large web application development project. This project, henceforth known as ProjectV, has a long list of requirements including automatic photo uploading, offline access and large scale data collection. ProjectV differs from most of my recent projects in a few ways. First, its huge! it’s been a couple years since I build a large web application. Secondly, and most import…to me, I have full technical control!

ProjectV technology review:

  1. Apache
  2. PHP5
  3. MySQL 4.1.11
  4. Smarty Templates
  5. jQuery
  6. AutoCrud for PHP
  7. Google Gears
  8. Scaffold Class

As the project progresses I’ll track my success, failures, pitfalls with each of the technologies listed.

Related posts:

  1. ProjectV – MySQL data modeling

read more