Skip to main content

Posts

How to view orginal size version of an image embeded in MS Word documents

This article expains how to extract actual images from a word document. When you place an image in a microsoft documents ( files with doc, docx entensions), the image will be scaled to fix in the document. To extract back the orginal image, there is  currently no options in MS office doc tools, for this, you have to close the doc file and then rename it to .zip

How to check Page Types in blogger templates for customizing blog pages

Blogger users come across situations like customising their Blog templates for adding various plugins or custom changes. So for doing this, they should be aware of various page types and how to identify that using blogger specific conditional statements. various types of blogspot pages are Item, Statis, Index, Archive, Search Label etc to get the page type you have to use the parameter " data:blog.pageType "

PHP Session is not working for my website - How to fix?

I had a website which uses a login page for registered users. It uses the $_SESSION variable for string the current session values after a user succesfully logins. This was working fine, but on a sudden it stopped working. When the user submit login info, it doesnt give an invalid user message or any other warnings ,but return back to login page. Some of you guys ,might have gone through the above mentioned scenario while developing / managing your website. The possible reasons are mentioned below.

How to add BlogIt button or Widget on your blogger website

STEPS FOR ADDING BLOG IT BUTTON ON YOUR BLOGS BlogIt button is a wonderful option for sharing your Blog pages with other blogger users. Blog It button allows other blogger users to post the Your Blog post's link on their blogger website. How it works: A blogger user who is browsing your website, Clicks on the BlogIt button or link A popup blogger editor appears with your blog post title and a Link to your post When user submit the data after selecting apporpriate blog, Then the content will be posted to that blog. The code for doing this is given below <script> function load_blogit_form(){ Q=''; x=document; y=window; if(x.selection) { Q=x.selection.createRange().text; } else if(y.getSelection) { Q=y.getSelection(); } else if(x.getSelection) { Q=x.getSelection(); } window.open('http://blogger.com/blog_this.pyra?t='+escape(Q)+'&u='+escape(location.href)+'&n='+escape(document.title),'bloggerForm',...

How to convert HTML files to XHTML? Is there any Online HTML to XHTML Converter?

HTML TO XHTML ONLINE CONVERTER XHTML (Extensible HyperText Markup Language) is an extended version of HTML (HyperText Markup Language)) which is widely used for writing webpages. XHTML is an application of XML, a more restrictive subset of SGML ( Standard Generalized Markup Language ). HTML is a very flexible markup language which is an application of SGML. Unlike HTML, XHTML documents need to be well-formed, they can be parsed using standard XML parsers. On the other side HTML requires a lenient HTML-specific parser. There and various online application available for converting HTML to XHTML. Listed below are some of it:

Apple Push Notification service (APNs) - for notifying iphone app users about latest and interesting things happening even if they are not using App

Apple Push Notification service There are thousands of applications available for iphone and android devices. Here we will be discussing about the Apple Push Notification service which helps to alert user of an iphone application about new data from Application provider. Suppose an Online magazine website is providing an iphone app to it users, where they can browse their magazine and download it their iphone. When a new online edition is uploaded, the website will trigger the Notification service to send message / notification to its iphone app users related to availablity of new edition. So that they are informed about latest updates on the site. Apple Push Notification service transports and routes a notification from a given provider to a given device. Here what happens is , when an app is installed on iphone, it asks whether user wish to get push notifications, If user confirms then a device token is generated for that device and it is send to the app provider's server ...

How to check the file type of an uploaded file in PHP - Checking of extensions and mime type of an uploaded file

How to check the file type of an uploaded file in PHP In some web applications, there are situations in which users should only be allowed to upload certain type of files to server. For example, the application may accept only JPG type of files. Whne we upload a file, it is taken to a temperory location on server and from there it is copied to actual location on server. In php script When we post a from which is having a file control, the selected file content will be available in $_FILES variable. // in the form the control would be named as document_file <input type="file" name="document_file"....... On submission we have file content in $_FILE["document_file"] and it is placed in a temperory location on server, once the move_uploaded_file function is called, this file is moved to actual location on server. So before calling the move_uploaded_file function, we can check the type of the file and confirm whether it is allowed file type or not...


Urgent Openings for PHP trainees, Andriod / IOS developers and PHP developers in Kochi Trivandrum Calicut and Bangalore. Please Send Your updated resumes to recruit.vo@gmail.com   Read more »
Member
Search This Blog