Member Avatar

What is a “MIME type”, what does it consist of, and what is it used for? can anyone pls provide with example?

Member Avatar
-1
63
Member Avatar

Hi! I have existing system already, I am using ASP.NET. I am using a separate VOIP/Softphone so we can call. I want to know if it is possible to do predictive dialing in ASP.NET. I've heard that it is possible in C#. I am new in Web Development, so I am quite slow a little bit, please bare with me. Thank you for your help in advance.

Member Avatar
0
22
Member Avatar

How to create webpage How to create webpage

0
14
Member Avatar

Hi, I am new to php and html, so I need some help with a problem: I am trying to make a form where you can select from a dropbox, but thae data from the dropbox should be retrieved from a sql database. If I save the code bellow as php, the dropbox is created and retrieves the data from sql, but then the submit button (together with everything else I put after the while loop) disappeares. If I save it as a html file, the form and submit button works, but it doesn't retrieve any data from sql database. …

Member Avatar
0
3,551
Member Avatar

Please give any idea

Member Avatar
1
1,031
Member Avatar

I want a secured and server side way of interacting with two different servers namely SERVER A and SERVER B and i want database details and queries done on server B without reveling this database details to server A but yet server A functions based on responses it got from database queries in ServerB Then ServerB can only make a query search using data sent to it from Server A and then return a response to ServerA to know what else to do based on response it got from serverB. Am thinking curl_init() or Api calls but not ajax call …

Member Avatar
0
49
Member Avatar

I want to rewrite my URL from example.com/page/pipe?test to example.com/page/pipe/test My concept is just to remove the? at the end of the page and replace it with a / And I have written a rule to remove the .php extension of my files. below is what code looks like #REMOVE THE FILE EXTENSION FROM THE URL ESPECIALLY .PHP RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)/$ $1.php [NC,L] RewriteRule ^([^\.]+)$ $1.php [NC,L] # Remove ? from /page/pipe.php? and replace it with /page/pipe/ RewriteEngine On RewriteRule ^page/(.*) pipe.php?$1 [QSA] my previous code that removes .php makes is possible for my site to …

0
13
Member Avatar

Hi, could you please let me know what should I learn first about programing? I mean, may be I need to learn HTML, C++, Java, read a specific book, I don't know where to start and hope you can show me the way, please!! I would really appreciate it

Member Avatar
0
134
Member Avatar

Does anyone know of a good SVG editor that allows you to easily edit the document in text as well as visually. I have been using Inkscape, but the XML viewer/editor component is less then ideal, plus it adds alot of crud to the resulting XML. I attempted SVG Editor for VS Code, but that was quite slow and also didn't easly allow editing of objects that are inside of groups.

Member Avatar
0
885
Member Avatar

What is difference between HTML and HTML5

Member Avatar
0
321
Member Avatar

Now every web developer need a local web development envoiurment but i don't know how to set up Full-Stack ASP.NET Web Developmental Environment. any one can here to explain me.

Member Avatar
0
464
Member Avatar

can you help me add a write and read function to the program below #include <iostream> #include <conio.h> #include <windows.h> #include <stdio.h> #include <fstream> using namespace std; struct daerah { char kel[50]; char kec[50]; char kota[50]; }; struct data { int nomor; char nama[50]; char tinggi[20]; char status[20]; char pekerjaan[20]; char tempat[20]; char tanggal[20]; char almt[20]; char jenis[50]; daerah alamat; }; main() { int menu; int no_sim=-1,i,j; int pilih; int namedit; data sim[20]; char get[1]; bool ketemu; menuutama: system("cls"); cout<<" ---------------- Aplikasi Data Pelanggaran Lalu Lintas ---------------"; cout <<" \nMENU UTAMA :\n\n"; cout<<" 1.Menambah Data Pelanggaran\n\n"; cout<<" 2.Mencari Data Pelanggaran\n\n"; …

Member Avatar
0
369
Member Avatar

I am new to code writing. How do I make it so this page stays centered in web browsers? What HTML code do I add and where? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Direct Selling Rumors & Gossip</title> </head> <body bgcolor="066082"> <TABLE align="center" class="" style="BACKGROUND-IMAGE: url(http://www.directsellinglive.com/Rumors/Rumors.jpg)" height="1067" width="1916"> <TBODY> <TR> </div></TD></TR></TBODY></TABLE> </body> </html>

Member Avatar
0
339
Member Avatar

what is UX/UI design ? please explian for me , i know only programming in php and javascript and css i know nothing about UX , is it for graphic designers ? or for programmers ? thanks.

Member Avatar
0
926
Member Avatar

Hi, i want to include images in email,i write the following script which unfortunatly not working,please any one help me resloved my issue `$to = "example@gmail.com"; $subject = "new account created"; $body = "New account has been created <img border=’0' src=’http://www.example.com/myimages/track.php?MID=1111&SID=2222' width=’1' height=’1'> " ; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n"; $headers .= "From: admin@gmail.com"; $neww=mail($to,$subject,$body,$headers); `

Member Avatar
0
10,664
Member Avatar

I have been thinking about getting into web development. So far, i have been able to absord lots and lots of information about HTML, CSS and Java... But there is someone I know. He says that there are web developer secrets that I'll never be able to use and those can only be learned by taking a paid course. Is this true? I mean can I not learn a thing such as this all by myself?

Member Avatar
-1
456
Member Avatar

Hi! I would like to know how to make a photo clickable to redirect people from my blog to my Facebook page. I'm not a computer science student nor do I have a heavy duty level of expertise in HTML, but I can follow simple instructions. I'd like to make the photo so that when people click on it, they are sent to my FB page. I tried making one on Easy Hyperlinks but they asked for information I did not have. This is what they wanted: 1- The target URL (I could provide that, my FB page URL) 2- …

Member Avatar
0
35,235
Member Avatar

I don't think people should be lumping web design with HTML and CSS anymore. Design should be separate from coding. Design is typography, layout, color theory, illustration, digital manipulation, etc. It should really be it's own section and not grouped under web development. Anyway, just saying. =)

Member Avatar
0
381
Member Avatar

Menu sub links overlapping when select box opens , how to fix this Check this below link for reference http://i.stack.imgur.com/lCCWO.gif

Member Avatar
0
2,422
Member Avatar

I'm trying to build a website with Weebly. I am currently searching the web far and wide to try to figure out how to create a sticky navigation bar and insert it into the style sheet, but everything I try won't work. I have a website header with the logo, and then below that is a separate table with the navigation. It either stays in the place it is with a big space between it and the top, or it stays at the top but some of the header is hidden. Also, when one scrolls, it appears *behind* the text …

Member Avatar
0
491
Member Avatar

I'm working in Excel to extract content of a table from a web page and populate Excel sheet cells with it. I'm trying to extract data from a table that gets loaded to a web page after show results method gets called. I have an error that says "Run-time error '424' Object required". Sub extractDataFromTable() Dim IE As Object Dim theTable As Object Dim form As Variant, button As Variant Dim doc As Object Set IE = CreateObject("InternetExplorer.Application") ' navigate to a web page With IE .Visible = True .navigate ("http://www.sizemyups.com") End With While IE.ReadyState <> 4 DoEvents Wend Set …

Member Avatar
0
9,178
Member Avatar

Hello there, > colud you please tell me that how can i generate html into csv, actually it display all tr and td into csv file, here i have share my code <?php /*include("wp-config.php"); include("wp-app.php"); include("wp-active.php"); include("wp-settings.php");*/ //include("index.php"); include("wp-load.php"); include("wp-includes/template-loader.php"); header ("Expires: Mon, 12 Aug 1988 23:30:00 GMT"); header ("Last-Modified: " . gmdate("D,d M Y H:i:s") . " GMT"); header ("Pragma: no-cache"); header ("Content-type: text/csv; charset=UTF-8"); header ("Content-Disposition: attachment; filename=report.csv"); header ("Content-Description: Generated Report" ); /* wordpress $wpdb->hide_errors(); @set_time_limit(0); @ob_clean(); header( 'Content-Type: text/csv; charset=UTF-8' ); header( 'Content-Disposition: attachment; filename=woocommerce-product-export.csv' ); header( 'Pragma: no-cache' ); header( 'Expires: 0' ); $fp = …

Member Avatar
0
1,200
Member Avatar

If you viste www.topelven.com you will find a perfect website devloped but till now i can't understand what they code with css can you give me exemple

Member Avatar
0
357
Member Avatar

<?php $db = new Db(); $mysqli = Db::$_mysqli; if (isset($_POST['name'])) { $name = escape($_POST['name']); $email = escape($_POST['email']); $phone = escape($_POST['phone']); $password = escape($_POST['password']); $result = array(); /*check email is unique*/ $email_num = $db->GetNum("user","email='$email'"); if ($email_num == 0) { /*insert into database*/ $md5password = md5($password); $insert = $db->Insert("user","'','$name','$email','$phone','$md5password'"); /*success*/ if ($insert) { $result['type'] = "success"; $result['message'] = "Your are Register"; /*login the user in*/ session_start(); $_SESSION['id'] = mysqli_insert_id($mysqli); }else{ /*error*/ $result['type'] = "error"; $result['message'] = "Error Please Try again."; } }else{ $result['type'] = "error"; $result['message'] = "Email Already Register <span class='text-bs-primary'>Please Login</span>"; } if(!$error) { $sql="select * from user where (name='$name');"; …

Member Avatar
0
7,993
Member Avatar

I have wordpress template in which url is generating in for of xyz.com/?pickup_location=662#038;pickup_date=2018%2F08%2F08&return_date=2018%2F08%2F10 now I want to get pickup_date but I could not I also tried $_SERVER['REQUEST_URI'] but it's giving link till pickup_location

Member Avatar
0
261
Member Avatar

Here is the code i have for a website. I just need the menu to be a click down and it's not working.

Member Avatar
-1
404
Member Avatar

hai i need php code for simply drop and drop to create website coding ...pls help me ...

Member Avatar
0
1,985
Member Avatar

Hey guys, Myriad Festival is coming to Brisbane next week and heaps of tech experts both local and international will be speaking there! It's my first time going to an event like this and I'm super excited to hear the industry mentors speak so I thought I'd let you all know so you could buy tickets as well if you were interested! Just search Myriad Brisbane for the extended speaker list, too many goodies to name! Hope to see you there :)

0
214
Member Avatar

I'm running a weather station with daily time lapse videos on my site.. I am wanting to run a calendar on my site so when you click on the day the video will run underneath.. I'm having trouble as to linking the video to the calendar day without creating 365 different pages. Hoping to just run 12 pages, 1 for each month. The page I have is www.hamiltoncityweather.co.nz/vidmar.php.. Any help would be much appreciated.

0
212
Member Avatar

Hello fellow programmers; So i am currently working with machine language using CPUSim Wombat 1 machine. Just wondering if its possible to create a storage and store negative numbers (say -1 ) in it. If so, how do you do it?

Member Avatar
0
589

The End.