Posts

javascript - I want to load the page using the external url without iframe or object -

I want to load the page from the external URL in the device without the iframe or object, I need an alternative method for this. Can somebody help me out. This only works when I use iframe or object. & lt ;! DOCTYPE html public "- // W3C // DTD XHTML 1.0 Transcription // N http: //www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Test page & lt; / Title & gt; & Lt; Script src = "https://code.jquery.com/jquery-1.7.2.min.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; $ (Document) .ready (function () {$ ("# siteloader"). Load ("https://www.w3schools.com");}); & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div id = "siteloader" & gt; & Lt; / Div & gt; One ???? & Lt; / Body & gt; & Lt; / Html & gt; As suggested in @dfree gravity's comme...

android - ListView Recycle mechanism -

I have been very well understood as a ListView recycle mechanism, but I do not understand one thing, If I want to change the height of the list row, then it only works by determining the height by dynamically, for example: convertView.setLayoutParams (New AbsListView.LayoutParams (AbsListView.LayoutParams.FILL_PARENT, 80)); If I define the height of the line layout in XML then it does not change, how is it related to the recycle system? This is not only for list row height, I have seen many cases where the properties of XML are not working, but changing them works dynamically well, but how ? I understand, it was a small mistake, I convertView = mInflater.inflate (R. Layout.drawer_list_item, tap, incorrect); above the code was the main reason why the properties of XML were not working. Then I changed it to convertView = mInflater.inflate (R.layout.drawer_list_item, parent, wrong); Now it is working as expected, sorry, but the recycle system has nothing to...

php - Get alert if my email is read issue with gmail and yahoo -

I need to create the functionality in my app, If I send emails to users, if They need to get a notification for me to read my email. So I am sending "HTML Email" to my users with an embedded image, if I get a GET request on my image then I will handle it to get the information. I am sending an email using my Yahoo Mail, which uses the TunderBird client, using HTML inside HTML. If it works fine, then I will automate it in my app. I am sending this email to users. When I open this HTML file, which gives it a GET request, then I can see the GET request in my server's logs. But my problem is that when I send it to Gmail or Yahoo, its display is my html file, but this SRP URL is being replaced with the YouTube URL, GET request is not available from. & lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Body & gt; & Lt; H2 & gt; If you read this mail, I will get a notification & lt; / H2 & gt; & Lt; Img src = "http...

memory - Windows 7 64, how do I use more than 2 GB in C++ -

I'm using Sublime Text 2 to write / compile / run C ++ code though once program ~ 2 The GB uses memory, it resigns. I have more than enough memory two options: You need 64-bit compiler, you can install one using. Note that you can also install a 32-bit compiler with the same installer. For 32-bit applications: Set something in the executable file that it prompts for the Windows 4 GB memory to do so, -Wl, - Add big-address-awareness to the linker command. It will give you 4 GB on 32-bit Windows 3 GB and 64-bit Windows.

Android: ListFragment display blank space -

Image
मेरे पास एक ListView (एक ListFragment के अंदर) डेटा लोड हो रहा है LoaderManager की मदद से, जिसमें मैं एक headerView और footerView संलग्न करता हूं। मेरी समस्या यह है कि ऐसा करने के बाद, यह पाद लेख प्रदर्शित होने के बाद बहुत रिक्त स्थान (जैसे लगभग संपूर्ण स्क्रीन) प्रदर्शित कर रहा है। मेरे ListFragment से कुछ कोड: पब्लिक क्लास न्यूजफ्रेजमेंट फॉरगमेंट लिस्टफ्रैगमेंट लागू करता है LoaderManager.Loader Callbacks & lt; कर्सर & gt; {@ ओवरराइड पब्लिक रिक्त ऑन एक्टिविटी क्रेटेड (बंडल सेव किया गया इंटरस्टैंस) {सुपर। ऑन एक्टिविटी क्रिएट (सहेजे गए इन्स्टेंसस्टेट); यदि (getArguments ()। शामिल हैं KEY (Const.ARG_ITEM_ID)) {एमआईडी = getArguments ()। GetLong (Const.ARG_ITEM_ID); GetLoaderManager ()। InitLoader (NEWS_DETAILS_LOADER_ID, रिक्त, यह); GetLoaderManager ()। InitLoader (COMMENTS_LOADER_ID, रिक्त, यह); }} @ ओवरराइड सार्वजनिक देखें क्रेट दृश्य (लेआउटइनफ्लेटर इन्फ्लाटर, व्यू ग्रुप कंटेनर, बंडल सहेजे गए इन्स्टेंसस्टेट) {mCommentsAdapter = नई टिप्पणियां लिस्टएडेटर (getAct...

Whenever I start vim it thinks I have pressed 'd'. How do I stop this behavior? -

Whenever I open the Vim, the first key that I remove from the press. It seems that 'D' has been pressed, so if I type 'j' it removes the first two rows and if I press 'j' then it will destroy everything I own .vimrc and select The commenting section has been checked, this line appears: nnoremap & lt; C - [& gt; GT ... but I do not think this would be the reason ...? & lt; C - [& gt; (or ^ [ ) & lt; Esc & gt; , an important key, especially in the terminal, sending input keys and the control of the screen is based on ("ANSI escape sequence"). (This is less an issue in GVM, for which it applies to its own.) Therefore, that key should not be mapped! Choose a different. (Also not in the form of mapping (such as x ), because the Vim is waiting for other keys.) The way in which the keyboard input is controlled internally, the current is currently & lt; C - [& gt; and & lt; Esc & gt; can not ...

joomla3.0 - How to extend character limit in custom html module Joomla 3.x? -

Image
I have a very long table that I need to use with a module. But when I use the custom HTML module If I paste the table, it limits the amount of characters and minimizes the code. I am not using any editor. Tried to go to DB, followed another suggestion to change the content type from "text" to "medium text" for _modules Does not allow it to change? With the Content column, I can only change the function or value, but do not type. Any ideas? Attached screenshot. Try one of these extensions: