Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 51
Search took 0.09 seconds.
Search: Posts Made By: dotnetmind
Forum: HTML & CSS 09-03-2011, 01:15 PM
Replies: 4
Views: 1,466
Posted By dotnetmind
set overflow:hidden on the style for the <td>...

set overflow:hidden on the style for the <td> elements
Forum: HTML & CSS 09-03-2011, 01:12 PM
Replies: 3
Views: 348
Posted By dotnetmind
semantically incorrect to simulate data tables...

semantically incorrect to simulate data tables with divs (http://stackoverflow.com/questions/2617895/actual-table-vs-div-table)
Forum: ASP.NET 09-03-2011, 01:08 PM
Replies: 1
Views: 1,308
Posted By dotnetmind
what is the current date format?

what is the current date format?
Forum: Unknown sized projects (request quote) 09-03-2011, 12:36 AM
Replies: 2
Views: 716
Posted By dotnetmind
Just Ask

Sure, just send me a PM with all detail and what is the problem you encountered?
Forum: Computer Programming 09-03-2011, 12:33 AM
Replies: 2
Views: 1,606
Posted By dotnetmind
Converting byte array to string...

Converting byte array to string (http://stackoverflow.com/questions/1422314/converting-byte-array-to-string-and-back-again-in-c) and back again in C#
Forum: Geek News and Humour 09-03-2011, 12:29 AM
Replies: 15
Views: 5,181
Posted By dotnetmind
Linux started as a challenge not for marketing...

Linux started as a challenge not for marketing :thumbsup:
Forum: ASP 09-03-2011, 12:24 AM
Replies: 3
Views: 1,542
Posted By dotnetmind
Private Sub btnRead_Click(ByVal sender As...

Private Sub btnRead_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRead.Click

Dim di As New DirectoryInfo("F:\txtfiles")
Dim s As String

ForEach s In...
Forum: JavaScript programming 09-01-2011, 10:55 PM
Replies: 5
Views: 602
Posted By dotnetmind
Stop caching images

A simple solution to this problem , is to add a randomly generated query string to each request for the dynamic image.

<img src="image.png" />

Would become

<img src="image.png?dummy=1100" />...
Forum: XML 09-01-2011, 10:50 PM
Replies: 2
Views: 1,683
Posted By dotnetmind
Sort XML file using PHP

I hope this help you:

$string = <<<EOS
<page>
<talentTrees>
<tree name="Football" order="2" />
<tree name="Baseball" order="0" />
<tree name="Frisbee" order="1" />
</talentTrees>
</page>
Forum: Career, job, and business ideas or advice 09-01-2011, 07:13 PM
Replies: 1
Views: 662
Posted By dotnetmind
Start OOP

This is a good post for Reference books for Object Oriented Programming and Design Patterns : starting OOP...
Forum: Career, job, and business ideas or advice 09-01-2011, 07:09 PM
Replies: 2
Views: 1,110
Posted By dotnetmind
Business innovation

I think you need to create you site with what you have as materials, cause if you look to next generation you'll be always as follower.

In contrast you could learn and prepare yourself for next...
Forum: Computer/PC discussions 09-01-2011, 07:04 PM
Replies: 3
Views: 3,405
Posted By dotnetmind
Avast Edition

Have you tried the free version of Avast (www.avast.com)
Forum: ASP 09-01-2011, 06:27 PM
Replies: 3
Views: 1,087
Posted By dotnetmind
Multiplication

I see the operation is correct!

635 + 21 = 13,335

What do you want to achieve?
Forum: General web building 09-01-2011, 12:23 AM
Replies: 8
Views: 1,494
Posted By dotnetmind
Best blogger software

Most used softwares:


Wordpress
Blogger
Blogengine
Forum: General web building 09-01-2011, 12:17 AM
Replies: 8
Views: 1,572
Posted By dotnetmind
Access Levels

It's a common asked question ! which language you're using?

And which OS you're on?
Forum: Computer Programming 08-30-2011, 11:30 PM
Replies: 2
Views: 1,565
Posted By dotnetmind
Concatenate .Wav files

Are you looking for Merging .wav files (http://www.codeproject.com/KB/audio-video/Concatenation_Wave_Files.aspx)!
Forum: Computer Programming 08-30-2011, 11:12 PM
Replies: 4
Views: 861
Posted By dotnetmind
Get started BA

I think this post concerning start programming (http://stackoverflow.com/questions/1048004/start-programming-at-27) is very useful for you.
Forum: Design templates and graphics for sale 08-30-2011, 09:42 AM
Replies: 1
Views: 1,929
Posted By dotnetmind
Templates

Try to refer to this post Sites Templates (http://www.codingforums.com/showthread.php?p=1130217)
Forum: Design templates and graphics for sale 08-30-2011, 09:22 AM
Replies: 4
Views: 3,242
Posted By dotnetmind
Blogger Templates

Can I know if there is some pretty premium blogger tempaltes?

If so, for how much?
Forum: ASP.NET 08-30-2011, 09:15 AM
Replies: 4
Views: 1,352
Posted By dotnetmind
ASP.NET features

ASP.NET has the advantage of allowing people with different language skills to use the same core framework – VB, C#, f#...
Forum: JavaScript programming 08-29-2011, 11:58 PM
Replies: 4
Views: 568
Posted By dotnetmind
Link two dropdown lists

Here is a simple way:

Javascript code:

<script>
document.getElementById('select1').onchange = function(e) {
var index = this.selectedIndex;
...
Forum: ASP 08-29-2011, 07:33 PM
Replies: 3
Views: 1,117
Posted By dotnetmind
filter results in gridview

Refer to this sample:

<%@ page autoeventwireup="true" codefile="FilterWithDropDownList.aspx.cs"
inherits="GridView_FilterWithDropDownList" language="C#"...
Forum: General web building 08-29-2011, 02:17 AM
Replies: 1
Views: 719
Posted By dotnetmind
Free Hosting

Have you tried Somee (Somee.com)? it has a good service
Forum: HTML & CSS 08-29-2011, 01:55 AM
Replies: 3
Views: 604
Posted By dotnetmind
Toggled Divs

ToggledDivs (http://stackoverflow.com/questions/4643114/javascript-css-underline-corresponding-to-toggled-divs)
Forum: HTML & CSS 08-29-2011, 01:15 AM
Replies: 3
Views: 848
Posted By dotnetmind
Hover link color

To help us undestand your idea well try to post your code!
Showing results 1 to 25 of 51

 
Forum Jump

All times are GMT +1. The time now is 10:34 PM.