5,277 Posted Topics

Member Avatar for yaragalla_mural

Here's another approach that you can include with media queries.. You can have multiple divs and only print the content of a specific div by having some event fire (probably an onclick event) which will open a new window and pass the contents of that div, and have the printer …

Member Avatar for JorgeM
0
511
Member Avatar for Nmalik1

As others have stated, it's not a disadvantage thing...look at this from a cost/benefit perspective. Is it worth the extra effort for your site? What kind of users do you expect or have you already looked at your visitor data?

Member Avatar for JorgeM
0
255
Member Avatar for gahhon
Member Avatar for gahhon
0
159
Member Avatar for mmcdonald

If you want bob.com to point to your resource, the customer is not going to generally delegate their domain to your NS servers. What they would likely do is simply create an alias record for the domain name and point to your resource (your web server). At least, if I …

Member Avatar for JorgeM
0
262
Member Avatar for maxpaine69

The server is with your webhosting company or is this a server on your network? Can you provide the exact scenario on what you were doing and the exact error message? If this site is with a hosting company, have you tried using their FTP services and just copy the …

Member Avatar for maxpaine69
0
110
Member Avatar for killer88

the only opnet I'm aware of is for network managmenet/simulations. Not aware of any common tutorials you can find on the web, other than some universities that publish basic info. Have you tried youtube for "getting started" type of tutorials?

Member Avatar for JorgeM
0
75
Member Avatar for Barry_1

hello and welcome. Unfornately, I cant help to put my hands in things when they arent broke.

Member Avatar for JorgeM
1
204
Member Avatar for houseofkhawer

If you check some of the major sites, you'll notice that they may not validate either. From an SEO perspective, validation is not the top concern. however, by complying with these stands in web design, it helps to ensure your site is compatible across various browser platforms; so the idea …

Member Avatar for JorgeM
0
141
Member Avatar for Dougie

Try upgrading IE and use Microsoft Update instead of WindowsUpdate. Something must have happened that broke some component.

Member Avatar for JorgeM
0
211
Member Avatar for theashman88
Member Avatar for JorgeM
0
194
Member Avatar for T4gal

I tried with Chrome and the first time i accessed the page, the only issue i saw was that your Nivo slider didnt render correctly. A refresh fixed the problem. I've cleared cache tried to reproduce the problem and have not been able to. The only other issue i can …

Member Avatar for pixelsoul
0
250
Member Avatar for YakuzaJevin

If you want the web page to open in the same browser window use window.location() instead of window.open()

Member Avatar for YakuzaJevin
0
235
Member Avatar for Dani

I agree..they look very clean and sharp. I was just browsing some other sites and came across an add in the format you displayed in your post. If it wasn't for the fact that I had seen your pic first, I wouldn't have noticed that it was an ad. These …

Member Avatar for mmcdonald
0
177
Member Avatar for wasik
Member Avatar for taibashah
Member Avatar for shrikanthnk

@shrikanthnk-is there something else you have in mind because it seems like this is too simplistic of an example. As you can see from paulkd's example, there is no need to incorporate jQuery to simply generate an alert to say "Hi" on page load.

Member Avatar for JorgeM
0
128
Member Avatar for HunainHafeez

The first time you access the page, asp.net knows that it was not a postback that occurred from the same page. Since you only have one form element on the page, any time you click on a submit button or another control set to autopost back, the same page will …

Member Avatar for JorgeM
0
172
Member Avatar for prateek_chandra

That's very vague. However, you can start with a simple tutorial found on the php.net web site: http://us1.php.net/tut.php

Member Avatar for veedeoo
0
83
Member Avatar for johmny

Its possible to like both. It doesn't have to be one or the other. They are not similar so it's not possible to make an apples to apples comparison. However each has its strengths. For example , if you were developing an intranet business app for an organization that's a …

Member Avatar for diafol
0
152
Member Avatar for gahhon

Have you tried formatting both dates, then just compare the strings? http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx

Member Avatar for gahhon
0
426
Member Avatar for Aung Thu

Give it a try first, upload your diagram and allow other members of the community to collaborate with you instead of asking people to do your assignmnet for you.

Member Avatar for JorgeM
-1
40
Member Avatar for balletshana

When things don't make sense, they are probably not true. So if this repair shop seems like they are making stuff up, go with your feelings and take it somewhere else. If you are referring to Remote Desktop (RDP), yes you can continue to remote into the box as long …

Member Avatar for JorgeM
0
219
Member Avatar for IsaacMessi10

I've had challenges over the years with this, but this syntax seems to work best a cross all browsers. <link rel="shortcut icon" href="http://example.com/myicon.ico" />

Member Avatar for IsaacMessi10
0
268
Member Avatar for maori

It would help to see some of your relevant code and more information about exactly what's not working...

Member Avatar for maori
0
107
Member Avatar for HunainHafeez

I think this article will help you understand how asp.net works with respect to compiling into IL and so on.. [Understanding ASP.NET Dynamic Compilation](http://msdn.microsoft.com/library/ms366723.aspx), first two paragraphs in the introduction gives a high level explanation. I have read this book from APRESS [Pro ASP.NET 4.5 in C#](http://www.apress.com/9781430242543) which had quite …

Member Avatar for HunainHafeez
0
181
Member Avatar for HunainHafeez

Yes, I know you are into asp.net so for example, you can install IIS on your laptop. You can access your site from your browser via http://localhost or whatever you configure your host headers to be on your site as well as having name resolution map properly to your IP …

Member Avatar for HunainHafeez
0
369
Member Avatar for mmcdonald

It seems fine with regard to approach... >Are there are risks involved when reloading a div so frequently? The main risk that I can see is negatively impacting the client side experience. Based upon what you are implementing, i dont see that as a problem.

Member Avatar for mmcdonald
0
216
Member Avatar for devianleong

Hard to say by loooking at a picture. I would say with almost certainty that there is both CSS and JavaScript/jQuery being used to produce that effect. It is most likely not even being implemented by the <select> element. It could be another element that has been style accordingly. If …

Member Avatar for ACRDepos
0
127
Member Avatar for shashidhargm
Re: Wifi

Can you clarify your question about WiFi and access points? What are you trying to implement?

Member Avatar for JorgeM
0
253
Member Avatar for mikkelseg

Your question is to general. At a high level, you need to create a form where you capture user credentials and validate them against the stored information. If the credentials pass, you provide access to the sensitive information. It would be more helpful if you break this problem into manageable …

Member Avatar for JorgeM
0
159
Member Avatar for slyme

I think the rule would look like this... `RewriteRule ^(.+)$ index.php?page=$1 [NC,L]`

Member Avatar for slyme
1
391
Member Avatar for grafic.web

If you are new to asp.net, you may want to start by visiting their official site, http://asp.net. They have many tutorials and examples to work with. There are lots of sites online that have videos and other tutorials. Where you go will depend also on if you are interested in …

Member Avatar for grafic.web
0
309
Member Avatar for ss125

Whenever I consult with people interesting in making their systems faster, I usually ask .. "What's the slowest component in your PC?" Your overall system can only be as fast as its slowest component. There can be debate here depending on what's being processes but in general, you would want …

Member Avatar for mayaestat
0
331
Member Avatar for freebotter

If you do not want to use paid DNS or cannot find a free service, the other free option is to tell your friend to modify his/her HOSTS file on their computer. You can create an entry like... 192.168.0.1 www.yourName.local Replace that IP with your public IP. Alternatively, register a …

Member Avatar for fajardojohnpaul
0
2K
Member Avatar for alpdoruk

So you want to query all records, unless a selection is made in the drop down list? hmm.. so I may have approached this a different way. I'm not completely following your last post, but let me show you an example, and see if this is helpful or possibly give …

Member Avatar for alpdoruk
0
861
Member Avatar for airafranz.mallorca.7

So, the computer is able to boot to Windows, just not working properly? Have you tried to boot Windows into Safe Mode? Anything change lately that you think may be causing this problem? Did you load any software recently? Have you checked your antivirus software, updated Windows recently?

Member Avatar for JorgeM
0
35
Member Avatar for ObSys

You are calling a function onload called "loadBlog()". I dont see that function anywhere in your javascript code. You also have some issues in your xml file with regard to opening and closing tags. Some problems in your ajax block as well (you can see if you use browser dev …

Member Avatar for JorgeM
0
502
Member Avatar for alpdoruk

You are performing a select on all fields in the table. A distinct in this case will return rows that are unique, not a particular field. your drop down control is only using one field from the table so while your SQL distinct is working you still see duplicates in …

Member Avatar for alpdoruk
0
147
Member Avatar for amrita111

A page cannot be found error (404) means that that are most likely trying to access the wrong URL or path. Go back and check on that. We don't know for sure because we would need to see your relevant code.

Member Avatar for JorgeM
0
197
Member Avatar for GordonUK

Have you tried to contact Google to appeal this...assuming that they penalized you in error? Or at least so that you can explain yourself to Google and let them know that you unaware that you were not within their guidelines?

Member Avatar for Austinlanger
0
195
Member Avatar for mangel.murti

Can you clarify what you are asking? Or what the error is you are trying to fix?

Member Avatar for mangel.murti
0
207
Member Avatar for HunainHafeez

complexity is a relative term. Is it possible that your teachers/friends are building projects in class that are not embracing these concepts? I've built many simple asp.net web apps that do not use all of these concepts. I've been in classes where these concepts are tought, but only tought and …

Member Avatar for JorgeM
0
118
Member Avatar for devianleong

Can you clarify your question some more. What is your specific question and what is your error? Post relavent code as well.

Member Avatar for devianleong
0
233
Member Avatar for gahhon

Your question needs clarification. You are trying to send an email to a specific email address? What do you mean automatically? During a postback, submit button, some other event?

Member Avatar for gahhon
0
238
Member Avatar for deltascrow

> I think posts with a net rating of zero should not be considered in the overall posting quality I assume that this has not been implemented because if it was in place, anyone who receives a downvote can simply register with a new account and upvote the downvoted post. …

Member Avatar for Atli
0
301
Member Avatar for best4earn

You receive rep points when someone votes on your posts AND leaves a comment in the voting box. Point are counted in technical forum categories (non community center related).

Member Avatar for JorgeM
0
74
Member Avatar for shashidhargm

So do you mean Rs=Indian Rupee. If so that's about $8 US. I would believe that the general price range for a generic inexpensice mouse is about that price but anyway.... Are you looking for someone to recommend a certain brand or type for that price? With that price range, …

Member Avatar for John_Matt
0
224
Member Avatar for Peter Harvy
Member Avatar for daniel.conlinjr.1

It appears that this new thread is a continuation of the "[Hiding div with php](http://www.daniweb.com/web-development/php/threads/463254/hiding-div-with-php)" topic. If you can be more specific as to exactly what you are trying to accomplish, you'll get better guidance.

Member Avatar for Nmalik1
0
3K
Member Avatar for garyjohnson

According to hostgator's support site, this page indicates that there is no limit to the number of MySQL databases, nor do they impose a size limit on the DB. it may be worth you reaching out to their sales/support to validate. I havent used them myself, i have a few …

Member Avatar for mmcdonald
0
351

The End.