I only have an associates degree, my boss has a Masters and my collegue has no degree at all. Our team is brilliant however and what we may lack in a piece of paper from some overcharging institute is made up for with sheer skill and enthusiasm. That being said, there are a number of places where I think a degree does become mandatory. The #1 is any government contract usually requires that the workers have a certain level of education.
...
User Profile
Collapse
-
Z-index could be the culprit of your issue. The "image" is covering everything.
I also don't think you need to have a container for the background at all, you can easily make the background part of the 'body' the way you did the color;
Code:body { background-color: #005EAD; background-image: url("ambg.png"); background-position: left bottom; background-attachment: fixed;
Leave a comment:
-
SQL Create Dynamic Table View From Another Table
Problem:
I have a few related tables that collects information about a given publication. The information collected varies based on the type of collection and is stored in a few different tables. The latest requirement the customer wants is to alert the faculty when a publication is added that is 90% similar to another publication. To facilitate this I want to create a flat lookup table that I can easily query and manipulate.
... -
Please could you give us more information about your environment?
What version of Access?
What version of SharePoint? (ie, WSS or MOSS and are you using 2003, 2007 or 2010 version?)
Are you looking to migrate to SharePoint permanently or still utilize the current Access/Excel method?Leave a comment:
-
Intermitten SQL Conn Login Issue (High Volume Site)
I'm mainly looking for assistance pointing me in the right direction for my research. I have a few theories of my own but would welcome any others that could help me figure out what the problem is.
The problem is very intermitten but our logs are getting the following error:
Code:System.Data.SqlClient.SqlException: Login failed for user '[I]DatabaseUser[/I]'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
-
Limitations on Email Body Length for SMTP MailMessage
I have a quick question as I'm trying to anticipate whether or not I may have an issue in the very near future. PM came to me today with an urgent need for a report to run weekly and e-mail a bunch of folks a dump of all the registrants for the past week. My concern is that they are receiving a LOT of registrants every hour and today sent out of mass e-mail concerning this registration to 100,000 more people.
My tiny little whip-it-out... -
I have not found the answer yet but I did get a slightly better explination. Apparently because the controls are created dynamically they are "receated" on postback and therefore it is not holding on to the viewstate.Leave a comment:
-
Edit Button in Dynamically created DataList
Background: I have a generated datalist to display information and I need to add the capability to have a button (Edit button) so that users can change the information. I'm sure once I figure it out I'll smack myself on the head for being so stupid but I feel as though right now I'm chasing my tail and want to see if some of yall can point me in a better direction.
Initiation
Code:public class GroupDetail : WebPart
-
Arielle replied to Degree: which? -- "Computing (Software and Systems)" vs "Web Systems Development"in CareerWithout detailed descriptions of the courses here is my initial impression of what you have posted.
Web Systems Development
There seems to be more potatoes here. This seems focused on gearing you up to become somewhat of a "Webmaster" able to dable in Internet side of programming with scripting, trends, security, etc. If you want to spend your life making interactive websites or E-Commerce this may be the route to...Leave a comment:
-
Sharepoint: Issue Adding SPUser to SPGroup FBA & Windows Auth
Foreword: Our Sharepoint site runs off both Forms Based and Windows Authentication. That being said some users have dual accounts for both methods of authentication. ..but not all users. Each account has unique ID's but runs off different SSPs.
Problem: Currently working on a tool that one piece (the one I need help with) is having issues adding users to a specified SharePoint group. I am getting a legitimate SPUser but when I try... -
Sharepoint Programmatically Setting Permissions for List Items
Mainly I'm looking for direction in regards to a requirement I've been given.
In the basics I have a task list where the tasks are generated by a number of folks however instead of having to go back into each line item per item addded to the list to modify the permissions they want to be able to select the "Editors" of the line item directly from the add form.
I've tried for the past few days to find ANYTHING... -
UL w/ Image Bullets forcing overlap on image
I've struggled with this for over a week now with much annoyance. The issue I'm having is that the text from the unordered list is overlapping the image. I've tried using a float on the image but it ends up shoving the text down to the bottom, I've tried removing the margins on the UL and it does help -some- but not enough. I've tried removing the image from the list-style and that while it works creates a whole new issue of ....the customer wants... -
Max Number in List (Solution)
The delima was I had a list of numbers that I needed to find the maximum value of. Simply doing Max(ListName) did not work because the Max function requires only two parameters.
What I ended up doing to get around this was converting my list to an array and doing the ArrayMax function
<cfset myList = "1,3,1,2,5,2,2, 3,2,3,4">
<cfset maxNum = ArrayMax(ListTo Array(myList))>
I... -
Manipulating a Parsed Log
Working on a reporting tool to communicate with a tool a lot of our internal customers utilize. A new enhancement requested has been to re-order the log.
Each "ticket" has a status log that is stored as a CLOB in the database that on the output report we parse out client side to be in a more "intelligen t" format that's far more legible than the strait dump of the log.
It ends up being something like... -
Coldfusion - Find Specific Text In File
The Problem: Currently working on a way to catalog a large flux of files into a database. The files are for the most part uniform but some of the flags in the database fields vary depending on the content of the form. For example, if the file contains the text "Final Report" I know that this particular file is a summary analysis and is flagged in the database as such. These files are in different types... some are word docs, some are... -
Date Manipulation - Selecting Years from Database
I'm trying to build some custome filters for a document reader and one of the fields that I have is the document date (docdate). The customer wants to be able to filter the documents by year and month. For the purpose of the dropdown I wanted to select the distinct years from the docdate column.
[CODE=cfm]<cfquery name="yearSelec t" datasource="#re quest.dsn#">
SELECT DISTINCT DATEPART(docdat e,"yyyy")... -
CSS Element Height Resizing in Firefox (works in IE)
Problem: Using an XHTML doctype for all our pages, this is not optional. The layout the client wants to use requires the site to be "full screen" with a header, footer, horizontal menu, and main content area. The header may or may not be absolute, the menu and footer are absolute, and the main content is dynamic to fill the rest of the space. The idea is to use javascript to make up where css lacks forcing things to a full height. This... -
Maintaining Line Breaks when Writing from Database / HTML Encoding?
Trying to migrate from ASP classic to ColdFusion and was wondering how to handle this. A form has a text area that submits to a database and stores a memo that can later be viewed. How can I display the field on the page while maintaining all the style information i.e. line breaks and spacing entered into it?
Of course the <pre> tag works but then it brings up other formatting issues. -
CSS Cross-Browser Table-Like Two-Tier Hybrid Navigation Menu
I know what I want. That's the first step right? Now the question is... is it possible.
Using embedded unordered lists I want to display a horizontal navigation menu with potential sub-menus that display in as a vertical menu. The tricky thing is I also want the top menu to be more like a table in that it displays 100% across the browser's width with the menu items spaced out evenly across the page.
I've managed to... -
No activity results to display
Show More
Leave a comment: