Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~9K People Reached
About Me

15 years in the I.T. industry, in varying roles from software developer through architect, and head of I.T. Currently Director of I.T. company, and Directory of Internet Marketing Company.

PC Specs
Linux, and Windows (everything up to Server 2008 R2)
Member Avatar for GordonUK

Hi there, I just wanted to know if the traffic that comes from search engines like Google and Yahoo vary depending up what time of year it is? I run a social networking website for young people and even though the keywords we are optimising for are ranked highly on …

Member Avatar for mark santa
0
162
Member Avatar for daW0lverine

Hello all, I used to be relatively well versed in .Net back when 2.0 was still the latest framework and I have stayed out of the loop for a few years. Looking to kick in a new pet project, I am interested in developing in Visual C# / SQL again. …

Member Avatar for daW0lverine
0
140
Member Avatar for sidyusuf

hi frnds.... i am working on a window based student registration project using vs2008 and ms access database.what i have to do is to register students for main or comptt. exam according to the course they are in. The students are shown in a datagridview as per the course generated …

Member Avatar for sidyusuf
0
161
Member Avatar for Emma Johns

How come Google+ could be useful for SEO or like facebok is used to grab traffic?

Member Avatar for soniasharma
0
136
Member Avatar for judithSampathwa

hi, i have a question in C#.net report viewer. i want to create a report which will take a user input and generate a report. what i want is get the month from the user input and get it as a parameter for the sql query go get the result. …

Member Avatar for judithSampathwa
0
471
Member Avatar for priyamtheone

Hi, I'm trying to render a checkbox in a datagridview column header so that when the checkbox is checked/unchecked all the cells in that column should be checked/unchecked accordingly. The datagridview is bound to a database table but the column containing the checkbox header cell is unbound. The problem is, …

Member Avatar for priyamtheone
0
975
Member Avatar for AccurateAG

Hi All: Just wanted to give you a tip on checking where your site ranks on the search engines. DO NOT trust the automated tools; they are not looking for your site, they are looking for your URL. These are NOT the same. Your URL will be something like example.com …

Member Avatar for Dani
0
185
Member Avatar for PixelatedKarma

Good evening, So I am working on a php application powered with a mySQL. I feel I am an intermediate programmer in php and intermediate with dealing with mySQL. I have begun to research security as it is or should be in my opinion the core fundamental when building anything …

Member Avatar for Stefano Mtangoo
0
145
Member Avatar for music613

Any thoughts on a clean way to modify an extant (and otherwise "ordinary") listBox such that it has more than one column? Further, once so altered, how to populate said listBox? example: listBox1.MultiColumn = true; ... now, I'm stuck! :(

Member Avatar for kplcjl
0
144
Member Avatar for mosesaaron

I think Google related is new features of Google. Please if you have full knowledge about this then please let me know

Member Avatar for micheal_paul
0
74
Member Avatar for TannerT

Hello all. I am in the process of piecing together a software project that I plan to use in the day-to-day operation of my service business. I'm sure this will be a simple question for someone here. I will be tracking employees, service tickets, clients, & client IT Assets. I …

Member Avatar for Ezzaral
0
131
Member Avatar for jesicawillss

I am using blog posting, forum posting, comment posting, article submission to get website on the ranking track. What is today’s Best Practice to get more back links and increase website ranking?

Member Avatar for MartinPlatt
0
226
Member Avatar for rameezsadikot

Hi, I am building a database that will be populated with financial data. Taking into account what the data looks like, how the data will be organised, what I am trying to do with this data, my hardware, budget and competency, I am looking for the most efficient design for …

Member Avatar for MartinPlatt
0
233
Member Avatar for Chitru

I don't know am i asking right question or not but my question is: I want to create a simple search site so I've team with different jobs. I have its database part to handle. I should create its database and i have not idea what should i do. I'm …

Member Avatar for MartinPlatt
0
129
Member Avatar for jalo4

[img]http://i.imgur.com/ACkqA.png[/img] Create an E-R diagram for a medical clinic, using the following business rules. Use Crow's Foot notation: • A patient can make many appointments with one or more doctors in the clinic, and doctor can accept appointments with many patients. However, each appointment is made with only one doctor, …

Member Avatar for MartinPlatt
0
1K
Member Avatar for zoraster01

hello everyone i need help.. i am new in crystal report and i wanted to make a report using vb.net.here is my problem i want to display in my report are the item which is displayed by the datagridviewer.. thanks in advanced

Member Avatar for MartinPlatt
0
105
Member Avatar for suunker

Hey! I'm going to make a windows service file watcher program. What it going to happened is that some time during the first day of each month, files are going to be added to a directory on the web server. The files are going to look pretty much like this: …

Member Avatar for MartinPlatt
0
203
Member Avatar for complete

I have a question about Silverlight on the Client Side. Silverlight is designed differently where it is not possible for a silverlight program running inside a browser can have access to a user's hard drive. This is a good thing and is important for security. But there are times when …

Member Avatar for MartinPlatt
0
127
Member Avatar for Hari835

Hi all I had a listview showing Image and its description from the database. In that i hide the other fields like GroupID,productid(primary key),product. In the database i stored two product with the same GroupID. Now i want to get how many products are stored under the same GroupID. How …

Member Avatar for MartinPlatt
0
103
Member Avatar for coolsasuke

Hi, i would like to enquire if there is a tool out there which will convert c# project to a vb.net source? I think it is possible , but i do not know which tool to use.. Thanks in advance . :)

Member Avatar for MartinPlatt
0
259
Member Avatar for coroll

Hi all, I've declared a static int variable call Click=0; in the Pay.Designer.cs. then i just want to get the value of it in a button click of another form. But it says : [B]The event 'System.Windows.Forms.Control.Click' can only appear on the left hand side of += or -=[/B] It …

Member Avatar for avertyn
0
2K
Member Avatar for khentz

I would like to know what is the correct format of virtual path on vb.net or vs 2010. In my project folder, is it advisable to save it in bin folder? If yes, what will be the virtual path of it?

Member Avatar for AnkitGuru
0
186
Member Avatar for coroll

Hi all, I want to show Form2 when button1 of Form1 is clicked. how would i do it. this is what i was trying to do.But it is not working But it gives me an error ; The event 'System.Windows.Forms.Control.Click' can only appear on the left hand side of += …

Member Avatar for ddanbe
0
149
Member Avatar for chandimak

I have a person table which specifies common attributes of sub tables teacher, student and staff. A person can be either teacher, student or both. I use the same primary key in sub tables which access the person table as foreign key (teacher_id, student_id is the same as of person_id). …

Member Avatar for MartinPlatt
0
207
Member Avatar for saras1031

Hi, I have created for an e-Learning Web Application. I am not sure if the concept I have chosen is correct and would appreciate any sort of guidance or assistance to improve the design. Please see attached screenshot of database design.

Member Avatar for MartinPlatt
0
1K
Member Avatar for juliusham

hi pros am new at C# and under graduate student. am stuck several hours. i have latitude,Longitude values from a server or gps device, they appear in textboxes and stored in mysql at the same time. i want to use the same latest values to map directly to google earth. …

Member Avatar for MartinPlatt
0
111
Member Avatar for iefilec

hi. i just want to ask how can i populate a listview n vb.net that has a is limited by a date from and date to. i have a datetimepicker for start date and datetimepicker for end date and i want do list all the entry of my database in …

Member Avatar for MartinPlatt
0
465