Fill out schema

RSS
  • O'Reilly MySQL & more 2011 was great

    [Programming] (Planet MySQL)

    I hope this is held again in 2012 and that Oracle sends more developers to the conference. I had useful conversations with the four developers and development managers who attended from Oracle. I also had great discussions with Percona, Monty Program, Continuent and many others. At home I sit and type, at the conference I stand and talk. It is a welcome change.The MySQL team has been very productive recently with many bug fixes, many features implemented, a great 5.5 release and what appears to ...

    [details] received 300 days ago  published 300 days ago  lang: en 
  • OldSQL Tricks or NewSQL Treats

    [Programming] (Planet MySQL)

    Why do B-trees need “Tricks” to work? Marko Mäkelä recently posted a couple of “tips and tricks” you can use to improve InnoDB performance. Tips and tricks. A general purpose relational database like MySQL shouldn’t need “tips and tricks” to perform well, and I lay the blame on design choices that were made in the early ’70s: the B-tree data structure underlying all OldSQL databases. B-trees were designed for machines that had very different pe ...

    [details] received 309 days ago  published 310 days ago  lang: en 
  • Web Developer (NE Portland Oregon )

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in seattle-tacoma)

    People's Credit Company, an independently owned finance company located in beautiful NE Portland, Oregon, is recruiting for a full time Web Developer to join our team. We understand that the contributions of each & every employee is key to our success. We don’t limit any position solely to its assigned responsibilities. This job description is merely an outline of primary duties, qualifications and job scope. We want employees who are comfortable offering their services & ideas whenever n ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Web Developer (NE Portland)

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in portland, OR)

    People's Credit Company, an independently owned finance company located in beautiful NE Portland, Oregon, is recruiting for a full time Web Developer to join our team. We understand that the contributions of each & every employee is key to our success. We don’t limit any position solely to its assigned responsibilities. This job description is merely an outline of primary duties, qualifications and job scope. We want employees who are comfortable offering their services & ideas whenever n ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • How well does your table fits in innodb buffer pool ?

    [Programming] (Planet MySQL)

    Understanding how well your tables and indexes fit to buffer pool are often very helpful to understand why some queries are IO bound and others not - it may be because the tables and indexes they are accessing are not in cache, for example being washed away by other queries. MySQL Server does not provide any information of this type, Percona Server however adds number of tables to Information Schema which makes this information possible. It is just few queries away: PLAIN TEXT SQL: mysql& ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • David Meego - Click for blog homepage

    Blog Post: Word Templates, Office 2010 and the Maintain Compatibility option

    [SharePoint] (Site Home)

    A while ago I posted an article on Modifying Microsoft Dynamics GP 2010 Word Templates which demonstrated the basic methods for customizing word templates for Microsoft Dynamics GP 2010. In that article, I mentioned that if you were using Word 2010 to edit the templates, you would have an option to Maintain compatibility with previous versions of Word on the Save As dialog. See screenshot below: I had recommended leaving this option checked, but indicated that it did not make much difference ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • sampleschema.png

    Configurable Objects - Introduction

    [Corporate Blogs] (Blogs.oracle.com Recent Posts (English-language only))

    One of the interesting facilities in the framework is Configurable Object functionality (it is also known as Task Optimization and also known as Cool Tools). The idea is that any implementation can create their own views of the base product objects and services and implement functionality against those new views. For example, in Oracle Utilities Customer Care and Billing, there is a Person object. That object is used to store and manage information about individuals as well as companies. In the ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Review of Train Signal’s “Exchange Server 2010 Training” Set

    [Sysadmin] (Planet SysAdmin)

    In this blog post I am going to review Train Signal’s “Exchange Server 2010 Training” DVDs, but before I do I would like to make a disclaimer: Begin Full Disclosure: I received the title “Exchange Server 2010 Training” for free from Train Signal as part of their effort to get real-world reviews of their products from technologists in the field. There has been no incentive given to me to review the product or provide a favorable review. The only thing that I received out of this is an ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • image

    Blog Post: How to Setup User Profile Synchronization between SharePoint 2010 and SUN LDAP

    [Ecommerce] (Site Home)

    Introduction With SharePoint 2010, you now have the ability to synchronize user profiles between the SharePoint profile database and user repositories such as Active Directory, SUN One LDAP, IBM Tivoli, and Novell eDirectory. If you have a custom user repository such as a database, or any other source, you can still synchronize profiles using Business Data Connectivity. Figure 1: Types of synchronization connections available in SharePoint 210 In this post, I will explain how you can se ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • JAVA DEVELOPER

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in washington, DC)

    Work Status: Must be a US Citizen as required by the Government contracts. Location Springfield, VA Duration: FULL TIME Rate: 1099 or corp-to-corp (see bottom)*** Job summary - Developer - JAVA The Developer works on complex application problems involving all phases of software development and maintenance. The developer analyzes requirements and develops detailed design specifications, develops block diagrams and logic flowcharts, and translates detailed d ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • How to Visually Diff Multiple Databases

    [Corporate Blogs, Enterprise, RIA (Rich Internet Apps)] (Sun Bloggers)

    Today we'll combine the last two blog entries so that we can diff two databases and present the result visually to the user. The assumption is that you've followed everything described yesterday and that everything is up and running successfully. As a first next step, follow the blog entry from the day before that to set up your Maven-based NetBeans Platform application correctly for working with the Diff API. I.e., set the dependencies described in that blog entry, but don't create the TopCompo ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • image

    Automating Deployment with Microsoft Web Deploy

    [Programming, RIA (Rich Internet Apps)] (ScottGu's Blog)

    This is the twenty-eighth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. This blog post continues a series of posts I’m doing that cover the new improvements we made around web deployment. In my first post in the deployment series I provided an overview of the new VS 2010 Web Deployment features. In today’s post I’m going to be discussing Microsoft Web Deploy – which is a free server technology that enables a comprehensive publishing and deployment mechan ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Application state transition

    Ian Robinson: Using Typed Links to Forms

    [Programming] (Planet TW)

    Nowadays, I tend to use a typed link leading to a form, rather than a heavily typed link alone (I’ll explain what I mean by heavily typed link shortly), to advertise unsafe operations and/or requests that require an entity body. Here’s an example of a typed link: //Request GET /shop HTTP/1.1 Host: restbucks.com Accept: application/vnd.restbucks+xml //Response HTTP/1.1 200 OK Date: Mon, 26 Jul 2010 10:00:00 GMT Cache-Control: public, max-age=86400 Content-Type: application/vnd.restbucks+xml ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Blog Post: Studying for Exam 70-518

    [Ecommerce] (Site Home)

    Either I should be committed as I made a commitment to take the 70-518 exam. Uggh. Well here is the study guide I am going to fill in for the exam. Unlikely I won’t study this in order. But since I have to study for it, it helps me if I also write and talk about it. So here is my outline (source: Pro: Designing and Developing Windows Applications Using Microsoft .NET Framework 4 1. Designing the Layers of a Solution (22%) Design a loosely co ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • How to create a map of science in your city (from Nature Network Team's blog)

    [Science] (Nature Network Blog Posts)

    As many of you will have seen, we’re curating a series of Google Maps showing key scientific locations in cities around the world (so far: London, Münster, San Francisco). We’re very keen to add further locations, and are hoping a few of you will relish the idea of putting such a map together for your own city (or region). If so, here’s a recipe for creating your map.Creating a map# Before you start, email Matt (i.am.mattbrown – at – gmail.com) to check no one else ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Table refactoring & application version upgrades, Part I

    [Programming] (Planet MySQL)

    A developer’s major concern is: How do I do application & database upgrades with minimal downtime? How do I synchronize between a DB’s version upgrade and an application’s version upgrade? I will break down the discussion into types of database refactoring operations, and I will limit to single table refactoring. The discussion will try to understand the need for refactoring and will dictate the steps towards a successful upgrade. Reader prerequisites I will assume MySQL t ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Blog Post: Planning office moves with Solver Foundation: Part IV

    [SharePoint] (Site Home)

    The previous three posts in this series introduced all the components necessary to describe and model office space allocation problems. Here’s the payoff: a C# program that uses the components to solve problems. The important classes are: OfficeSpaceData. This class stores information about the entities, rooms, and constraints (e.g. “two entities should share a room”) that make up a problem instance. OfficeSpaceModelSimple. This class encapsulates a Solver Foundation model ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • pic3

    Blog Post: WCF netTcpRelayBinding Streaming Gotcha

    [Microsoft] (Site Home)

    If you are exploring the Windows Azure AppFabric Service Bus capabilities and trying the bits out in your projects, the following article may shed some light on where to be on a lookout when it comes to using the netTcpRelayBinding in Streaming mode. Scenario I’m currently leading the development efforts on a customer project where we are streaming large amounts of structured (XML) data from on-premise BizTalk Server 2010 environment all the way to a cloud-based inventory database hosted ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • Blog Post: Post-Graduate AD Studies

    [Windows] (Site Home)

    Hello world. I was out of the office late last week so there was no mail sack; Jonathan pretended like he was going to do one but he lied. He’ll try to claim that things got “busy” and there were “customers” who wanted “their issues fixed” or some other nonsense, but we all know it was due to him daydreaming about bubble baths. Too weird? Anyway, what with the hiring we’re doing now, a month ago I promised you some further reading around how you can amp up your Active Directory ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • image

    Blog Post: Converting an Access DB to XML using C#

    [Business Intelligence] (Site Home)

    I recently needed to import an Access database into a C# program for a sample that I will be blogging about soon. My objective was to convert the data into a more convenient form for use with my “real” application. Nothing here will be very cutting edge! A quick and dirty way to get the job done seemed to be to read the data into a DataSet and export it to XML. Access MDB files can be read using the Jet OLDB provider with OleDbConnection. Once the connection is established, the GetOleDbSchem ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • clip_image001[4]

    Blog Post: Finding Circular References

    [Healthcare IT] (Site Home)

    In the world of relational databases circular references are schema structures where foreign keys relating the tables create a loop. Circular references cause special types of issues when trying to synchronize two relational database where the foreign keys are enforced. Because of this issue, database schemas that contain circular references are restricted in the tools that can be used when synchronizing and replicating the database. This article will explain circular references and demonstrate ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • Blog Post: SQL Azure Horizontal Partitioning: Part 2

    [Microsoft] (Site Home)

    SQL Azure currently supports 1 GB and 10 GB databases, and on June 28th, 2010 there will be 50 GB support. If you want to store larger amounts of data in SQL Azure you can divide your tables across multiple SQL Azure databases. This article will discuss how to use a data access layer to join two tables on different SQL Azure databases using LINQ. This technique horizontal partitions your data in SQL Azure. In our version of horizontal partitioning, every table exists in all the databases in th ...

    [details] received 1 year ago  published 1 year ago  lang: Unknown 
  • COINS data release: The 10 things we found out

    [Guardian] (Politics: Politics blog | guardian.co.uk)

    Last week the government released the massive Coins database. Find out what we know now • Coins explorerThe Coins (Combined Online Information System) data release continues. Here are the key points so far:1. More dataOn Friday the Liberal-Conservative Coalition government released another three years of data - which means we now have every financial year from 2005/06 to 2009/10 - and you can use our Coins explorer to help navigate around the data2. Overspends at the National Audit OfficeThe N ...

    [details] received 1 year ago  published 1 year ago  lang: en-gb 
  • Web Developer opening - MAPLight.org (berkeley)

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in SF bay area)

    Are you floored by the recent Supreme Court decision unleashing corporate contributions to political campaigns? Have you always suspected that voting in Congress is influenced by the contributions of interest groups, but never had the data to prove it? Does a chance to work magic with that data to develop sophisticated tools to support high-profile research fill you with glee? MAPLight.org, a cutting-edge non-partisan research organization located in Berkeley, California, is looki ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Coins data release: what we've learned so far

    [Guardian] (Blogposts | guardian.co.uk)

    Last week the government released the first part of the massive Coins database. Find out what we know now • Coins explorer • This article will update throughout todayIt's only been three daya but are we getting a little blase about the tusnami of government data that's coming our way? On Friday, the government released part one of the massive Coins (Combined Online Information System) database to the public - you can download it here from our World Government Data search. They've since relea ...

    [details] received 1 year ago  published 1 year ago  lang: en-gb 
  • Uniqueidentifier and Clustered Indexes

    [Windows] (MSDN Blogs)

    I love GUIDs -- the uniqueidentifier data type in SQL Server. I use them for everything, domain names, unique error message, and for primary keys in my database tables, etc… -- don’t get me started. About two years ago, I started using uniqueidentifier for primary keys because of their unique ability to merge. Merging When you create a GUID in SQL Server using the NewId() command you are guaranteed that it will be unique across the whole universe. Which means if you have two databases (with ...

    [details] received 1 year ago  published 1 year ago  lang: en-US 
  • Sr .NET Application Developer (Woodridge, IL)

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in chicago)

    Job Title: Senior .NET Application Developer Location: Woodridge, IL LOCAL CANDIDATES ONLY Company Overview Digital Aisle LLC is an industry-leading media company paving the way in next-generation digital shopper-marketing. The world’s largest Fortune retail companies rely on Digital Aisle because our proprietary solutions are revolutionizing the way to communicate with consumers at the critical point-of-purchase. The Digital Aisle platform has proven to deliver significant ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Project PM

    [News] (True/Slant Network Activity)

    I'll be providing a more comprehensive description of Project PM relatively soon after certain things are confirmed, but this page will serve in the meantime as a repository for the information that's currently available. This effort is called Project PM. The major goals are to (a) discredit prominent pundits such as Thomas Friedman and Charles Krauthammer in order to reduce their negative influence on U.S. policy and (b) increase the positive influence of the more capable segments of the blogo ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Making Sense of the Pittsburgh Steelers Linebacker Situation

    [Pittsburgh Steelers] (Behind the Steel Curtain)

    While reading some of the commentary provided by you all here on Behind the Steel Curtain recently, I had several fresh thoughts about the linebacker situation for the Pittsburgh Steelers. There's not a whole lot to assess personnel wise at the outside linebacker position. 2008 Defensive Player of the Year James Harrison and third year sensation LaMarr Woodley have the two outside 'backer positions locked down for at least the next two or three years. It's the inside linebacker position in Dick ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • The Internet, Skepticism, and Self-Perpetuating Revolution

    [News] (True/Slant Network Activity)

    Though every nation is of some degree of contradictory nature if one looks hard enough, the United States offers ironies of particular significance. Here we have a nation that produces an incredibly large percentage of peer-reviewed papers relative to its population size, which produces a similarly large share of its patents, which attracts some of the best scientific minds in the world to some of the best scientific institutions in history, which has conceived and implemented such an incredible ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • image

    Daily Demo: Silverlight Fullscreen Trigger Action

    [Windows] (MSDN Blogs)

    A common needed and used feature in Silverlight is the Fullscreen Mode. A feature to switch the current application from a hosted in browser to fullscreen mode. This features is interesting in scenarios like Point of Sales- or Games-Applications. Normal Browser Mode Full Screen Mode Livepreview here XAML-Code <UserControl x:Class="FullScreenBehavior.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mic ...

    [details] received 1 year ago  published 1 year ago  lang: en-US 
  • Database Designer & Administrator for 3vTV (US)

    [Jobs, Jobs (not Steve)] (craigslist | software/QA/DBA/etc jobs in SF bay area)

    Database Designer & Administrator for 3vTV We are seeking to fill this position immediately. This position will be a contract position with the candidate working remotely located any where throughout the U.S. Must have Android as we are building Android based applications. This position will be the Lead programmer and work side by side with other developers. We're currently sourcing for a Part-Time Senior, SQL Server DBA/Developer with 2+ years of professional experience to join ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • MAPLight.org Seeks PHP/MySQL Web Developer (berkeley)

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in SF bay area)

    Are you floored by the recent Supreme Court decision unleashing corporate contributions to political campaigns? Have you always suspected that voting in Congress is influenced by the contributions of interest groups, but never had the data to prove it? Does a chance to work magic with that data to develop sophisticated tools to support high-profile research fill you with glee? MAPLight.org, a cutting-edge non-partisan research organization located in Berkeley California, is lookin ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Error in Cutting Lists

    [Woodworking] (Popular Woodworking)

    Gordon Humphrey writes: As past-editor of Woodworking Magazine (which I am more than a little sorry to see disappear), and still editor of Popular Woodworking Magazine and designer of the sideboard on the cover of the Summer 2009 issue of Woodworking Magazine (the featured project of that issue), I wish to call you attention to what I believe to be an error in the cutlist on page 12. The web frame stiles are said to be 33" long. Given that the interior measurement of the table is 34" and you sta ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Solar by Ian McEwan | Book review

    [Guardian] (Culture | guardian.co.uk)

    Ian McEwan excels at climate science but his one-dimensional protagonist makes you shudderSolar is a sly, sardonic novel about a dislikable English physicist and philanderer named Michael Beard. He's a recognisable Ian McEwan type, a one-dimensional, self-deceiving man of science. We have met others like him before in McEwan's novels – such as Joe Rose, the science writer who narrates Enduring Love, or Henry Perowne, the brian surgeon protagonist of Saturday – but none is quite as repulsive ...

    [details] received 1 year ago  published 1 year ago  lang: en-gb 
  • Writing a Custom Claims Provider for SharePoint 2010 - Part 3: Searching Claims

    [Windows] (TechNet Blogs)

    In the first two parts in this series we've seen how to create a custom provider, do claims augmentation and register the provider, as well as how to add a hierarchy to the people picker. In this post we'll talk about how to implement searching for our claims in the people picker with our custom provider. And this is really where the rubber meets the road. Without having a way to select our custom claim, we can't provision permissions in the site based on who your favorite basketball team is. ...

    [details] received 1 year ago  published 1 year ago  lang: en-US 
  • Writing A Storage Engine for Drizzle, Part 2: CREATE TABLE

    [Programming] (Planet MySQL)

    The DDL code paths for Drizzle are increasingly different from MySQL. For example, the embedded_innodb StorageEngine CREATE TABLE code path is completely different than what it would have to be for MySQL. This is because of a number of reasons, the primary one being that Drizzle uses a protobuf message to describe the table format instead of several data structures and a FRM file. We are pretty close to having the table protobuf message format being final (there’s a few bits left to clean ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Concessions to Our Human Weakness

    [Christianity] (First Things: On the Square)

    Whenever we process information, interpret an experience, or organize our actions, we do so within the context of existing intellectual knowledge abstractions—schemas. Schema theory has been developed within the field of psychology in an attempt to explain how these cognitive knowledge structures are derived from personal experience and how they are organized in memory. Furthermore, schema theory has allowed us to investigate how these schemas serve as prototypes in memory and how they influenc ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • image

    The Workflow 4.0 Custom Activity Icon (and Toolbox Icon) FAQ

    [Windows] (MSDN Blogs)

    Q. ‘I’m creating a custom activity designer in VS and I want to add an icon to it. How do I do that?’ A. The class ActivityDesigner (System.Activities.Presentation) has a property called Icon. public DrawingBrush Icon { get; set; } You can set it from XAML <sap:ActivityDesigner x:Class="WorkflowConsoleApplication6.ActivityDesigner1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sap="clr-name ...

    [details] received 1 year ago  published 1 year ago  lang: en-US 
  • Sales Engineer-Programmer / Web Design (san jose downtown)

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in SF bay area)

    BayTech Webs, www.baytechwebs.com, is ranked as Top web development firm and a Gold Award Winner of Horizon Interactive Award in 2008 & 2009. The company specializes in custom web solutions to fulfill clients' web based application across all channels. The company has a fast growing team of world-class professionals specializing in consulting, design, development and web-marketing. The company delivers unprecedented web 2.0 solutions across a wide range of industries. Responsibilities: ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Project Architect and Land Planner (DC Metro )

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in washington, DC)

    Firm is seeking at least two motivated self-starters who will be part of a team of highly skilled, professional and experienced architects, interior designers and planners. The firm offers a diversified experience of multiple project types in various stages of design and development. We specialize in planning, architecture, environmental graphics and development consulting on TOD, mixed-use, multifamily, commercial and urban infill. Commercial space planning and 3D/2D rendering are a plus. ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Rotated axis labels on WPF

    Turn your head and check out this post [How to: Easily rotate the axis labels of a Silverlight/WPF Toolkit chart]

    [Windows] (MSDN Blogs)

    When someone asked me how to rotate the axis labels of a chart from the Data Visualization package of the Silverlight Toolkit/WPF Toolkit earlier today, I realized it was time for a quick blog post. Because when I've answered a question two or three times, it's usually a pretty good sign that I'll keep on answering it for some time. I usually try to head that kind of thing off at the pass, so here's my post on the topic for the benefit of future generations. :) The typical scenario here is that ...

    [details] received 1 year ago  published 1 year ago  lang: en-US 
  • Wine Sales Account Executive

    [Jobs, Jobs (not Steve)] (craigslist | all jobs in san diego)

    Regal Wine Company is California’s preeminent luxury wine distributor concentrating entirely on premium brands of outstanding quality from around the world. We are committed to providing world-class customer service to our valued customers across all relevant market segments. Acting as entrepreneurs our company encourages individual initiative and is determined to grow our creative resources. POSITION SUMMARY: Manage assigned territory of Chain Accounts. Sell displays, maintain 100% dis ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Heavy Equipment Mechanic

    [Jobs] (craigslist | all jobs in portland, OR)

    Schnitzer Steel Industries, Inc. is one of the largest steel recycling companies in the United States. We are experiencing aggressive growth and are seeking a dynamic individual to join our Metals Recycling Business team. This position is an exciting opportunity for the right person looking for stable, long-term growth potential. Schnitzer Steel Industries places a high value on its employees and their career development. Please visit our website at www.schnitzersteel.com for detailed informatio ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • MAPLight.org Seeks PHP/MySQL Web Developer (berkeley)

    [Jobs] (craigslist | all jobs in SF bay area)

    Are you floored by the recent Supreme Court decision unleashing corporate contributions to political campaigns? Have you always suspected that voting in Congress is influenced by the contributions of interest groups, but never had the data to prove it? Does a chance to work magic with that data to develop sophisticated tools to support high-profile research fill you with glee? MAPLight.org, a cutting-edge non-partisan research organization located in Berkeley California, is lookin ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Database rockstar

    [Jobs] (craigslist | all jobs in SF bay area)

    Database and Interactive Tools Development The Position - SQL Server Database Development and Architecture - ETL Developer - Tools and interface developer - This position reports to the VP Engineering and is responsible for defining, specifying, and building databases, ETL tools, and interfaces that form the foundation of the company’s service offerings. - The position is contract-to-permanent, and could be full time immediately for the right person. - This person is expected t ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Lead Engineer - Online Games (mountain view)

    [Jobs] (craigslist | software/QA/DBA/etc jobs in SF bay area)

    JOB DESCRIPTION: Senior Engineer - Online Games General Information Job Title: Lead Engineer - Online Games Department: Engineering Location: S.F. Bay Area Travel Required: Minimal Position Type: Full Time Employee Salary Range: Depends On Experience Reporting Relationship: CTO N/A Send Applications To Name: Barry Holroyd Email: barry.holroyd@mashermedia.com U.S. Post: 405 Hedgerow Court, Mountain View, CA 94041-1628 Company Overview Masher Media is an early st ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Ostrichfragments.jpg

    An 60,000-year old artistic movement recorded in ostrich egg shells

    [Science] (Not Exactly Rocket Science)

    Souvenir shops in South Africa are full of lamps made out of ostrich eggs. The eggs are so big and strong that you can carve and cut intricate designs into their shells. The egg's contents are emptied through a hole and a bulb can be inserted instead, casting pretty shadows on walls and ceilings. The results are a big draw for modern tourists, but ostrich eggs have a long history of being used as art in South Africa. The latest finds show that people were carvings symbolic patterns into these eg ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • Senior .NET Application Developer (Woodridge, IL)

    [Jobs] (craigslist | all jobs in chicago)

    Company Overview Digital Aisle LLC is an industry-leading media company paving the way in next-generation digital shopper-marketing. The world’s largest Fortune retail companies rely on Digital Aisle because our proprietary solutions are revolutionizing the way to communicate with consumers at the critical point-of-purchase. The Digital Aisle platform has proven to deliver significant results, including higher consumer satisfaction and increased sales. To learn more, visit www.digital ...

    [details] received 1 year ago  published 1 year ago  lang: en 
  • ExternalListOnNewSite

    Deploying an External List via Feature Using CAML #sp2010

    [Java] (Latest News from JAVA Developer's Journal)

    I’ve been talking a lot about external lists lately as you may know. They are so easy to create with SharePoint Designer, but you wouldn’t really deploy them to production that way would you? Of course not! We need a feature. At first, you might think generating all of that CAML might be too difficult, but remember we can use the Save Site as Template page to generate a .wsp file for us. Using this we can import it into Visual Studio and learn what CAML we need to use. We’re going to ...

    [details] received 1 year ago  published 1 year ago  lang: en