Hi people,
Here's my question:
I have this JS line that opens a new HTML.It workes on one of my pages but not in the index page. I can't figure this out.
Here it is:
<code>
<a href="javascript:;" onClick="MM_openBrWindow('1.html','Demo','width=820,height=580')"><img src="btn_arrow.gif"...
Hi,
I'm trying to send a mail by SMTP client. It works for me, but the problem that I must specify a password of the sender.
How can I send it without specifying password? I think it should be possible.
Dim msg As New System.Net.Mail.MailMessage()
msg.To.Add("me@mycompany.com")
msg.From = New...
Hi everyone,
I've been trying to add a "recent News" section using the marquee tag in my HTML site, but I don't know how to place it at the side of the page without dragging lower all the content.
In adition, on Firefox the marquee text is shown "fully" on load and then start to move correctly...
Hi,
I have 3 domains which points to the same place:
http://midjet.net
http://midjet.biz
http://GoMidjets.com
I'm trying to redirect one of the domains (http://gomidjets.com) to another page (http://gomidjets.com/site) by using .htaccess file.
Redirect 301 http://gomidjets.com/index.htm...
Hi,
I have a blog about configuration and Application Lifecycle Management (CM and ALM).
I'm writing a post about web sites and configuration management. In hence I'm doing a little poll:
1. Do you use any configuration management tool to keep your web site files? In such case - which one?
2...
Hi,
I'm working on a new menu (tool-bar) in my site. Here it is:
http://midjet.net/site/fsmenu_1
I would like to know if I can use it as a function in all other site pages. What I mean is to avoid of copying the menu code to each page.
I know it's possible if I'd use PHP - but since I'm using...
Hello,
I have to retrieve the day name by the absolute date. e.g. Today is 11/17/2008, so I need that this function(?) will retrieve "Monday".
Currently I'm using
Dim day As String = DateTime.Today.ToString("ddd")
which makes the work only if I use "English" as may regional language (it...
Thanks.
On the other hand, I may prefer to reformat the date format.
Currently I'm developing an app which users from whole world may use. I don't know their regional settings in advance.
What is considered the best for the scenario in which I don't know the user date format in advance, and I...
Hello,
I'd like to let my app run only if the Regional settings is in English format (US/UK is OK). How can I read it?
I'm using VB.NET 2008
See the link: http://midjet.net/download/eng.JPG
Thanks!
Hi,
I'm a beginner web designer.
I used a script for an HTML+Css menu, but the nested menu items do not appear on Firefox. It remains completely static, but of course on IE7 it works fine..
What am I missing here?
thanks,
(Link is attached)
Hi,
I'm writing a wrapper that tells me the free space and percentage on some file systems.
I need it to work on all UNIX and Linux platforms.
Currently I'm thinking about a good regular expression that covers all platforms by using "df -k", but I'm not sure it's the best. It's a lot of work...
Hi,
I'm a rookie web designer, and I have the following strange behavior:
I have a flash toolbar. When I browse through IE, it looks good. However, if I browse by using FireFox, its edge is not aligned to the table below, as you can see here:
http://midjet.net/toolbar.JPG
The page and site...
I'm looking for a built-in function that tells me what day is today. I mean to its name - Sunday, Monday and so forth.
I'm using VB.NET 2008
Is there anything?
Or should I use some function that can calculate it by the full date?
Thanks in advance!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.