- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
12 Posted Topics
While using free themes you can reduce it but can not stop it. I have been facing same issue since last 2 years and when read many post on net but found nothing useful. I have seen these spams even skiping captcha and many security plugins. There is only solution …
Hi, I am going to submit a new website in Google (deveoped in PHP) today. I have 'include' folder which has header.php, footer.php and navigation.php files. I have included them in each web page of my site using <?php include ('./includes/header.php'); ?>. I do not want these php files to …
If you have seen 10-20 videos of matt cutt, you can analyze that he does not speak clearly and because Google does not want make everything clear to webmasters due to spamming. But best way is to do natural SEO instead of focusing on one thing. You never know when …
I have a domain at shared hosting which I have mapped to a folder in public html (public_html/INSURANCEGEO). Now I have created a subdomain also loacated in public html (public_html/life). Site's Header and footer files are there in 'includes' folder within my domain folder (public_html/INSURANCEGEO/includes). I am trying to include …
I got the problem and tried to find on web but could not find the exact solution. It does not happen every time ! Please do rep if anybody have!
Hi, Actually I am not familiar with Exchange server environment so i have a qn. Can we convert ost file into pst using outlook inbuilt import/export option while disconnecting to Exchange Server. I mean If I am not connected to Exchange so i will be not able to read ost …
[QUOTE=Slade;26797]lol, for my information as well, I didn't know that[/QUOTE] Hey This thread is old but Here is something new for new HTML comers learn [URL="http://www.webcodemaster.com/html-tutorial/html-backgrounds.html"]Html tags for background image[/URL]. I hope you will enjoy learning HTML in easy way.
I have used mailing in asp on local host which worked fine but The prob has occurred when i hosted the pages the error message is: Failure sending mail. and the code i am using: [code] Dim message As New MailMessage message.From = New MailAddress("[email protected]") message.To.Add(New MailAddress("[email protected]")) message.Subject = test …
Hi I am using a list view to view the data between two selected dates i have two ways: 1. [code] "select * from mytable where mydate between '" + fromdate + "' and '" + todate + "'"; [/code] 2. [code] "select * from mytable where mydate >= '" …
hi izzatikhalid, here is the code: Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\emp.mdb;") Dim str="insert into emp values('"& txtName &"','"& txtPassword &"','"& txtAddress &"')" con.Open() Dim cmd = New OleDbCommand(str,con) cmd.executeNonQuery() con.Close() End Sub 1. In above …
Hi I have a list view in WPF with C#. In which i want headers of every column alignment to be left. eg name class etc headings. I have another query that I have wpf form in which i have a textbox in which i will input a number and …
As far i understood you are asking for the code to save values from form to sql server 2005, and you have the date in dd/mm/yy format. So you need to format date into sql date format while writing code for saving. and you need to format date while retrieving …
The End.
tarwara