Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements

12 Posted Topics

Member Avatar for dennyleon

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 …

Member Avatar for halenmartinez
0
155
Member Avatar for tarwara

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 …

Member Avatar for tarwara
0
731
Member Avatar for globeseal

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 …

Member Avatar for tarwara
0
123
Member Avatar for tarwara

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 …

Member Avatar for tarwara
0
216
Member Avatar for mania_comp

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!

Member Avatar for anandd
0
2K
Member Avatar for tarwara

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 …

Member Avatar for luciferjemmie
0
451
Member Avatar for cuddlers89

[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.

Member Avatar for tarwara
0
363
Member Avatar for tarwara

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 …

Member Avatar for jugosoft
0
990
Member Avatar for tarwara

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 >= '" …

Member Avatar for rohand
0
120
Member Avatar for izzatikhalid

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 …

Member Avatar for dbeura
0
309
Member Avatar for tarwara

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 …

0
133
Member Avatar for pooja yadav

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 …

Member Avatar for simi pillai
0
145

The End.